e892cea858
Re-tested Firefox 150.0.1 inside operator's active Plasma 6 Wayland
session (not Xvfb). Two-layer finding:
1. Firefox engages libva in real Plasma session: full V4L2-stateless
contract lifecycle completes, no EINVAL on the request-API path,
v4l2_request_drv_video.so successfully loaded, /dev/video1 +
/dev/media0 opened by RDD utility process 146420.
2. Kernel produces no decoded pixel output: CAPTURE buffer returns
from DQBUF with the patch-0011 sentinel pattern 0xab unchanged.
Hantro never wrote the buffer despite the contract trace looking
clean. Firefox detected the failed first frame and silently fell
back to SW decode in RDD's FFmpeg-OS-library PDM. User-visible
playback continues normally for 5+ minutes (operator confirmed
t=337s playback time in live inspection).
Cross-checked against the prior 2026-05-04 mpv vaapi-copy run: 68 of
68 mpv CAPTURE buffers show the same sentinel-survives pattern.
mpv's --vo=null consumed all 68 sentinel buffers as if they were
valid NV12 frames; the failure was invisible. OUTPUT bytes are
byte-for-byte identical between mpv and Firefox (same IDR slice via
libavcodec, both consumers feed hantro the same data, hantro
silently drops both).
Implication: the prior Phase 0 in-session re-verification verdict
(commit f15ba8b: "the 2026-04-26 picture holds at boolean-correctness
level") was wrong at the kernel-decode layer. The patch-0011 sentinel
test in the deployed Step 1 build was authored specifically to detect
this failure mode; the predecessor close-out didn't grep for it, and
contract-trace cleanliness was mistaken for end-to-end success.
Phase 1 lock should be deferred until: (a) boolean-correctness
criterion is sharpened to require pixel-content verification,
(b) Phase 0 acquires kernel-side observability (ftrace, dmesg) to
characterize WHY hantro is silent. Step 1 engages libva but doesn't
make hantro decode -- Phase 6 has substantive work beyond the
18-patch series.
Likely failure-mode candidates flagged in findings_live.md priority
order: reference_ts not propagated; DECODE_PARAMS slice_header
bit_size zero; POC sentinel may still leak past patch-0015 strip;
level_idc over-allocation; SOURCE_CHANGE event handling.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
623 lines
83 KiB
Plaintext
623 lines
83 KiB
Plaintext
[RDD 146264: Main Thread]: D/PlatformDecoderModule PDMInitializer, Init PDMs in RDD process
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x200, macro: 62, micro: 100, isFFMpeg: yes
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x200, macro: 62, micro: 101, isFFMpeg: yes
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFVPX: Link result: Success
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule PDMInitializer, RDD PDM order:
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule PDMInitializer, 0: FFmpeg(FFVPX)
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule PDMInitializer, 1: FFmpeg(OS library)
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule PDMInitializer, 2: Agnostic
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/avc'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/vp9'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/vp8'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/av1'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/hevc'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/hevc'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/hevc'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
|
|
[RDD 146264: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, Init PDMs in Content process
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, Content PDM order:
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, 0: Remote: GpuProcess
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, 1: Remote: RddProcess
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, 2: Remote: Utility_Generic
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, 3: GMP
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, Content PDM order:
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, 0: Remote: GpuProcess
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, 1: Remote: RddProcess
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, 2: Remote: Utility_Generic
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule PDMInitializer, 3: GMP
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: Main Thread]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, Content PDM order:
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 0: Remote: GpuProcess
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 1: Remote: RddProcess
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 2: Remote: Utility_Generic
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 3: GMP
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, Content PDM order:
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 0: Remote: GpuProcess
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 1: Remote: RddProcess
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 2: Remote: Utility_Generic
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 3: GMP
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder rejects requested type audio/mp4a-latm
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox RDD decoder rejects requested type audio/mp4a-latm
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox Utility Generic decoder supports requested type audio/mp4a-latm
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, Content PDM order:
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 0: Remote: GpuProcess
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 1: Remote: RddProcess
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 2: Remote: Utility_Generic
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 3: GMP
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/avc
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule PDMInitializer, RDD PDM order:
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule PDMInitializer, 0: FFmpeg(FFVPX)
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule PDMInitializer, 1: FFmpeg(OS library)
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule PDMInitializer, 2: Agnostic
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/avc'
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
|
|
[Child 146291: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[ffff8d14ca00] ::RemoteMediaDataDecoder: ffff8d14ca00 is created
|
|
[Child 146291: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[ffff8d14ca00] ::operator(): ffff8d14ca00 RemoteDecoderChild has been initialized - description: ffmpeg video decoder (RDD remote), process: rdd, codec: h264
|
|
[RDD 146264: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=0µs ; mTimecode=0µs
|
|
[Child 146291: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[ffff8d14ca00] ::~RemoteMediaDataDecoder: ffff8d14ca00 is released
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, Content PDM order:
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 0: Remote: GpuProcess
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 1: Remote: RddProcess
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 2: Remote: Utility_Generic
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 3: GMP
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox GPU decoder supports requested type video/avc
|
|
[Child 146291: MediaSupervisor #1]: D/PlatformDecoderModule Sandbox RDD decoder supports requested type video/avc
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/avc'
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
|
|
[RDD 146264: MediaSupervisor #2]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
|
|
[Child 146291: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[ffff8d14ca00] ::RemoteMediaDataDecoder: ffff8d14ca00 is created
|
|
[Child 146291: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[ffff8d14ca00] ::operator(): ffff8d14ca00 RemoteDecoderChild has been initialized - description: ffmpeg video decoder (RDD remote), process: rdd, codec: h264
|
|
[RDD 146264: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=0µs ; mTimecode=0µs
|
|
[RDD 146264: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=83333µs ; mTimecode=41666µs
|
|
[RDD 146264: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=41666µs ; mTimecode=83333µs
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule PDMInitializer, Init PDMs in Utility process
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x200, macro: 62, micro: 101, isFFMpeg: yes
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFVPX: Link result: Success
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFMPEG: version: 0x200, macro: 62, micro: 100, isFFMpeg: yes
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule PDMInitializer, Utility PDM order:
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule PDMInitializer, 0: FFmpeg(FFVPX)
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule PDMInitializer, 1: FFmpeg(OS library)
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule PDMInitializer, 2: Agnostic
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/avc'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/avc'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/vp9'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp9'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/vp8'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/vp8'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/av1'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/av1'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'video/hevc'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/hevc'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'video/hevc'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mpeg'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/opus'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/vorbis'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/flac'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
|
|
[Utility 146410: Main Thread]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/x-wav'
|
|
[Utility 146410: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, Utility PDM order:
|
|
[Utility 146410: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 0: FFmpeg(FFVPX)
|
|
[Utility 146410: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 1: FFmpeg(OS library)
|
|
[Utility 146410: MediaSupervisor #1]: D/PlatformDecoderModule PDMInitializer, 2: Agnostic
|
|
[Utility 146410: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder rejects requested type 'audio/mp4a-latm'
|
|
[Utility 146410: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
|
|
[Utility 146410: MediaSupervisor #1]: D/PlatformDecoderModule FFmpeg decoder supports requested type 'audio/mp4a-latm'
|
|
[Child 146291: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[ffff89280700] ::RemoteMediaDataDecoder: ffff89280700 is created
|
|
[Child 146291: RemVidChild]: D/PlatformDecoderModule RemoteMediaDataDecoder[ffff89280700] ::operator(): ffff89280700 RemoteDecoderChild has been initialized - description: ffmpeg audio decoder (Utility Generic remote), process: utility+audioDecoder_Generic, codec: aac
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{0,48000},{1024,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=0µs ; mTimecode=0µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=0µs ; mTimecode=0µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{0,48000}, {1024,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{1024,48000},{2048,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=21333µs ; mTimecode=21333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=21333µs ; mTimecode=21333µs
|
|
[Child 146291: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{1024,48000}, {2048,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=166666µs ; mTimecode=125000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{2048,48000},{3072,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=42666µs ; mTimecode=42666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=42666µs ; mTimecode=42666µs
|
|
[Child 146291: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=125000µs ; mTimecode=166666µs
|
|
[Child 146291: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{2048,48000}, {3072,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{3072,48000},{4096,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=64000µs ; mTimecode=64000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=64000µs ; mTimecode=64000µs
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=250000µs ; mTimecode=208333µs
|
|
[Child 146291: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{3072,48000}, {4096,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{4096,48000},{5120,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=208333µs ; mTimecode=250000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=85333µs ; mTimecode=85333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=85333µs ; mTimecode=85333µs
|
|
[Child 146291: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{4096,48000}, {5120,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{5120,48000},{6144,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=333333µs ; mTimecode=291666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=106666µs ; mTimecode=106666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=106666µs ; mTimecode=106666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{5120,48000}, {6144,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=291666µs ; mTimecode=333333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{6144,48000},{7168,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=128000µs ; mTimecode=128000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=128000µs ; mTimecode=128000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{6144,48000}, {7168,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=416666µs ; mTimecode=375000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{7168,48000},{8192,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=149333µs ; mTimecode=149333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=149333µs ; mTimecode=149333µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{7168,48000}, {8192,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=375000µs ; mTimecode=416666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{8192,48000},{9216,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=170666µs ; mTimecode=170666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=170666µs ; mTimecode=170666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{8192,48000}, {9216,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=500000µs ; mTimecode=458333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{9216,48000},{10240,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=192000µs ; mTimecode=192000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=192000µs ; mTimecode=192000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{9216,48000}, {10240,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=458333µs ; mTimecode=500000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{10240,48000},{11264,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=213333µs ; mTimecode=213333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=213333µs ; mTimecode=213333µs
|
|
[RDD 146264: MediaPDecoder #3]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=583333µs ; mTimecode=541666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{10240,48000}, {11264,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{11264,48000},{12288,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=234666µs ; mTimecode=234666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=234666µs ; mTimecode=234666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{11264,48000}, {12288,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{12288,48000},{13312,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=256000µs ; mTimecode=256000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=256000µs ; mTimecode=256000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{12288,48000}, {13312,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{13312,48000},{14336,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=277333µs ; mTimecode=277333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=277333µs ; mTimecode=277333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{13312,48000}, {14336,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{14336,48000},{15360,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=298666µs ; mTimecode=298666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=298666µs ; mTimecode=298666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{14336,48000}, {15360,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{15360,48000},{16384,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=320000µs ; mTimecode=320000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=320000µs ; mTimecode=320000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{15360,48000}, {16384,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{16384,48000},{17408,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=341333µs ; mTimecode=341333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=341333µs ; mTimecode=341333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{16384,48000}, {17408,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{17408,48000},{18432,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=362666µs ; mTimecode=362666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=362666µs ; mTimecode=362666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{17408,48000}, {18432,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{18432,48000},{19456,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=384000µs ; mTimecode=384000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=384000µs ; mTimecode=384000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{18432,48000}, {19456,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{19456,48000},{20480,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=405333µs ; mTimecode=405333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=405333µs ; mTimecode=405333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{19456,48000}, {20480,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{20480,48000},{21504,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=426666µs ; mTimecode=426666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=426666µs ; mTimecode=426666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{20480,48000}, {21504,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{21504,48000},{22528,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=448000µs ; mTimecode=448000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=448000µs ; mTimecode=448000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{21504,48000}, {22528,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{22528,48000},{23552,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=469333µs ; mTimecode=469333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=469333µs ; mTimecode=469333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{22528,48000}, {23552,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{23552,48000},{24576,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=490666µs ; mTimecode=490666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=490666µs ; mTimecode=490666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{23552,48000}, {24576,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{24576,48000},{25600,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=512000µs ; mTimecode=512000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=512000µs ; mTimecode=512000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{24576,48000}, {25600,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{25600,48000},{26624,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=533333µs ; mTimecode=533333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=533333µs ; mTimecode=533333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{25600,48000}, {26624,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{26624,48000},{27648,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=554666µs ; mTimecode=554666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=554666µs ; mTimecode=554666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{26624,48000}, {27648,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{27648,48000},{28672,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=576000µs ; mTimecode=576000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=576000µs ; mTimecode=576000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{27648,48000}, {28672,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{28672,48000},{29696,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=597333µs ; mTimecode=597333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=597333µs ; mTimecode=597333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{28672,48000}, {29696,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{29696,48000},{30720,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=618666µs ; mTimecode=618666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=618666µs ; mTimecode=618666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{29696,48000}, {30720,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{30720,48000},{31744,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=640000µs ; mTimecode=640000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=640000µs ; mTimecode=640000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{30720,48000}, {31744,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{31744,48000},{32768,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=661333µs ; mTimecode=661333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=661333µs ; mTimecode=661333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{31744,48000}, {32768,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{32768,48000},{33792,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=682666µs ; mTimecode=682666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=682666µs ; mTimecode=682666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{32768,48000}, {33792,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{33792,48000},{34816,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=704000µs ; mTimecode=704000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=704000µs ; mTimecode=704000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{33792,48000}, {34816,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{34816,48000},{35840,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=725333µs ; mTimecode=725333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=725333µs ; mTimecode=725333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{34816,48000}, {35840,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{35840,48000},{36864,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=746666µs ; mTimecode=746666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=746666µs ; mTimecode=746666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{35840,48000}, {36864,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{36864,48000},{37888,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=768000µs ; mTimecode=768000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=768000µs ; mTimecode=768000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{36864,48000}, {37888,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{37888,48000},{38912,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=789333µs ; mTimecode=789333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=789333µs ; mTimecode=789333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{37888,48000}, {38912,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{38912,48000},{39936,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=810666µs ; mTimecode=810666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=810666µs ; mTimecode=810666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{38912,48000}, {39936,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{39936,48000},{40960,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=832000µs ; mTimecode=832000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=832000µs ; mTimecode=832000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{39936,48000}, {40960,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{40960,48000},{41984,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=853333µs ; mTimecode=853333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=853333µs ; mTimecode=853333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{40960,48000}, {41984,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{41984,48000},{43008,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=874666µs ; mTimecode=874666µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=874666µs ; mTimecode=874666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{41984,48000}, {43008,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{43008,48000},{44032,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=896000µs ; mTimecode=896000µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=896000µs ; mTimecode=896000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{43008,48000}, {44032,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{44032,48000},{45056,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=917333µs ; mTimecode=917333µs
|
|
[Utility 146410: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=917333µs ; mTimecode=917333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{44032,48000}, {45056,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{45056,48000},{46080,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=938666µs ; mTimecode=938666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=938666µs ; mTimecode=938666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{45056,48000}, {46080,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{46080,48000},{47104,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=960000µs ; mTimecode=960000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=960000µs ; mTimecode=960000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{46080,48000}, {47104,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{47104,48000},{48128,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=981333µs ; mTimecode=981333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=981333µs ; mTimecode=981333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{47104,48000}, {48128,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{48128,48000},{49152,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1002666µs ; mTimecode=1002666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1002666µs ; mTimecode=1002666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{48128,48000}, {49152,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{49152,48000},{50176,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1024000µs ; mTimecode=1024000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1024000µs ; mTimecode=1024000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{49152,48000}, {50176,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{50176,48000},{51200,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1045333µs ; mTimecode=1045333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1045333µs ; mTimecode=1045333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{50176,48000}, {51200,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #2]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=541666µs ; mTimecode=583333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{51200,48000},{52224,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1066666µs ; mTimecode=1066666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1066666µs ; mTimecode=1066666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{51200,48000}, {52224,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{52224,48000},{53248,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=666666µs ; mTimecode=625000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1088000µs ; mTimecode=1088000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1088000µs ; mTimecode=1088000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{52224,48000}, {53248,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=625000µs ; mTimecode=666666µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{53248,48000},{54272,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1109333µs ; mTimecode=1109333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1109333µs ; mTimecode=1109333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{53248,48000}, {54272,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=750000µs ; mTimecode=708333µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{54272,48000},{55296,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1130666µs ; mTimecode=1130666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1130666µs ; mTimecode=1130666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{54272,48000}, {55296,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=708333µs ; mTimecode=750000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{55296,48000},{56320,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1152000µs ; mTimecode=1152000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1152000µs ; mTimecode=1152000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{55296,48000}, {56320,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=833333µs ; mTimecode=791666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{56320,48000},{57344,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1173333µs ; mTimecode=1173333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1173333µs ; mTimecode=1173333µs
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=791666µs ; mTimecode=833333µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{56320,48000}, {57344,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{57344,48000},{58368,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1194666µs ; mTimecode=1194666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1194666µs ; mTimecode=1194666µs
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=916666µs ; mTimecode=875000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{57344,48000}, {58368,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{58368,48000},{59392,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=875000µs ; mTimecode=916666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1216000µs ; mTimecode=1216000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1216000µs ; mTimecode=1216000µs
|
|
[Child 146291: MediaPDecoder #4]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #4]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{58368,48000}, {59392,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=958333µs ; mTimecode=958333µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{59392,48000},{60416,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1237333µs ; mTimecode=1237333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1237333µs ; mTimecode=1237333µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{59392,48000}, {60416,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1000000µs ; mTimecode=1000000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{60416,48000},{61440,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1258666µs ; mTimecode=1258666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1258666µs ; mTimecode=1258666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{60416,48000}, {61440,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1083333µs ; mTimecode=1041666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{61440,48000},{62464,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1280000µs ; mTimecode=1280000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1280000µs ; mTimecode=1280000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{61440,48000}, {62464,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1041666µs ; mTimecode=1083333µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{62464,48000},{63488,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1301333µs ; mTimecode=1301333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1301333µs ; mTimecode=1301333µs
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1166666µs ; mTimecode=1125000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{62464,48000}, {63488,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{63488,48000},{64512,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1125000µs ; mTimecode=1166666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1322666µs ; mTimecode=1322666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1322666µs ; mTimecode=1322666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{63488,48000}, {64512,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{64512,48000},{65536,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1250000µs ; mTimecode=1208333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1344000µs ; mTimecode=1344000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1344000µs ; mTimecode=1344000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{64512,48000}, {65536,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1208333µs ; mTimecode=1250000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{65536,48000},{66560,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1365333µs ; mTimecode=1365333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1365333µs ; mTimecode=1365333µs
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1333333µs ; mTimecode=1291666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{65536,48000}, {66560,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{66560,48000},{67584,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1386666µs ; mTimecode=1386666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1386666µs ; mTimecode=1386666µs
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1291666µs ; mTimecode=1333333µs
|
|
[Child 146291: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{66560,48000}, {67584,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{67584,48000},{68608,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1416666µs ; mTimecode=1375000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1408000µs ; mTimecode=1408000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1408000µs ; mTimecode=1408000µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{67584,48000}, {68608,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1375000µs ; mTimecode=1416666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{68608,48000},{69632,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1429333µs ; mTimecode=1429333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1429333µs ; mTimecode=1429333µs
|
|
[Child 146291: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{68608,48000}, {69632,48000}] doesn't need trimming
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1500000µs ; mTimecode=1458333µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{69632,48000},{70656,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1450666µs ; mTimecode=1450666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1450666µs ; mTimecode=1450666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1458333µs ; mTimecode=1500000µs
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{69632,48000}, {70656,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{70656,48000},{71680,48000}] no trimming information
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1472000µs ; mTimecode=1472000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1472000µs ; mTimecode=1472000µs
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1583333µs ; mTimecode=1541666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{70656,48000}, {71680,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{71680,48000},{72704,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1541666µs ; mTimecode=1583333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1493333µs ; mTimecode=1493333µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1493333µs ; mTimecode=1493333µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{71680,48000}, {72704,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{72704,48000},{73728,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1666666µs ; mTimecode=1625000µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1514666µs ; mTimecode=1514666µs
|
|
[Utility 146410: MediaPDecoder #1]: V/PlatformDecoderModule ProcessDecode: mDuration=21333µs ; mTime=1514666µs ; mTimecode=1514666µs
|
|
[Child 146291: MediaPDecoder #1]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: HandleDecodedResults: 1 decoded data, 1 trimmers
|
|
[Child 146291: MediaPDecoder #1]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::HandleDecodedResult: decoded buffer [{72704,48000}, {73728,48000}] doesn't need trimming
|
|
[Child 146291: MediaPDecoder #3]: D/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::Decode: AudioTrimmer::Decode
|
|
[Child 146291: MediaPDecoder #3]: V/PlatformDecoderModule AudioTrimmer[ffff89f23120] ::PrepareTrimmers: sample[{73728,48000},{74752,48000}] no trimming information
|
|
[RDD 146264: MediaPDecoder #4]: V/PlatformDecoderModule ProcessDecode: mDuration=41666µs ; mTime=1625000µs ; mTimecode=1666666µs
|