Skip to content

Followed setup instructions but doesn't work (Ubuntu 24.10, Firefox 135.0.1 Flatpak, Nvidia 560.35.03) #335

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Novantric opened this issue Oct 26, 2024 · 3 comments

Comments

@Novantric
Copy link

As of the title, I enabled every about:config option I could, followed the setup guide to the letter with env vars and the like in addition to the GRUB launch options.
Vainfo likes my config:
image
But Firefox does not.
image
What am I doing wrong? Can provide log files.

@Novantric Novantric changed the title Followed setup instructions but doesn't work (Ubuntu 24.10, Firefox 131.0.3 deb/flatpak) Followed setup instructions but doesn't work (Ubuntu 24.10, Firefox 131.0.3 deb, Nvidia 560.35.03) Oct 26, 2024
@elFarto
Copy link
Owner

elFarto commented Mar 2, 2025

Can you run firefox with NVD_LOG=1 set, and post the logs here.

@Novantric Novantric changed the title Followed setup instructions but doesn't work (Ubuntu 24.10, Firefox 131.0.3 deb, Nvidia 560.35.03) Followed setup instructions but doesn't work (Ubuntu 24.10, Firefox 135.0.1 Flatpak, Nvidia 560.35.03) Mar 4, 2025
@Novantric
Copy link
Author

@elFarto here, managed to get it to work via an Environment Variable.

Image

novantric@Deep-Thought:~$ flatpak run --env=NVD_LOG=1 org.mozilla.firefox
[RDD 95: Main Thread]: D/PlatformDecoderModule PDMInitializer, Init PDMs in RDD process
[RDD 95: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x80, macro: 60, micro: 100, isFFMpeg: yes
[RDD 95: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x100, macro: 61, micro: 100, isFFMpeg: yes
[RDD 95: Main Thread]: D/PlatformDecoderModule FFVPX: Link result: Success
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/avc'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/hevc'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/hevc'
[RDD 95: Main Thread]: D/PlatformDecoderModule Agnostic decoder rejects requested type 'video/hevc'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
[RDD 95: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
[Parent 2: Main Thread]: D/PlatformDecoderModule Broadcast support from 'RDD', support=H264 SW
VP9 SW
VP8 SW
AV1 SW
HEVC NONE
AAC SW
MP3 SW
Opus SW
Vorbis SW
FLAC SW
Wave SW

@Novantric
Copy link
Author

Went through the setup instructions again after adding MOZ_DISABLE_RDD_SANDBOX=1 to the Flatpak environment variables and this output seems more verbose but still doesn't work.

Code output

You can add a header

novantric@Deep-Thought:~$ flatpak run --env=NVD_LOG=1 org.mozilla.firefox
[RDD 86: Main Thread]: D/PlatformDecoderModule PDMInitializer, Init PDMs in RDD process
[RDD 86: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x80, macro: 60, micro: 100, isFFMpeg: yes
[RDD 86: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x100, macro: 61, micro: 100, isFFMpeg: yes
[RDD 86: Main Thread]: D/PlatformDecoderModule FFVPX: Link result: Success
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/avc'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/hevc'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/hevc'
[RDD 86: Main Thread]: D/PlatformDecoderModule Agnostic decoder rejects requested type 'video/hevc'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
[RDD 86: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
[Parent 2: Main Thread]: D/PlatformDecoderModule Broadcast support from 'RDD', support=H264 SW
VP9 SW
VP8 SW
AV1 SW
HEVC NONE
AAC SW
MP3 SW
Opus SW
Vorbis SW
FLAC SW
Wave SW
[Child 241: Main Thread]: D/PlatformDecoderModule PDMInitializer, Init PDMs in Content process
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/av1
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/av1
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/av1
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/av1
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/av1
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779250ee6b80] ::RemoteMediaDataDecoder: 779250ee6b80 is created
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779250ee6b80] ::operator(): 779250ee6b80 RemoteDecoderChild has been initialized - description: ffvpx video decoder (RDD remote), process: rdd, codec: av1
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779250ee6b80] ::~RemoteMediaDataDecoder: 779250ee6b80 is released
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Utility 189: Main Thread]: D/PlatformDecoderModule PDMInitializer, Init PDMs in Utility process
[Utility 189: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x100, macro: 61, micro: 100, isFFMpeg: yes
[Utility 189: Main Thread]: D/PlatformDecoderModule FFVPX: Link result: Success
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Utility 189: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x80, macro: 60, micro: 100, isFFMpeg: yes
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/avc'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/hevc'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/hevc'
[Utility 189: Main Thread]: D/PlatformDecoderModule Agnostic decoder rejects requested type 'video/hevc'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
[Utility 189: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
[Parent 2: Main Thread]: D/PlatformDecoderModule Broadcast support from 'Utility Generic', support=H264 SW
VP9 SW
VP8 SW
AV1 SW
HEVC NONE
AAC SW
MP3 SW
Opus SW
Vorbis SW
FLAC SW
Wave SW
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/vp9
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924cd391f0] ::RemoteMediaDataDecoder: 77924cd391f0 is created
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924cd391f0] ::operator(): 77924cd391f0 RemoteDecoderChild has been initialized - description: ffvpx video decoder (RDD remote), process: rdd, codec: vp9
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924cd391f0] ::~RemoteMediaDataDecoder: 77924cd391f0 is released
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/vp9
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924cd39550] ::RemoteMediaDataDecoder: 77924cd39550 is created
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924cd39550] ::operator(): 77924cd39550 RemoteDecoderChild has been initialized - description: ffvpx video decoder (RDD remote), process: rdd, codec: vp9
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=33000µs ; mTime=14000µs ; mTimecode=14000µs
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=0µs ; mTime=47000µs ; mTimecode=47000µs
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=34000µs ; mTime=47000µs ; mTimecode=47000µs
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=33000µs ; mTime=81000µs ; mTimecode=81000µs
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/vp9
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924cd8cb80] ::RemoteMediaDataDecoder: 77924cd8cb80 is created
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924cd8cb80] ::operator(): 77924cd8cb80 RemoteDecoderChild has been initialized - description: ffvpx video decoder (RDD remote), process: rdd, codec: vp9
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924cd8cb80] ::~RemoteMediaDataDecoder: 77924cd8cb80 is released
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=33000µs ; mTime=114000µs ; mTimecode=114000µs
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=34000µs ; mTime=147000µs ; mTimecode=147000µs
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=33000µs ; mTime=181000µs ; mTimecode=181000µs
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=33000µs ; mTime=214000µs ; mTimecode=214000µs
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924cd39550] ::~RemoteMediaDataDecoder: 77924cd39550 is released
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/vp9
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779250dba160] ::RemoteMediaDataDecoder: 779250dba160 is created
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779250dba160] ::operator(): 779250dba160 RemoteDecoderChild has been initialized - description: ffvpx video decoder (RDD remote), process: rdd, codec: vp9
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779250dba160] ::~RemoteMediaDataDecoder: 779250dba160 is released
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924ccd5ee0] ::RemoteMediaDataDecoder: 77924ccd5ee0 is created
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924ccd5ee0] ::operator(): 77924ccd5ee0 RemoteDecoderChild has been initialized - description: ffvpx video decoder (RDD remote), process: rdd, codec: vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924ccd5ee0] ::~RemoteMediaDataDecoder: 77924ccd5ee0 is released
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c1f9d0] ::RemoteMediaDataDecoder: 779248c1f9d0 is created
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c1fa60] ::RemoteMediaDataDecoder: 779248c1fa60 is created
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c1f8b0] ::RemoteMediaDataDecoder: 779248c1f8b0 is created
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c1fa60] ::operator(): 779248c1fa60 RemoteDecoderChild has been initialized - description: ffmpeg audio decoder (Utility Generic remote), process: utility+audioDecoder_Generic, codec: aac
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{0,44100},{1024,44100}] no trimming information
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=0µs ; mTimecode=0µs
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=0µs ; mTimecode=0µs
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaSupervisor #3]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #3]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #3]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaSupervisor #3]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{0,44100}, {1024,44100}] doesn't need trimming
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c1f9d0] ::operator(): 779248c1f9d0 RemoteDecoderChild has been initialized - description: ffmpeg audio decoder (Utility Generic remote), process: utility+audioDecoder_Generic, codec: aac
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{0,44100},{1024,44100}] no trimming information
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{1024,44100},{2048,44100}] no trimming information
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=0µs ; mTimecode=0µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=0µs ; mTimecode=0µs
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c7a550] ::RemoteMediaDataDecoder: 779248c7a550 is created
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=23219µs ; mTimecode=23219µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=23219µs ; mTimecode=23219µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{1024,44100}, {2048,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{0,44100}, {1024,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{2048,44100},{3072,44100}] no trimming information
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{1024,44100},{2048,44100}] no trimming information
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=46439µs ; mTimecode=46439µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=46439µs ; mTimecode=46439µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=23219µs ; mTimecode=23219µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=23219µs ; mTimecode=23219µs
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c1f8b0] ::operator(): 779248c1f8b0 RemoteDecoderChild has been initialized - description: ffmpeg audio decoder (Utility Generic remote), process: utility+audioDecoder_Generic, codec: aac
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{0,44100},{1024,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=0µs ; mTimecode=0µs
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{1024,44100}, {2048,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=0µs ; mTimecode=0µs
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{2048,44100}, {3072,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{2048,44100},{3072,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{3072,44100},{4096,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{0,44100}, {1024,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=46439µs ; mTimecode=46439µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=46439µs ; mTimecode=46439µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=69659µs ; mTimecode=69659µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=69659µs ; mTimecode=69659µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{1024,44100},{2048,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{2048,44100}, {3072,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{3072,44100}, {4096,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=23219µs ; mTimecode=23219µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=23219µs ; mTimecode=23219µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{3072,44100},{4096,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{4096,44100},{5120,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{1024,44100}, {2048,44100}] doesn't need trimming
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c7a550] ::operator(): 779248c7a550 RemoteDecoderChild has been initialized - description: ffmpeg audio decoder (Utility Generic remote), process: utility+audioDecoder_Generic, codec: aac
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=92879µs ; mTimecode=92879µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=92879µs ; mTimecode=92879µs
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{0,44100},{1024,44100}] no trimming information
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=69659µs ; mTimecode=69659µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=69659µs ; mTimecode=69659µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{2048,44100},{3072,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{4096,44100}, {5120,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{3072,44100}, {4096,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=0µs ; mTimecode=0µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=0µs ; mTimecode=0µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=46439µs ; mTimecode=46439µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=46439µs ; mTimecode=46439µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{5120,44100},{6144,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{4096,44100},{5120,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{0,44100}, {1024,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{2048,44100}, {3072,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=92879µs ; mTimecode=92879µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=92879µs ; mTimecode=92879µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=116099µs ; mTimecode=116099µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=116099µs ; mTimecode=116099µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{1024,44100},{2048,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{3072,44100},{4096,44100}] no trimming information
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{4096,44100}, {5120,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{5120,44100}, {6144,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{5120,44100},{6144,44100}] no trimming information
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=23219µs ; mTimecode=23219µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=23219µs ; mTimecode=23219µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=69659µs ; mTimecode=69659µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=69659µs ; mTimecode=69659µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{6144,44100},{7168,44100}] no trimming information
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=116099µs ; mTimecode=116099µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=116099µs ; mTimecode=116099µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{1024,44100}, {2048,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{5120,44100}, {6144,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{3072,44100}, {4096,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=139319µs ; mTimecode=139319µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=139319µs ; mTimecode=139319µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{6144,44100},{7168,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{6144,44100}, {7168,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{2048,44100},{3072,44100}] no trimming information
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{4096,44100},{5120,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{7168,44100},{8192,44100}] no trimming information
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=139319µs ; mTimecode=139319µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=139319µs ; mTimecode=139319µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=92879µs ; mTimecode=92879µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=92879µs ; mTimecode=92879µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=46439µs ; mTimecode=46439µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=46439µs ; mTimecode=46439µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=162539µs ; mTimecode=162539µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=162539µs ; mTimecode=162539µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{6144,44100}, {7168,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{4096,44100}, {5120,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{2048,44100}, {3072,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{7168,44100}, {8192,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{5120,44100},{6144,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{7168,44100},{8192,44100}] no trimming information
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{3072,44100},{4096,44100}] no trimming information
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=116099µs ; mTimecode=116099µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=116099µs ; mTimecode=116099µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=162539µs ; mTimecode=162539µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=162539µs ; mTimecode=162539µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=69659µs ; mTimecode=69659µs
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=69659µs ; mTimecode=69659µs
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{8192,44100},{9216,44100}] no trimming information
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{5120,44100}, {6144,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=185759µs ; mTimecode=185759µs
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=185759µs ; mTimecode=185759µs
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{7168,44100}, {8192,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{3072,44100}, {4096,44100}] doesn't need trimming
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{6144,44100},{7168,44100}] no trimming information
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{8192,44100},{9216,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{4096,44100},{5120,44100}] no trimming information
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{8192,44100}, {9216,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=139319µs ; mTimecode=139319µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=139319µs ; mTimecode=139319µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=185759µs ; mTimecode=185759µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=185759µs ; mTimecode=185759µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=92879µs ; mTimecode=92879µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=92879µs ; mTimecode=92879µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{9216,44100},{10240,44100}] no trimming information
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{6144,44100}, {7168,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{4096,44100}, {5120,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{8192,44100}, {9216,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=208979µs ; mTimecode=208979µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=208979µs ; mTimecode=208979µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{7168,44100},{8192,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{5120,44100},{6144,44100}] no trimming information
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=162539µs ; mTimecode=162539µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=162539µs ; mTimecode=162539µs
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{9216,44100},{10240,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{9216,44100}, {10240,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=116099µs ; mTimecode=116099µs
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{7168,44100}, {8192,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=208979µs ; mTimecode=208979µs
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=208979µs ; mTimecode=208979µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=116099µs ; mTimecode=116099µs
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{10240,44100},{11264,44100}] no trimming information
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{8192,44100},{9216,44100}] no trimming information
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=232199µs ; mTimecode=232199µs
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=232199µs ; mTimecode=232199µs
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{9216,44100}, {10240,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{5120,44100}, {6144,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=185759µs ; mTimecode=185759µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=185759µs ; mTimecode=185759µs
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{10240,44100}, {11264,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{10240,44100},{11264,44100}] no trimming information
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{6144,44100},{7168,44100}] no trimming information
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{8192,44100}, {9216,44100}] doesn't need trimming
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=232199µs ; mTimecode=232199µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=232199µs ; mTimecode=232199µs
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{11264,44100},{12288,44100}] no trimming information
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=139319µs ; mTimecode=139319µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=139319µs ; mTimecode=139319µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=255419µs ; mTimecode=255419µs
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{9216,44100},{10240,44100}] no trimming information
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=255419µs ; mTimecode=255419µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/vp9
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{6144,44100}, {7168,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{10240,44100}, {11264,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=208979µs ; mTimecode=208979µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=208979µs ; mTimecode=208979µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{11264,44100}, {12288,44100}] doesn't need trimming
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{9216,44100}, {10240,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{11264,44100},{12288,44100}] no trimming information
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248cc54c0] ::RemoteMediaDataDecoder: 779248cc54c0 is created
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{7168,44100},{8192,44100}] no trimming information
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{12288,44100},{13312,44100}] no trimming information
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=255419µs ; mTimecode=255419µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=255419µs ; mTimecode=255419µs
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{10240,44100},{11264,44100}] no trimming information
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=162539µs ; mTimecode=162539µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=162539µs ; mTimecode=162539µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=278639µs ; mTimecode=278639µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=278639µs ; mTimecode=278639µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=232199µs ; mTimecode=232199µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=232199µs ; mTimecode=232199µs
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{11264,44100}, {12288,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{7168,44100}, {8192,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{10240,44100}, {11264,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{8192,44100},{9216,44100}] no trimming information
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{12288,44100},{13312,44100}] no trimming information
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{12288,44100}, {13312,44100}] doesn't need trimming
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248cc54c0] ::operator(): 779248cc54c0 RemoteDecoderChild has been initialized - description: ffvpx video decoder (RDD remote), process: rdd, codec: vp9
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=185759µs ; mTimecode=185759µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=185759µs ; mTimecode=185759µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=278639µs ; mTimecode=278639µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=278639µs ; mTimecode=278639µs
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248cc54c0] ::~RemoteMediaDataDecoder: 779248cc54c0 is released
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{11264,44100},{12288,44100}] no trimming information
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{13312,44100},{14336,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{8192,44100}, {9216,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{12288,44100}, {13312,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=255419µs ; mTimecode=255419µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=255419µs ; mTimecode=255419µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=301859µs ; mTimecode=301859µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=301859µs ; mTimecode=301859µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{9216,44100},{10240,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{13312,44100},{14336,44100}] no trimming information
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{11264,44100}, {12288,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=208979µs ; mTimecode=208979µs
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{13312,44100}, {14336,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=208979µs ; mTimecode=208979µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=301859µs ; mTimecode=301859µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=301859µs ; mTimecode=301859µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{9216,44100}, {10240,44100}] doesn't need trimming
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{12288,44100},{13312,44100}] no trimming information
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{14336,44100},{15360,44100}] no trimming information
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{13312,44100}, {14336,44100}] doesn't need trimming
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{10240,44100},{11264,44100}] no trimming information
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=278639µs ; mTimecode=278639µs
[Utility 189: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=278639µs ; mTimecode=278639µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=325079µs ; mTimecode=325079µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=325079µs ; mTimecode=325079µs
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{14336,44100},{15360,44100}] no trimming information
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=232199µs ; mTimecode=232199µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=232199µs ; mTimecode=232199µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=325079µs ; mTimecode=325079µs
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=325079µs ; mTimecode=325079µs
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{14336,44100}, {15360,44100}] doesn't need trimming
[Child 241: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{10240,44100}, {11264,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: decoded buffer [{12288,44100}, {13312,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{15360,44100},{16384,44100}] no trimming information
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{14336,44100}, {15360,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{11264,44100},{12288,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Decode: AudioTrimmer::Decode
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=348299µs ; mTimecode=348299µs
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::PrepareTrimmers: sample[{13312,44100}, {14336,44100}] has trimming info ([{13312,44100}, {14336,44100}]
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=348299µs ; mTimecode=348299µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=255419µs ; mTimecode=255419µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=255419µs ; mTimecode=255419µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{15360,44100},{16384,44100}] no trimming information
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=301859µs ; mTimecode=301859µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=301859µs ; mTimecode=301859µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{15360,44100}, {16384,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{11264,44100}, {12288,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=348299µs ; mTimecode=348299µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=348299µs ; mTimecode=348299µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{12288,44100},{13312,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{16384,44100},{17408,44100}] no trimming information
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254812fc0] ::HandleDecodedResult: Trimming sample[{13312,44100},{14336,44100}] to [{13312,44100},{14336,44100}]
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{15360,44100}, {16384,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=278639µs ; mTimecode=278639µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=371519µs ; mTimecode=371519µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=371519µs ; mTimecode=371519µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=278639µs ; mTimecode=278639µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/vp9
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254812fc0] ::Flush: Flushing
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{16384,44100}, {17408,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{16384,44100},{17408,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{12288,44100}, {13312,44100}] doesn't need trimming
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=371519µs ; mTimecode=371519µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=371519µs ; mTimecode=371519µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{17408,44100},{18432,44100}] no trimming information
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248cdc430] ::RemoteMediaDataDecoder: 779248cdc430 is created
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=394739µs ; mTimecode=394739µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=394739µs ; mTimecode=394739µs
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{13312,44100},{14336,44100}] no trimming information
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{16384,44100}, {17408,44100}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{17408,44100}, {18432,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c1f8b0] ::~RemoteMediaDataDecoder: 779248c1f8b0 is released
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=301859µs ; mTimecode=301859µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=301859µs ; mTimecode=301859µs
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{17408,44100},{18432,44100}] no trimming information
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=394739µs ; mTimecode=394739µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=394739µs ; mTimecode=394739µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{13312,44100}, {14336,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248cdc430] ::operator(): 779248cdc430 RemoteDecoderChild has been initialized - description: ffvpx video decoder (RDD remote), process: rdd, codec: vp9
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{18432,44100},{19456,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{14336,44100},{15360,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{17408,44100}, {18432,44100}] doesn't need trimming
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248cdc430] ::~RemoteMediaDataDecoder: 779248cdc430 is released
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=417959µs ; mTimecode=417959µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=417959µs ; mTimecode=417959µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=325079µs ; mTimecode=325079µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=325079µs ; mTimecode=325079µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{18432,44100},{19456,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{14336,44100}, {15360,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{18432,44100}, {19456,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=417959µs ; mTimecode=417959µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=417959µs ; mTimecode=417959µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{15360,44100},{16384,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{18432,44100}, {19456,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{19456,44100},{20480,44100}] no trimming information
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=348299µs ; mTimecode=348299µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=348299µs ; mTimecode=348299µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=441179µs ; mTimecode=441179µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=441179µs ; mTimecode=441179µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{19456,44100},{20480,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{15360,44100}, {16384,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=441179µs ; mTimecode=441179µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=441179µs ; mTimecode=441179µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{19456,44100}, {20480,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{16384,44100},{17408,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: decoded buffer [{19456,44100}, {20480,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{20480,44100},{21504,44100}] no trimming information
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=371519µs ; mTimecode=371519µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=371519µs ; mTimecode=371519µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::PrepareTrimmers: sample[{20480,44100}, {21504,44100}] has trimming info ([{20480,44100}, {21504,44100}]
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=464399µs ; mTimecode=464399µs
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{16384,44100}, {17408,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=464399µs ; mTimecode=464399µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=464399µs ; mTimecode=464399µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=464399µs ; mTimecode=464399µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{17408,44100},{18432,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[779254813cc0] ::HandleDecodedResult: Trimming sample[{20480,44100},{21504,44100}] to [{20480,44100},{21504,44100}]
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{20480,44100}, {21504,44100}] doesn't need trimming
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=394739µs ; mTimecode=394739µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=394739µs ; mTimecode=394739µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{21504,44100},{22528,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{17408,44100}, {18432,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[779254813cc0] ::Flush: Flushing
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=487619µs ; mTimecode=487619µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=487619µs ; mTimecode=487619µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{21504,44100}, {22528,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{18432,44100},{19456,44100}] no trimming information
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{22528,44100},{23552,44100}] no trimming information
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=417959µs ; mTimecode=417959µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=417959µs ; mTimecode=417959µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=510839µs ; mTimecode=510839µs
[Utility 189: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=510839µs ; mTimecode=510839µs
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: decoded buffer [{22528,44100}, {23552,44100}] doesn't need trimming
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{18432,44100}, {19456,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c1f9d0] ::~RemoteMediaDataDecoder: 779248c1f9d0 is released
[Child 241: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{19456,44100},{20480,44100}] no trimming information
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::PrepareTrimmers: sample[{23552,44100}, {24576,44100}] has trimming info ([{23552,44100}, {24576,44100}]
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=441179µs ; mTimecode=441179µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=441179µs ; mTimecode=441179µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=534058µs ; mTimecode=534058µs
[Utility 189: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=534058µs ; mTimecode=534058µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: decoded buffer [{19456,44100}, {20480,44100}] doesn't need trimming
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::HandleDecodedResult: Trimming sample[{23552,44100},{24576,44100}] to [{23552,44100},{24576,44100}]
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::PrepareTrimmers: sample[{20480,44100}, {21504,44100}] has trimming info ([{20480,44100}, {21504,44100}]
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1d050] ::Flush: Flushing
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=464399µs ; mTimecode=464399µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=23219µs ; mTime=464399µs ; mTimecode=464399µs
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::HandleDecodedResult: Trimming sample[{20480,44100},{21504,44100}] to [{20480,44100},{21504,44100}]
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[77924cd1dae0] ::Flush: Flushing
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c1fa60] ::~RemoteMediaDataDecoder: 779248c1fa60 is released
[Child 241: MediaPDecoder #1]: D/PlatformDecoderModule RemoteMediaDataDecoder[779248c7a550] ::~RemoteMediaDataDecoder: 779248c7a550 is released
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/opus
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/opus
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Child 241: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/vp9
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/vp9
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[RDD 86: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924bc0e670] ::RemoteMediaDataDecoder: 77924bc0e670 is created
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924bc0e670] ::operator(): 77924bc0e670 RemoteDecoderChild has been initialized - description: ffvpx video decoder (RDD remote), process: rdd, codec: vp9
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=17000µs ; mTime=0µs ; mTimecode=0µs
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=16000µs ; mTime=17000µs ; mTimecode=17000µs
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=17000µs ; mTime=33000µs ; mTimecode=33000µs
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=16000µs ; mTime=50000µs ; mTimecode=50000µs
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/opus
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/opus
[Child 241: MediaSupervisor #2]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/opus
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
[Utility 189: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924c1c1a60] ::RemoteMediaDataDecoder: 77924c1c1a60 is created
[Child 241: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[77924c1c1a60] ::operator(): 77924c1c1a60 RemoteDecoderChild has been initialized - description: ffvpx audio decoder (Utility Generic remote), process: utility+audioDecoder_Generic, codec: opus
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924c2d5e60] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924c2d5e60] ::PrepareTrimmers: sample[{0,1000000},{21000,1000000}] no trimming information
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21000µs ; mTime=0µs ; mTimecode=0µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21000µs ; mTime=0µs ; mTimecode=0µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924c2d5e60] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924c2d5e60] ::HandleDecodedResult: decoded buffer [{0,1000000}, {648,48000}] doesn't need trimming
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924c2d5e60] ::Decode: AudioTrimmer::Decode
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924c2d5e60] ::PrepareTrimmers: sample[{21000,1000000},{41000,1000000}] no trimming information
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=20000µs ; mTime=21000µs ; mTimecode=21000µs
[Utility 189: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=20000µs ; mTime=21000µs ; mTimecode=21000µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924c2d5e60] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
[Child 241: MediaPDecoder #2]: V/PlatformDecoderModule AudioTrimmer[77924c2d5e60] ::HandleDecodedResult: decoded buffer [{21000,1000000}, {41000,1000000}] doesn't need trimming
[RDD 86: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=16000µs ; mTime=67000µs ; mTimecode=67000µs
[Child 241: MediaPDecoder #2]: D/PlatformDecoderModule AudioTrimmer[77924c2d5e60] ::Decode: AudioTrimmer::Decode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants