Phase 0 deliverable #3 (Firefox live session): inverted verdict
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>
This commit is contained in:
@@ -0,0 +1,127 @@
|
||||
# Phase 0 deliverable #3 — Firefox VAAPI engagement, LIVE Plasma session (2026-05-04)
|
||||
|
||||
Re-test of `phase0_evidence/2026-05-04-firefox/findings.md` inside an active Plasma 6 Wayland session on ohm (XDG_SESSION_TYPE=wayland, XDG_RUNTIME_DIR=/run/user/1001, kwin_wayland 144533, plasmashell 144667, Xwayland :0). Same Firefox profile + LIBVA env vars; only the gfx environment changed.
|
||||
|
||||
## Verdict
|
||||
|
||||
**Two-layer finding that inverts the prior Phase 0 re-verification verdict.**
|
||||
|
||||
| Layer | Result |
|
||||
|---|---|
|
||||
| Firefox loads libva-v4l2-request driver | **✓** dlopen `v4l2_request_drv_video.so` succeeds; no sandbox/gating issue under real Plasma session |
|
||||
| Firefox completes the V4L2-stateless contract lifecycle on hantro | **✓** REQUEST_ALLOC → S_FMT → CREATE_BUFS → STREAMON → S_EXT_CTRLS → QBUF + REQUEST_QUEUE → DQBUF + EXPBUF, no EINVAL on the request-API path |
|
||||
| **Kernel produces decoded pixel output** | **✗** CAPTURE buffer returns with patch-0011 sentinel `0xab` unchanged. **Hantro never wrote the buffer.** |
|
||||
| Consumer reaction to bad output | Firefox detects the failed first frame and **silently falls back to software decode** in RDD's FFmpeg-OS-library PDM. User-visible playback continues normally; observed t=337s (5+ minutes) of stable bunny playback via SW. |
|
||||
|
||||
**This means the prior Phase 0 re-verification verdict (commit `f15ba8b`, "the 2026-04-26 picture holds at boolean-correctness level") was wrong** — the prior test was a clean *contract trace* but never inspected the actual *decoded pixel content*.
|
||||
|
||||
## What the live-session strace shows
|
||||
|
||||
Decode happened on PID **146420** (Firefox utility process for hwaccel), `/dev/video1` fd 7, `/dev/media0` fd 8.
|
||||
|
||||
Single-frame attempt (full ioctl summary, exhaustive — not a sample):
|
||||
|
||||
```
|
||||
22 VIDIOC_ENUM_FMT (probe, including expected MPLANE-fallback EINVALs)
|
||||
5 VIDIOC_QUERYBUF
|
||||
4 VIDIOC_G_FMT
|
||||
2 VIDIOC_STREAMON (OUTPUT_MPLANE + CAPTURE_MPLANE)
|
||||
2 VIDIOC_STREAMOFF (the bail-out after frame 0)
|
||||
2 VIDIOC_S_EXT_CTRLS (1 device-wide DECODE_MODE+START_CODE per patch 0002, 1 per-request)
|
||||
2 VIDIOC_REQBUFS
|
||||
2 VIDIOC_QBUF (1 OUTPUT, 1 CAPTURE)
|
||||
2 VIDIOC_DQBUF (1 OUTPUT, 1 CAPTURE)
|
||||
2 VIDIOC_CREATE_BUFS
|
||||
1 VIDIOC_S_FMT (OUTPUT_MPLANE H264_SLICE 1920x1088)
|
||||
1 VIDIOC_EXPBUF (DMA-BUF export of CAPTURE buffer)
|
||||
1 MEDIA_REQUEST_IOC_QUEUE
|
||||
1 MEDIA_REQUEST_IOC_REINIT
|
||||
1 MEDIA_IOC_REQUEST_ALLOC
|
||||
```
|
||||
|
||||
Single QBUF/DQBUF pair, single MEDIA_REQUEST_IOC_QUEUE = exactly one frame attempted. No EINVAL on any request-API ioctl. Two STREAMOFF = clean shutdown of both queues after the failed frame.
|
||||
|
||||
After the libva STREAMOFF, **no further V4L2 ioctls** anywhere in the strace. Bunny continued playing for 5+ minutes via SW decode — confirmed by user inspection (t=337s playback time visible in window title).
|
||||
|
||||
## What the .so DEBUG instrumentation shows
|
||||
|
||||
`stderr_live` (4 lines, 553 B, the entire output of patches 0010+0011+0014):
|
||||
|
||||
```
|
||||
v4l2-request: VAPictureH264 sizeof=36 CurrPic[0..31]: 00 00 00 04 00 00 00 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
v4l2-request: VAPictureH264 CurrPic field reads: picture_id=0x04000000 frame_idx=0 flags=0x0 TopFOC=65536 BottomFOC=65536 frame_num=0
|
||||
v4l2-request: OUTPUT[idx=0, len=6272]: 00 00 01 25 b8 20 20 21 44 c5 00 01 57 9b ef be fb ef be fb ef be fb ef be fb ef be fb ef be fb
|
||||
v4l2-request: CAPTURE[idx=0, plane0]: ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab
|
||||
```
|
||||
|
||||
- **VAPictureH264 dump (patch 0014)**: `TopFOC=65536` and `BottomFOC=65536` — these are the ffmpeg-vaapi POC sentinel values that patch 0015 is supposed to strip. **The dump shows the values BEFORE patch 0015's strip.** The strip happens after the dump in the code path — so the dump captures the raw VAAPI input. After strip, the values handed to V4L2 should be 0/0. (Worth verifying via a second dump after the strip.)
|
||||
- **OUTPUT buffer (patch 0010)**: `00 00 01 25 b8 20 ...` is correct ANNEX_B start code + IDR slice NAL header (0x25 = forbidden_zero=0, nal_ref_idc=01, nal_unit_type=00101 = IDR slice). The `ef be fb` repeating pattern that initially looked like poison is real H.264 RBSP slice data (CABAC bin sequences are random-looking). 6272 bytes is plausible for a 1080p IDR slice.
|
||||
- **CAPTURE buffer (patch 0011)**: **All 32 bytes of plane 0 still hold `0xab`** — the sentinel pattern patch 0011 wrote before QBUF. The kernel returned the buffer via DQBUF without writing to it. Hantro did *not* decode this frame.
|
||||
|
||||
## Cross-check against the 2026-05-04 mpv vaapi-copy run
|
||||
|
||||
Re-examined `phase0_evidence/2026-05-04/mpv_vaapi_copy_2026-05-04.stderr` (which we previously called "68 frames decoded cleanly"):
|
||||
|
||||
```
|
||||
$ grep "CAPTURE\[" mpv_vaapi_copy_2026-05-04.stderr | wc -l
|
||||
68
|
||||
$ grep "CAPTURE\[" mpv_vaapi_copy_2026-05-04.stderr | grep -c "ab ab ab ab"
|
||||
68
|
||||
```
|
||||
|
||||
**68 of 68 mpv CAPTURE buffers show the same sentinel-survives pattern.** mpv `--vo=null` consumed all 68 sentinel buffers as if they were valid NV12 frames; with no real VO to render to, the failure was invisible.
|
||||
|
||||
OUTPUT bytes for frame 0 are byte-for-byte identical between mpv and Firefox (same IDR slice from same source clip, both via libavcodec). Both consumers feed hantro the same data; hantro silently drops both.
|
||||
|
||||
## Why the 2026-04-26 STUDY claim survived as long as it did
|
||||
|
||||
The claim was "vainfo + mpv probes work end-to-end." This is true *at the libva-engagement layer*: vainfo enumerates profiles, mpv completes the contract lifecycle, no errors on the request-API path. The check that was missing was *pixel-content verification*:
|
||||
|
||||
- vainfo doesn't decode — it only enumerates capabilities. Always green.
|
||||
- mpv with `--vo=gpu` or `--vo=vaapi` would have shown garbage (all 0xab = mid-gray NV12), but the test rig in the predecessor campaign was probably the same as ours: SSH + `--vo=null`.
|
||||
- `fourier_attribution` cell A (chromium-fourier 149 with Step 1 patches, browser_cpu_median = 54 %) **was visually inspected by the operator on a real screen** during that campaign. Cell A's bunny WAS visible and playing — but on Brave/Chromium, not on mpv or Firefox. Chromium's V4L2 path may differ (uses its own backend in addition to libva, depending on flags); the cell A success could be a different code path than the one we just traced.
|
||||
- The patch-0011 sentinel test was apparently authored to detect this exact failure mode but its output wasn't being grepped in the close-out. The patch series was held to be working based on the contract-trace cleanliness — which we now know is necessary but not sufficient.
|
||||
|
||||
## Implication: Phase 0 substrate result is "kernel decode broken"
|
||||
|
||||
The Phase 0 in-session re-verification (campaign repo commit `f15ba8b`) overstated the case. The corrected verdict:
|
||||
|
||||
- libva engagement: ✓ on both mpv and Firefox in their respective rigs
|
||||
- V4L2-stateless contract trace: ✓ no EINVAL on the request-API path
|
||||
- **Hantro produces decoded pixel output: ✗ on every frame attempted, by either consumer**
|
||||
|
||||
Phase 1 boolean-correctness criterion as currently locked says "boolean correctness — `libva accepted + providing access to hardware decoder`." We reached "libva accepted" but **not** "providing access to hardware decoder" in the meaningful sense. The criterion should be sharpened to require pixel-content verification, e.g.: "the CAPTURE buffer returned from DQBUF must contain decoded pixel data (sentinel-overwritten); a smoke test of NV12 luma min/max range across at least one frame must reject the all-0xab pattern."
|
||||
|
||||
Phase 1 lock now needs amendment.
|
||||
|
||||
## What this means for Phase 6 / Step 1
|
||||
|
||||
The deployed Step 1 18-patch series engages the libva path correctly but doesn't make hantro decode. The bug surface is in one of these areas (rough priority order, based on patch-comment hints):
|
||||
|
||||
1. **`reference_ts` not propagated.** Patch 0017's commit message: "hantro doesn't read pic_num (uses reference_ts)." Implication: hantro depends on reference_ts being populated correctly to find DPB references for inter prediction. For an IDR (frame 0), reference_ts is irrelevant — but if reference_ts is malformed in a way that breaks SPS parsing, hantro might bail before decode.
|
||||
2. **DECODE_PARAMS missing slice_header bit_size fields.** Patch 0008's open question was explicitly "does hantro tolerate the bit_size fields being zero, or do we need a slice_header() bit-level parser?" The Step 1 series did NOT add a slice_header parser — those fields are zero. Maybe hantro doesn't tolerate that and silently skips decode.
|
||||
3. **POC sentinel still leaking.** Patch 0015's strip happens at the right call sites, but the DEBUG dump (patch 0014) runs *before* the strip — so the dump shows the raw 65536 values. Verify the values handed to V4L2 are actually stripped by adding a post-strip dump or reading the V4L2_CTRL_TYPE_H264_DECODE_PARAMS via VIDIOC_G_EXT_CTRLS just before QBUF.
|
||||
4. **Level_idc over-allocation interaction.** Patch 0013 hardcodes `level_idc=51`; patch 0018 derives it from Annex A.3 (so for 1080p we'd get level_idc=41). hantro uses level_idc to size DPB/MV buffers. Wrong sizing might allocate too small and drop the decode silently.
|
||||
5. **CAPTURE format derivation.** Patch 0009 removed `VIDIOC_S_FMT` on CAPTURE per "Hantro derives CAPTURE format from per-request SPS." The G_FMT shows NV12 1920×1088, which looks right — but if SPS isn't being submitted, the kernel might decode into a different layout that overwrites neither the sentinel nor the real CAPTURE bytes.
|
||||
6. **Other hantro silent-failure paths**: `V4L2_EVENT_SOURCE_CHANGE` (open Q #5 in `phase0_findings.md`), per-frame timestamp / VIDIOC_S_PARM, missing `frame_num` / IDR-bit setup in DECODE_PARAMS flags.
|
||||
|
||||
The correct Phase 6 starting point is to instrument *the kernel side*: ftrace `events/v4l2/` and `events/hantro/` (if exposed), or `dmesg` for any silent-decode-error messages, while the userspace contract trace runs. That's the actual Phase 3 baseline we need.
|
||||
|
||||
## Artifacts
|
||||
|
||||
- `firefox_live.log.{moz_log,child-1.moz_log}` — MOZ_LOG output from the live-session run
|
||||
- `firefox_stderr_live` — the .so DEBUG output (only 4 lines because only 1 frame was attempted)
|
||||
- `firefox_stdout_live` — empty
|
||||
- `strace_146420` — the decode utility process: full V4L2-stateless lifecycle
|
||||
- `strace_146198`, `strace_146199`, `strace_146200`, `strace_146201`, `strace_146203` — RDD + content + GPU process traces
|
||||
- `strace_146147` — Firefox parent
|
||||
- `strace_146164` — fork-server / GMP-related child
|
||||
|
||||
## Phase 0 deliverables status (updated)
|
||||
|
||||
- **#1** Re-verify failure-mode finding in-session — ✗ **AMENDED**: contract trace lands cleanly, but kernel produces no decoded pixels. Prior commit `f15ba8b` overstated the verdict.
|
||||
- **#2** Step 1 reconciliation — ✓ done in commit `74b3793` on fork master.
|
||||
- **#3** Firefox configuration end-to-end — ✓ engagement confirmed in live Plasma session; pixel-content failure mode identical to mpv (libva ✓, hantro ✗).
|
||||
- **#4** Phase 0 baseline anchor — ✗ **AMENDED**: the captured contract trace describes Step 1's userspace behaviour, not what Phase 6 must reproduce. Phase 6's spec needs to include kernel-side observability (ftrace / dmesg) so we can actually characterize hantro's silent failure.
|
||||
|
||||
Phase 1 lock should be deferred until we have a sharpened boolean-correctness criterion (pixel-content verification) and at least a hypothesis about why hantro is silent. Phase 0 isn't done yet.
|
||||
@@ -0,0 +1,622 @@
|
||||
[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
|
||||
@@ -0,0 +1,11 @@
|
||||
[Parent 146147: Main Thread]: D/PlatformDecoderModule Broadcast support from 'RDD', support=H264 SWDEC
|
||||
VP9 SWDEC
|
||||
VP8 SWDEC
|
||||
AV1 SWDEC
|
||||
HEVC SWDEC
|
||||
AAC SWDEC
|
||||
MP3 SWDEC
|
||||
Opus SWDEC
|
||||
Vorbis SWDEC
|
||||
FLAC SWDEC
|
||||
Wave SWDEC
|
||||
@@ -0,0 +1,4 @@
|
||||
v4l2-request: VAPictureH264 sizeof=36 CurrPic[0..31]: 00 00 00 04 00 00 00 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
|
||||
v4l2-request: VAPictureH264 CurrPic field reads: picture_id=0x04000000 frame_idx=0 flags=0x0 TopFOC=65536 BottomFOC=65536 frame_num=0
|
||||
v4l2-request: OUTPUT[idx=0, len=6272]: 00 00 01 25 b8 20 20 21 44 c5 00 01 57 9b ef be fb ef be fb ef be fb ef be fb ef be fb ef be fb
|
||||
v4l2-request: CAPTURE[idx=0, plane0]: ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab ab
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,472 @@
|
||||
1777890023.240237 execve("/usr/lib/firefox/glxtest", ["/usr/lib/firefox/glxtest", "-f", "22", "-w"], 0xffff9ab39710 /* 25 vars */) = 0
|
||||
1777890023.241293 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.241673 close(7) = 0
|
||||
1777890023.242853 openat(AT_FDCWD, "/usr/lib/libXrandr.so.2", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.243884 close(7) = 0
|
||||
1777890023.244027 openat(AT_FDCWD, "/usr/lib/libX11.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.244980 close(7) = 0
|
||||
1777890023.245125 openat(AT_FDCWD, "/usr/lib/libgdk-3.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.245969 close(7) = 0
|
||||
1777890023.246118 openat(AT_FDCWD, "/usr/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.247035 close(7) = 0
|
||||
1777890023.247198 openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.248129 close(7) = 0
|
||||
1777890023.248287 openat(AT_FDCWD, "/usr/lib/libXext.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.249186 close(7) = 0
|
||||
1777890023.249336 openat(AT_FDCWD, "/usr/lib/libXrender.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.250203 close(7) = 0
|
||||
1777890023.250344 openat(AT_FDCWD, "/usr/lib/libxcb.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.251192 close(7) = 0
|
||||
1777890023.251330 openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.252262 close(7) = 0
|
||||
1777890023.252416 openat(AT_FDCWD, "/usr/lib/libgdk_pixbuf-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.253328 close(7) = 0
|
||||
1777890023.253456 openat(AT_FDCWD, "/usr/lib/libgobject-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.254470 close(7) = 0
|
||||
1777890023.254645 openat(AT_FDCWD, "/usr/lib/libglib-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.255660 close(7) = 0
|
||||
1777890023.255925 openat(AT_FDCWD, "/usr/lib/libcairo.so.2", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.256848 close(7) = 0
|
||||
1777890023.257000 openat(AT_FDCWD, "/usr/lib/libpango-1.0.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.257765 close(7) = 0
|
||||
1777890023.257920 openat(AT_FDCWD, "/usr/lib/libfribidi.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.258679 close(7) = 0
|
||||
1777890023.258850 openat(AT_FDCWD, "/usr/lib/libcairo-gobject.so.2", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.259648 close(7) = 0
|
||||
1777890023.259778 openat(AT_FDCWD, "/usr/lib/libepoxy.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.260602 close(7) = 0
|
||||
1777890023.260741 openat(AT_FDCWD, "/usr/lib/libfontconfig.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.261659 close(7) = 0
|
||||
1777890023.261905 openat(AT_FDCWD, "/usr/lib/libgio-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.262907 close(7) = 0
|
||||
1777890023.263186 openat(AT_FDCWD, "/usr/lib/libpangocairo-1.0.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.264012 close(7) = 0
|
||||
1777890023.264202 openat(AT_FDCWD, "/usr/lib/libxkbcommon.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.265070 close(7) = 0
|
||||
1777890023.265278 openat(AT_FDCWD, "/usr/lib/libwayland-client.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.266464 close(7) = 0
|
||||
1777890023.266651 openat(AT_FDCWD, "/usr/lib/libwayland-cursor.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.267483 close(7) = 0
|
||||
1777890023.267650 openat(AT_FDCWD, "/usr/lib/libwayland-egl.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.268365 close(7) = 0
|
||||
1777890023.268483 openat(AT_FDCWD, "/usr/lib/libXi.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.269353 close(7) = 0
|
||||
1777890023.269526 openat(AT_FDCWD, "/usr/lib/libXcursor.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.270440 close(7) = 0
|
||||
1777890023.270640 openat(AT_FDCWD, "/usr/lib/libXdamage.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.271535 close(7) = 0
|
||||
1777890023.271735 openat(AT_FDCWD, "/usr/lib/libXfixes.so.3", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.272684 close(7) = 0
|
||||
1777890023.272893 openat(AT_FDCWD, "/usr/lib/libXcomposite.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.273762 close(7) = 0
|
||||
1777890023.273983 openat(AT_FDCWD, "/usr/lib/libXinerama.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.274879 close(7) = 0
|
||||
1777890023.275175 openat(AT_FDCWD, "/usr/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.276077 close(7) = 0
|
||||
1777890023.276270 openat(AT_FDCWD, "/usr/lib/libXau.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.277099 close(7) = 0
|
||||
1777890023.277269 openat(AT_FDCWD, "/usr/lib/libXdmcp.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.278311 close(7) = 0
|
||||
1777890023.278462 openat(AT_FDCWD, "/usr/lib/libgmodule-2.0.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.279372 close(7) = 0
|
||||
1777890023.279582 openat(AT_FDCWD, "/usr/lib/libglycin-2.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.280700 close(7) = 0
|
||||
1777890023.280960 openat(AT_FDCWD, "/usr/lib/libffi.so.8", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.282023 close(7) = 0
|
||||
1777890023.282255 openat(AT_FDCWD, "/usr/lib/libpcre2-8.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.283168 close(7) = 0
|
||||
1777890023.283387 openat(AT_FDCWD, "/usr/lib/libz.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.284279 close(7) = 0
|
||||
1777890023.284461 openat(AT_FDCWD, "/usr/lib/libpng16.so.16", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.285328 close(7) = 0
|
||||
1777890023.285508 openat(AT_FDCWD, "/usr/lib/libfreetype.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.286324 close(7) = 0
|
||||
1777890023.286497 openat(AT_FDCWD, "/usr/lib/libxcb-render.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.287430 close(7) = 0
|
||||
1777890023.287666 openat(AT_FDCWD, "/usr/lib/libxcb-shm.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.288622 close(7) = 0
|
||||
1777890023.288861 openat(AT_FDCWD, "/usr/lib/libpixman-1.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.289732 close(7) = 0
|
||||
1777890023.289978 openat(AT_FDCWD, "/usr/lib/libthai.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.290958 close(7) = 0
|
||||
1777890023.291121 openat(AT_FDCWD, "/usr/lib/libharfbuzz.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.291998 close(7) = 0
|
||||
1777890023.292237 openat(AT_FDCWD, "/usr/lib/libexpat.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.293116 close(7) = 0
|
||||
1777890023.293333 openat(AT_FDCWD, "/usr/lib/libmount.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.294400 close(7) = 0
|
||||
1777890023.294721 openat(AT_FDCWD, "/usr/lib/libpangoft2-1.0.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.295653 close(7) = 0
|
||||
1777890023.295983 openat(AT_FDCWD, "/usr/lib/liblcms2.so.2", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.296991 close(7) = 0
|
||||
1777890023.297205 openat(AT_FDCWD, "/usr/lib/libseccomp.so.2", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.298320 close(7) = 0
|
||||
1777890023.298559 openat(AT_FDCWD, "/usr/lib/libbz2.so.1.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.299704 close(7) = 0
|
||||
1777890023.300021 openat(AT_FDCWD, "/usr/lib/libbrotlidec.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.302731 close(7) = 0
|
||||
1777890023.303340 openat(AT_FDCWD, "/usr/lib/libdatrie.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.304488 close(7) = 0
|
||||
1777890023.304829 openat(AT_FDCWD, "/usr/lib/libgraphite2.so.3", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.306050 close(7) = 0
|
||||
1777890023.306317 openat(AT_FDCWD, "/usr/lib/libblkid.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.307408 close(7) = 0
|
||||
1777890023.307690 openat(AT_FDCWD, "/usr/lib/libsystemd.so.0", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.308833 close(7) = 0
|
||||
1777890023.309142 openat(AT_FDCWD, "/usr/lib/libbrotlicommon.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890023.310151 close(7) = 0
|
||||
1777890023.354575 openat(AT_FDCWD, "/sys/kernel/mm/transparent_hugepage/enabled", O_RDONLY) = 7
|
||||
1777890023.354960 close(7) = 0
|
||||
1777890023.356403 openat(AT_FDCWD, "/dev/null", O_WRONLY) = 7
|
||||
1777890023.356992 close(7) = 0
|
||||
1777890023.358336 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.358716 close(8) = 0
|
||||
1777890023.358910 openat(AT_FDCWD, "/usr/lib/libEGL.so.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.359882 close(8) = 0
|
||||
1777890023.360166 openat(AT_FDCWD, "/usr/lib/libGLdispatch.so.0", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.361185 close(8) = 0
|
||||
1777890023.363488 openat(AT_FDCWD, "/etc/glvnd/egl_vendor.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.363646 openat(AT_FDCWD, "/usr/share/glvnd/egl_vendor.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 8
|
||||
1777890023.364048 close(8) = 0
|
||||
1777890023.364176 openat(AT_FDCWD, "/usr/share/glvnd/egl_vendor.d/50_mesa.json", O_RDONLY) = 8
|
||||
1777890023.364551 close(8) = 0
|
||||
1777890023.364826 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.365136 close(8) = 0
|
||||
1777890023.365286 openat(AT_FDCWD, "/usr/lib/libEGL_mesa.so.0", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.366345 close(8) = 0
|
||||
1777890023.366597 openat(AT_FDCWD, "/usr/lib/libgallium-26.0.5-arch1.1.so", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.367654 close(8) = 0
|
||||
1777890023.367945 openat(AT_FDCWD, "/usr/lib/libgbm.so.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.368894 close(8) = 0
|
||||
1777890023.369162 openat(AT_FDCWD, "/usr/lib/libX11-xcb.so.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.370118 close(8) = 0
|
||||
1777890023.370376 openat(AT_FDCWD, "/usr/lib/libxcb-randr.so.0", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.371447 close(8) = 0
|
||||
1777890023.371667 openat(AT_FDCWD, "/usr/lib/libxcb-xfixes.so.0", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.372559 close(8) = 0
|
||||
1777890023.372779 openat(AT_FDCWD, "/usr/lib/libdrm.so.2", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.373639 close(8) = 0
|
||||
1777890023.373901 openat(AT_FDCWD, "/usr/lib/libxcb-dri3.so.0", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.374784 close(8) = 0
|
||||
1777890023.375047 openat(AT_FDCWD, "/usr/lib/libxcb-present.so.0", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.376025 close(8) = 0
|
||||
1777890023.376342 openat(AT_FDCWD, "/usr/lib/libLLVM.so.22.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.377392 close(8) = 0
|
||||
1777890023.377642 openat(AT_FDCWD, "/usr/lib/libzstd.so.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.378503 close(8) = 0
|
||||
1777890023.378700 openat(AT_FDCWD, "/usr/lib/libSPIRV-Tools.so", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.379614 close(8) = 0
|
||||
1777890023.379918 openat(AT_FDCWD, "/usr/lib/libsensors.so.5", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.380823 close(8) = 0
|
||||
1777890023.381107 openat(AT_FDCWD, "/usr/lib/libxcb-sync.so.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.381988 close(8) = 0
|
||||
1777890023.382265 openat(AT_FDCWD, "/usr/lib/libxshmfence.so.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.383189 close(8) = 0
|
||||
1777890023.383519 openat(AT_FDCWD, "/usr/lib/libelf.so.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.384534 close(8) = 0
|
||||
1777890023.384785 openat(AT_FDCWD, "/usr/lib/libdrm_amdgpu.so.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.385670 close(8) = 0
|
||||
1777890023.385939 openat(AT_FDCWD, "/usr/lib/libdrm_intel.so.1", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.386817 close(8) = 0
|
||||
1777890023.387205 openat(AT_FDCWD, "/usr/lib/libedit.so.0", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.388257 close(8) = 0
|
||||
1777890023.388587 openat(AT_FDCWD, "/usr/lib/libxml2.so.16", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.389710 close(8) = 0
|
||||
1777890023.390105 openat(AT_FDCWD, "/usr/lib/libpciaccess.so.0", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.391088 close(8) = 0
|
||||
1777890023.391326 openat(AT_FDCWD, "/usr/lib/libncursesw.so.6", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.392297 close(8) = 0
|
||||
1777890023.392602 openat(AT_FDCWD, "/usr/lib/libicuuc.so.78", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.393717 close(8) = 0
|
||||
1777890023.394011 openat(AT_FDCWD, "/usr/lib/libicudata.so.78", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890023.394922 close(8) = 0
|
||||
1777890023.549370 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 8
|
||||
1777890023.550185 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 9
|
||||
1777890023.550736 close(9) = 0
|
||||
1777890023.550960 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 9
|
||||
1777890023.551466 close(9) = 0
|
||||
1777890023.551622 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 9
|
||||
1777890023.552130 close(9) = 0
|
||||
1777890023.552276 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 9
|
||||
1777890023.552748 close(9) = 0
|
||||
1777890023.553197 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 9
|
||||
1777890023.553663 close(9) = 0
|
||||
1777890023.553830 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 9
|
||||
1777890023.554311 close(9) = 0
|
||||
1777890023.554459 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 9
|
||||
1777890023.554964 close(9) = 0
|
||||
1777890023.555107 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 9
|
||||
1777890023.555566 close(9) = 0
|
||||
1777890023.556006 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 9
|
||||
1777890023.556541 close(9) = 0
|
||||
1777890023.556698 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 9
|
||||
1777890023.557217 close(9) = 0
|
||||
1777890023.557376 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 9
|
||||
1777890023.557889 close(9) = 0
|
||||
1777890023.558103 close(8) = 0
|
||||
1777890023.575944 close(8) = 0
|
||||
1777890023.576329 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 8
|
||||
1777890023.576973 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 9
|
||||
1777890023.577493 close(9) = 0
|
||||
1777890023.577639 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 9
|
||||
1777890023.578112 close(9) = 0
|
||||
1777890023.578247 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 9
|
||||
1777890023.578665 close(9) = 0
|
||||
1777890023.578780 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 9
|
||||
1777890023.579239 close(9) = 0
|
||||
1777890023.579608 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 9
|
||||
1777890023.580065 close(9) = 0
|
||||
1777890023.580186 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 9
|
||||
1777890023.580594 close(9) = 0
|
||||
1777890023.580716 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 9
|
||||
1777890023.581162 close(9) = 0
|
||||
1777890023.581285 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 9
|
||||
1777890023.581712 close(9) = 0
|
||||
1777890023.582125 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 9
|
||||
1777890023.582571 close(9) = 0
|
||||
1777890023.582687 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 9
|
||||
1777890023.583126 close(9) = 0
|
||||
1777890023.583253 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 9
|
||||
1777890023.583665 close(9) = 0
|
||||
1777890023.584055 close(8) = 0
|
||||
1777890023.584162 openat(AT_FDCWD, "/dev/dri/renderD128", O_RDWR|O_CLOEXEC) = 8
|
||||
1777890023.585207 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 9
|
||||
1777890023.585586 close(9) = 0
|
||||
1777890023.585761 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 9
|
||||
1777890023.590986 close(9) = 0
|
||||
1777890023.591203 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.591394 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.592178 ioctl(8, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.592514 ioctl(8, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.592745 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 9
|
||||
1777890023.593534 close(9) = 0
|
||||
1777890023.593707 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 9
|
||||
1777890023.598937 close(9) = 0
|
||||
1777890023.599335 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.599652 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.599973 openat(AT_FDCWD, "/sys/dev/char/226:128/device/vendor", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.600163 openat(AT_FDCWD, "/sys/dev/char/226:128/device/device", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.600559 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 9
|
||||
1777890023.601145 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 10
|
||||
1777890023.601635 close(10) = 0
|
||||
1777890023.601773 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 10
|
||||
1777890023.602286 close(10) = 0
|
||||
1777890023.602440 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 10
|
||||
1777890023.602931 close(10) = 0
|
||||
1777890023.603063 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 10
|
||||
1777890023.603510 close(10) = 0
|
||||
1777890023.603932 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 10
|
||||
1777890023.604447 close(10) = 0
|
||||
1777890023.604835 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 10
|
||||
1777890023.605770 close(10) = 0
|
||||
1777890023.606033 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 10
|
||||
1777890023.606540 close(10) = 0
|
||||
1777890023.606662 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 10
|
||||
1777890023.607136 close(10) = 0
|
||||
1777890023.607541 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 10
|
||||
1777890023.608060 close(10) = 0
|
||||
1777890023.608216 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 10
|
||||
1777890023.608686 close(10) = 0
|
||||
1777890023.608869 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 10
|
||||
1777890023.609345 close(10) = 0
|
||||
1777890023.609759 close(9) = 0
|
||||
1777890023.610118 ioctl(8, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.610351 ioctl(8, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.611526 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 9
|
||||
1777890023.612009 close(9) = 0
|
||||
1777890023.612149 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 9
|
||||
1777890023.616983 close(9) = 0
|
||||
1777890023.617179 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.617355 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.617641 openat(AT_FDCWD, "/sys/dev/char/226:128/device/vendor", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.617840 openat(AT_FDCWD, "/sys/dev/char/226:128/device/device", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.618219 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 10
|
||||
1777890023.618732 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 11
|
||||
1777890023.619218 close(11) = 0
|
||||
1777890023.619354 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 11
|
||||
1777890023.619785 close(11) = 0
|
||||
1777890023.619962 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 11
|
||||
1777890023.620382 close(11) = 0
|
||||
1777890023.620495 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 11
|
||||
1777890023.620967 close(11) = 0
|
||||
1777890023.621344 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 11
|
||||
1777890023.621763 close(11) = 0
|
||||
1777890023.621910 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 11
|
||||
1777890023.622325 close(11) = 0
|
||||
1777890023.622448 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 11
|
||||
1777890023.622886 close(11) = 0
|
||||
1777890023.623008 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 11
|
||||
1777890023.623420 close(11) = 0
|
||||
1777890023.623785 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 11
|
||||
1777890023.624251 close(11) = 0
|
||||
1777890023.624401 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 11
|
||||
1777890023.624825 close(11) = 0
|
||||
1777890023.624957 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 11
|
||||
1777890023.625381 close(11) = 0
|
||||
1777890023.625745 close(10) = 0
|
||||
1777890023.626107 ioctl(9, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.626221 ioctl(9, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.626341 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 10
|
||||
1777890023.626689 close(10) = 0
|
||||
1777890023.626821 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 10
|
||||
1777890023.631564 close(10) = 0
|
||||
1777890023.631752 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.631956 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.632165 openat(AT_FDCWD, "/sys/dev/char/226:128/device/vendor", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.632327 openat(AT_FDCWD, "/sys/dev/char/226:128/device/device", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.632690 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 10
|
||||
1777890023.633231 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 11
|
||||
1777890023.633682 close(11) = 0
|
||||
1777890023.633833 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 11
|
||||
1777890023.634256 close(11) = 0
|
||||
1777890023.634383 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 11
|
||||
1777890023.634784 close(11) = 0
|
||||
1777890023.634955 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 11
|
||||
1777890023.635394 close(11) = 0
|
||||
1777890023.635753 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 11
|
||||
1777890023.636207 close(11) = 0
|
||||
1777890023.636323 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 11
|
||||
1777890023.636725 close(11) = 0
|
||||
1777890023.636872 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 11
|
||||
1777890023.637281 close(11) = 0
|
||||
1777890023.637395 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 11
|
||||
1777890023.637814 close(11) = 0
|
||||
1777890023.638193 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 11
|
||||
1777890023.638612 close(11) = 0
|
||||
1777890023.638726 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 11
|
||||
1777890023.639179 close(11) = 0
|
||||
1777890023.639310 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 11
|
||||
1777890023.639729 close(11) = 0
|
||||
1777890023.640142 close(10) = 0
|
||||
1777890023.640254 ioctl(9, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.640366 ioctl(9, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.640945 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
1777890023.641363 close(11) = 0
|
||||
1777890023.641490 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 11
|
||||
1777890023.646287 close(11) = 0
|
||||
1777890023.646489 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.646671 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890023.646880 ioctl(10, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.646998 ioctl(10, DRM_IOCTL_VERSION, 0xaaaac3c7baa0) = 0
|
||||
1777890023.647130 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.647430 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.647533 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.647660 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.647759 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.647887 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.647987 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.648090 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.648190 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.648291 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.648391 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.648492 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.648592 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.648691 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.648807 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.648917 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.649018 ioctl(10, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffffc8006e68) = 0
|
||||
1777890023.649158 ioctl(10, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffffc8006de0) = 0
|
||||
1777890023.649389 ioctl(10, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffffc8005e98) = 0
|
||||
1777890023.649510 ioctl(10, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffffc8006de0) = 0
|
||||
1777890023.649698 ioctl(10, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffffc8006e58) = 0
|
||||
1777890023.649933 ioctl(10, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffffc8005e98) = 0
|
||||
1777890023.650157 ioctl(10, DRM_IOCTL_GET_CAP, 0xffffc8006ed8) = 0
|
||||
1777890023.651161 openat(AT_FDCWD, "/home/mfritsche/.cache/mesa_shader_cache/index", O_RDWR|O_CREAT|O_CLOEXEC, 0644) = 11
|
||||
1777890023.651499 close(11) = 0
|
||||
1777890023.652090 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7a7ff148, parent_tid=0xffff7a7fedf0, exit_signal=0, stack=0xffff79ff0000, stack_size=0x80e600, tls=0xffff7a7ff440} => {parent_tid=[146172]}, 88) = 146172
|
||||
1777890023.653829 ioctl(10, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffffc8006a00) = 0
|
||||
1777890023.654099 ioctl(10, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffffc8006a78) = 0
|
||||
1777890023.654333 ioctl(10, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffffc8005ab8) = 0
|
||||
1777890023.656848 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
1777890023.657442 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.657959 close(12) = 0
|
||||
1777890023.658096 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.658515 close(12) = 0
|
||||
1777890023.658641 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.659081 close(12) = 0
|
||||
1777890023.659201 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.659609 close(12) = 0
|
||||
1777890023.660012 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.660455 close(12) = 0
|
||||
1777890023.660571 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.660998 close(12) = 0
|
||||
1777890023.661128 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.661535 close(12) = 0
|
||||
1777890023.661647 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.662073 close(12) = 0
|
||||
1777890023.662441 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.662870 close(12) = 0
|
||||
1777890023.662987 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.663394 close(12) = 0
|
||||
1777890023.663514 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.663929 close(12) = 0
|
||||
1777890023.664298 close(11) = 0
|
||||
1777890023.664640 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
1777890023.665187 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.665621 close(12) = 0
|
||||
1777890023.665738 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.666159 close(12) = 0
|
||||
1777890023.666281 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.666679 close(12) = 0
|
||||
1777890023.666788 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.667218 close(12) = 0
|
||||
1777890023.667572 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.667994 close(12) = 0
|
||||
1777890023.668110 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.668513 close(12) = 0
|
||||
1777890023.668631 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.669045 close(12) = 0
|
||||
1777890023.669158 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.669558 close(12) = 0
|
||||
1777890023.669947 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.670359 close(12) = 0
|
||||
1777890023.670475 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.670899 close(12) = 0
|
||||
1777890023.671024 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.671429 close(12) = 0
|
||||
1777890023.671805 close(11) = 0
|
||||
1777890023.676672 ioctl(10, DRM_IOCTL_SYNCOBJ_CREATE, 0xffffc8007750) = 0
|
||||
1777890023.676945 ioctl(10, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffffc80075f0) = 0
|
||||
1777890023.677190 ioctl(10, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffffc8007668) = 0
|
||||
1777890023.677429 ioctl(10, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffffc80066a8) = 0
|
||||
1777890023.677548 ioctl(10, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffffc80075f0) = 0
|
||||
1777890023.677732 ioctl(10, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffffc8007668) = 0
|
||||
1777890023.677971 ioctl(10, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffffc80066a8) = 0
|
||||
1777890023.678206 ioctl(10, DRM_IOCTL_SYNCOBJ_CREATE, 0xffffc8007750) = 0
|
||||
1777890023.678333 ioctl(10, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffffc8007640) = 0
|
||||
1777890023.678542 ioctl(10, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffffc80076b8) = 0
|
||||
1777890023.678744 ioctl(10, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffffc80066f8) = 0
|
||||
1777890023.688175 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
1777890023.688920 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.689428 close(12) = 0
|
||||
1777890023.689860 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.690315 close(12) = 0
|
||||
1777890023.690691 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.691168 close(12) = 0
|
||||
1777890023.691357 close(11) = 0
|
||||
1777890023.691460 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 11
|
||||
1777890023.692014 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.692457 close(12) = 0
|
||||
1777890023.692579 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.693025 close(12) = 0
|
||||
1777890023.693162 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.693576 close(12) = 0
|
||||
1777890023.693692 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 12
|
||||
1777890023.694118 close(12) = 0
|
||||
1777890023.694481 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.694914 close(12) = 0
|
||||
1777890023.695033 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.695441 close(12) = 0
|
||||
1777890023.695564 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.696004 close(12) = 0
|
||||
1777890023.696124 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 12
|
||||
1777890023.696530 close(12) = 0
|
||||
1777890023.696924 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.697371 close(12) = 0
|
||||
1777890023.697491 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.697946 close(12) = 0
|
||||
1777890023.698078 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 12
|
||||
1777890023.698497 close(12) = 0
|
||||
1777890023.698677 close(11) = 0
|
||||
1777890023.699572 close(7) = 0
|
||||
1777890023.712400 +++ exited with 0 +++
|
||||
@@ -0,0 +1,55 @@
|
||||
1777890025.696488 close(49) = 0
|
||||
1777890025.696672 close(48) = 0
|
||||
1777890025.696853 execve("/usr/lib/firefox/vaapitest", ["/usr/lib/firefox/vaapitest", "-d", "/dev/dri/renderD128"], 0xffff9ab39710 /* 27 vars */) = 0
|
||||
1777890025.710417 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.710727 close(7) = 0
|
||||
1777890025.710907 openat(AT_FDCWD, "/usr/lib/libstdc++.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.711885 close(7) = 0
|
||||
1777890025.712017 openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.712905 close(7) = 0
|
||||
1777890025.713037 openat(AT_FDCWD, "/usr/lib/libm.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.713886 close(7) = 0
|
||||
1777890025.714017 openat(AT_FDCWD, "/usr/lib/libgcc_s.so.1", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.714806 close(7) = 0
|
||||
1777890025.719142 openat(AT_FDCWD, "/sys/kernel/mm/transparent_hugepage/enabled", O_RDONLY) = 7
|
||||
1777890025.719490 close(7) = 0
|
||||
1777890025.719970 openat(AT_FDCWD, "/dev/null", O_WRONLY) = 7
|
||||
1777890025.720446 close(7) = 0
|
||||
1777890025.720555 openat(AT_FDCWD, "/dev/dri/renderD128", O_RDWR) = 7
|
||||
1777890025.720807 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890025.721107 close(8) = 0
|
||||
1777890025.721259 openat(AT_FDCWD, "/usr/lib/libva-drm.so.2", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890025.722047 close(8) = 0
|
||||
1777890025.722178 openat(AT_FDCWD, "/usr/lib/libva.so.2", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890025.723044 close(8) = 0
|
||||
1777890025.723190 openat(AT_FDCWD, "/usr/lib/libdrm.so.2", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890025.724002 close(8) = 0
|
||||
1777890025.725317 openat(AT_FDCWD, "/etc/libva.conf", O_RDONLY) = 8
|
||||
1777890025.725716 close(8) = 0
|
||||
1777890025.725854 openat(AT_FDCWD, "/etc/libva.conf", O_RDONLY) = 8
|
||||
1777890025.726173 close(8) = 0
|
||||
1777890025.726281 openat(AT_FDCWD, "/etc/libva.conf", O_RDONLY) = 8
|
||||
1777890025.726585 close(8) = 0
|
||||
1777890025.726691 openat(AT_FDCWD, "/etc/libva.conf", O_RDONLY) = 8
|
||||
1777890025.726957 close(8) = 0
|
||||
1777890025.727089 ioctl(7, DRM_IOCTL_VERSION, 0xaaaae07724a0) = 0
|
||||
1777890025.727205 ioctl(7, DRM_IOCTL_VERSION, 0xaaaae07724a0) = 0
|
||||
1777890025.727571 openat(AT_FDCWD, "/usr/lib/dri/v4l2_request_drv_video.so", O_RDONLY|O_CLOEXEC) = 8
|
||||
1777890025.728405 close(8) = 0
|
||||
1777890025.728826 openat(AT_FDCWD, "/dev/video1", O_RDWR|O_NONBLOCK) = 8
|
||||
1777890025.729120 ioctl(8, VIDIOC_QUERYCAP, {driver="hantro-vpu", card="rockchip,rk3568-vpu-dec", bus_info="platform:fdea0000.video-codec", version=KERNEL_VERSION(6, 19, 10), capabilities=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING|V4L2_CAP_DEVICE_CAPS, device_caps=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING}) = 0
|
||||
1777890025.729275 openat(AT_FDCWD, "/dev/media0", O_RDWR|O_NONBLOCK) = 9
|
||||
1777890025.729421 ioctl(8, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.729549 ioctl(8, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890025.729678 ioctl(8, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="MPEG-2 Parsed Slice Data", pixelformat=v4l2_fourcc('M', 'G', '2', 'S') /* V4L2_PIX_FMT_MPEG2_SLICE */}) = 0
|
||||
1777890025.729828 ioctl(8, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.729945 ioctl(8, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890025.730071 ioctl(8, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.730184 ioctl(8, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890025.730344 ioctl(8, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="MPEG-2 Parsed Slice Data", pixelformat=v4l2_fourcc('M', 'G', '2', 'S') /* V4L2_PIX_FMT_MPEG2_SLICE */}) = 0
|
||||
1777890025.730466 ioctl(8, VIDIOC_ENUM_FMT, {index=2, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="VP8 Frame", pixelformat=v4l2_fourcc('V', 'P', '8', 'F') /* V4L2_PIX_FMT_VP8_FRAME */}) = 0
|
||||
1777890025.730591 ioctl(8, VIDIOC_ENUM_FMT, {index=3, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.730736 close(8) = 0
|
||||
1777890025.730898 close(9) = 0
|
||||
1777890025.731312 close(7) = 0
|
||||
1777890025.732380 +++ exited with 0 +++
|
||||
@@ -0,0 +1,22 @@
|
||||
1777890025.735170 close(50) = 0
|
||||
1777890025.735314 close(49) = 0
|
||||
1777890025.735474 execve("/usr/lib/firefox/v4l2test", ["/usr/lib/firefox/v4l2test", "-d", "/dev/video2"], 0xffff9ab39710 /* 27 vars */) = 0
|
||||
1777890025.737034 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.737359 close(7) = 0
|
||||
1777890025.737511 openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.738514 close(7) = 0
|
||||
1777890025.739670 openat(AT_FDCWD, "/dev/null", O_WRONLY) = 7
|
||||
1777890025.740160 close(7) = 0
|
||||
1777890025.740261 openat(AT_FDCWD, "/dev/video2", O_RDWR|O_NONBLOCK) = 7
|
||||
1777890025.740479 ioctl(7, VIDIOC_QUERYCAP, {driver="hantro-vpu", card="rockchip,rk3568-vepu-enc", bus_info="platform:fdee0000.video-codec", version=KERNEL_VERSION(6, 19, 10), capabilities=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING|V4L2_CAP_DEVICE_CAPS, device_caps=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING}) = 0
|
||||
1777890025.740623 openat(AT_FDCWD, "/sys/kernel/mm/transparent_hugepage/enabled", O_RDONLY) = 8
|
||||
1777890025.740916 close(8) = 0
|
||||
1777890025.741232 ioctl(7, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="JFIF JPEG", pixelformat=v4l2_fourcc('J', 'P', 'E', 'G') /* V4L2_PIX_FMT_JPEG */}) = 0
|
||||
1777890025.741380 ioctl(7, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.741508 ioctl(7, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Planar YUV 4:2:0 (N-C)", pixelformat=v4l2_fourcc('Y', 'M', '1', '2') /* V4L2_PIX_FMT_YUV420M */}) = 0
|
||||
1777890025.741634 ioctl(7, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Y/UV 4:2:0 (N-C)", pixelformat=v4l2_fourcc('N', 'M', '1', '2') /* V4L2_PIX_FMT_NV12M */}) = 0
|
||||
1777890025.741760 ioctl(7, VIDIOC_ENUM_FMT, {index=2, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="YUYV 4:2:2", pixelformat=v4l2_fourcc('Y', 'U', 'Y', 'V') /* V4L2_PIX_FMT_YUYV */}) = 0
|
||||
1777890025.741906 ioctl(7, VIDIOC_ENUM_FMT, {index=3, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="UYVY 4:2:2", pixelformat=v4l2_fourcc('U', 'Y', 'V', 'Y') /* V4L2_PIX_FMT_UYVY */}) = 0
|
||||
1777890025.742033 ioctl(7, VIDIOC_ENUM_FMT, {index=4, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.742151 close(7) = 0
|
||||
1777890025.742724 +++ exited with 0 +++
|
||||
@@ -0,0 +1,21 @@
|
||||
1777890025.744928 close(50) = 0
|
||||
1777890025.745076 close(49) = 0
|
||||
1777890025.745230 execve("/usr/lib/firefox/v4l2test", ["/usr/lib/firefox/v4l2test", "-d", "/dev/video1"], 0xffff9ab39710 /* 27 vars */) = 0
|
||||
1777890025.746147 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.746447 close(7) = 0
|
||||
1777890025.746598 openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.747560 close(7) = 0
|
||||
1777890025.748701 openat(AT_FDCWD, "/dev/null", O_WRONLY) = 7
|
||||
1777890025.749192 close(7) = 0
|
||||
1777890025.749297 openat(AT_FDCWD, "/dev/video1", O_RDWR|O_NONBLOCK) = 7
|
||||
1777890025.749530 ioctl(7, VIDIOC_QUERYCAP, {driver="hantro-vpu", card="rockchip,rk3568-vpu-dec", bus_info="platform:fdea0000.video-codec", version=KERNEL_VERSION(6, 19, 10), capabilities=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING|V4L2_CAP_DEVICE_CAPS, device_caps=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING}) = 0
|
||||
1777890025.749677 openat(AT_FDCWD, "/sys/kernel/mm/transparent_hugepage/enabled", O_RDONLY) = 8
|
||||
1777890025.749957 close(8) = 0
|
||||
1777890025.750297 ioctl(7, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Y/UV 4:2:0", pixelformat=v4l2_fourcc('N', 'V', '1', '2') /* V4L2_PIX_FMT_NV12 */}) = 0
|
||||
1777890025.750452 ioctl(7, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.750578 ioctl(7, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890025.750709 ioctl(7, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="MPEG-2 Parsed Slice Data", pixelformat=v4l2_fourcc('M', 'G', '2', 'S') /* V4L2_PIX_FMT_MPEG2_SLICE */}) = 0
|
||||
1777890025.750860 ioctl(7, VIDIOC_ENUM_FMT, {index=2, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="VP8 Frame", pixelformat=v4l2_fourcc('V', 'P', '8', 'F') /* V4L2_PIX_FMT_VP8_FRAME */}) = 0
|
||||
1777890025.750989 ioctl(7, VIDIOC_ENUM_FMT, {index=3, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.751108 close(7) = 0
|
||||
1777890025.751695 +++ exited with 0 +++
|
||||
@@ -0,0 +1,49 @@
|
||||
1777890025.753875 close(50) = 0
|
||||
1777890025.754018 close(49) = 0
|
||||
1777890025.754175 execve("/usr/lib/firefox/v4l2test", ["/usr/lib/firefox/v4l2test", "-d", "/dev/video0"], 0xffff9ab39710 /* 27 vars */) = 0
|
||||
1777890025.755213 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.755521 close(7) = 0
|
||||
1777890025.755667 openat(AT_FDCWD, "/usr/lib/libc.so.6", O_RDONLY|O_CLOEXEC) = 7
|
||||
1777890025.756633 close(7) = 0
|
||||
1777890025.757752 openat(AT_FDCWD, "/dev/null", O_WRONLY) = 7
|
||||
1777890025.758264 close(7) = 0
|
||||
1777890025.758369 openat(AT_FDCWD, "/dev/video0", O_RDWR|O_NONBLOCK) = 7
|
||||
1777890025.758545 ioctl(7, VIDIOC_QUERYCAP, {driver="rockchip-rga", card="rockchip-rga", bus_info="platform:rga", version=KERNEL_VERSION(6, 19, 10), capabilities=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING|V4L2_CAP_DEVICE_CAPS, device_caps=V4L2_CAP_VIDEO_M2M_MPLANE|V4L2_CAP_EXT_PIX_FORMAT|V4L2_CAP_STREAMING}) = 0
|
||||
1777890025.758687 openat(AT_FDCWD, "/sys/kernel/mm/transparent_hugepage/enabled", O_RDONLY) = 8
|
||||
1777890025.758932 close(8) = 0
|
||||
1777890025.759234 ioctl(7, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="32-bit ARGB 8-8-8-8", pixelformat=v4l2_fourcc('B', 'A', '2', '4') /* V4L2_PIX_FMT_ARGB32 */}) = 0
|
||||
1777890025.759377 ioctl(7, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="32-bit BGRA 8-8-8-8", pixelformat=v4l2_fourcc('A', 'R', '2', '4') /* V4L2_PIX_FMT_ABGR32 */}) = 0
|
||||
1777890025.759507 ioctl(7, VIDIOC_ENUM_FMT, {index=2, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="32-bit BGRX 8-8-8-8", pixelformat=v4l2_fourcc('X', 'R', '2', '4') /* V4L2_PIX_FMT_XBGR32 */}) = 0
|
||||
1777890025.759634 ioctl(7, VIDIOC_ENUM_FMT, {index=3, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="24-bit RGB 8-8-8", pixelformat=v4l2_fourcc('R', 'G', 'B', '3') /* V4L2_PIX_FMT_RGB24 */}) = 0
|
||||
1777890025.759760 ioctl(7, VIDIOC_ENUM_FMT, {index=4, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="24-bit BGR 8-8-8", pixelformat=v4l2_fourcc('B', 'G', 'R', '3') /* V4L2_PIX_FMT_BGR24 */}) = 0
|
||||
1777890025.759912 ioctl(7, VIDIOC_ENUM_FMT, {index=5, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="16-bit ARGB 4-4-4-4", pixelformat=v4l2_fourcc('A', 'R', '1', '2') /* V4L2_PIX_FMT_ARGB444 */}) = 0
|
||||
1777890025.760042 ioctl(7, VIDIOC_ENUM_FMT, {index=6, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="16-bit ARGB 1-5-5-5", pixelformat=v4l2_fourcc('A', 'R', '1', '5') /* V4L2_PIX_FMT_ARGB555 */}) = 0
|
||||
1777890025.760169 ioctl(7, VIDIOC_ENUM_FMT, {index=7, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="16-bit RGB 5-6-5", pixelformat=v4l2_fourcc('R', 'G', 'B', 'P') /* V4L2_PIX_FMT_RGB565 */}) = 0
|
||||
1777890025.760295 ioctl(7, VIDIOC_ENUM_FMT, {index=8, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Y/VU 4:2:0", pixelformat=v4l2_fourcc('N', 'V', '2', '1') /* V4L2_PIX_FMT_NV21 */}) = 0
|
||||
1777890025.760423 ioctl(7, VIDIOC_ENUM_FMT, {index=9, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Y/VU 4:2:2", pixelformat=v4l2_fourcc('N', 'V', '6', '1') /* V4L2_PIX_FMT_NV61 */}) = 0
|
||||
1777890025.760546 ioctl(7, VIDIOC_ENUM_FMT, {index=10, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Y/UV 4:2:0", pixelformat=v4l2_fourcc('N', 'V', '1', '2') /* V4L2_PIX_FMT_NV12 */}) = 0
|
||||
1777890025.760671 ioctl(7, VIDIOC_ENUM_FMT, {index=11, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Y/UV 4:2:0 (N-C)", pixelformat=v4l2_fourcc('N', 'M', '1', '2') /* V4L2_PIX_FMT_NV12M */}) = 0
|
||||
1777890025.760817 ioctl(7, VIDIOC_ENUM_FMT, {index=12, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Y/UV 4:2:2", pixelformat=v4l2_fourcc('N', 'V', '1', '6') /* V4L2_PIX_FMT_NV16 */}) = 0
|
||||
1777890025.760945 ioctl(7, VIDIOC_ENUM_FMT, {index=13, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Planar YUV 4:2:0", pixelformat=v4l2_fourcc('Y', 'U', '1', '2') /* V4L2_PIX_FMT_YUV420 */}) = 0
|
||||
1777890025.761070 ioctl(7, VIDIOC_ENUM_FMT, {index=14, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Planar YUV 4:2:2", pixelformat=v4l2_fourcc('4', '2', '2', 'P') /* V4L2_PIX_FMT_YUV422P */}) = 0
|
||||
1777890025.761226 ioctl(7, VIDIOC_ENUM_FMT, {index=15, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Planar YVU 4:2:0", pixelformat=v4l2_fourcc('Y', 'V', '1', '2') /* V4L2_PIX_FMT_YVU420 */}) = 0
|
||||
1777890025.761353 ioctl(7, VIDIOC_ENUM_FMT, {index=16, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.761474 ioctl(7, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="32-bit ARGB 8-8-8-8", pixelformat=v4l2_fourcc('B', 'A', '2', '4') /* V4L2_PIX_FMT_ARGB32 */}) = 0
|
||||
1777890025.761596 ioctl(7, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="32-bit BGRA 8-8-8-8", pixelformat=v4l2_fourcc('A', 'R', '2', '4') /* V4L2_PIX_FMT_ABGR32 */}) = 0
|
||||
1777890025.761722 ioctl(7, VIDIOC_ENUM_FMT, {index=2, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="32-bit BGRX 8-8-8-8", pixelformat=v4l2_fourcc('X', 'R', '2', '4') /* V4L2_PIX_FMT_XBGR32 */}) = 0
|
||||
1777890025.761866 ioctl(7, VIDIOC_ENUM_FMT, {index=3, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="24-bit RGB 8-8-8", pixelformat=v4l2_fourcc('R', 'G', 'B', '3') /* V4L2_PIX_FMT_RGB24 */}) = 0
|
||||
1777890025.761992 ioctl(7, VIDIOC_ENUM_FMT, {index=4, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="24-bit BGR 8-8-8", pixelformat=v4l2_fourcc('B', 'G', 'R', '3') /* V4L2_PIX_FMT_BGR24 */}) = 0
|
||||
1777890025.762118 ioctl(7, VIDIOC_ENUM_FMT, {index=5, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="16-bit ARGB 4-4-4-4", pixelformat=v4l2_fourcc('A', 'R', '1', '2') /* V4L2_PIX_FMT_ARGB444 */}) = 0
|
||||
1777890025.762243 ioctl(7, VIDIOC_ENUM_FMT, {index=6, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="16-bit ARGB 1-5-5-5", pixelformat=v4l2_fourcc('A', 'R', '1', '5') /* V4L2_PIX_FMT_ARGB555 */}) = 0
|
||||
1777890025.762367 ioctl(7, VIDIOC_ENUM_FMT, {index=7, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="16-bit RGB 5-6-5", pixelformat=v4l2_fourcc('R', 'G', 'B', 'P') /* V4L2_PIX_FMT_RGB565 */}) = 0
|
||||
1777890025.762490 ioctl(7, VIDIOC_ENUM_FMT, {index=8, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Y/VU 4:2:0", pixelformat=v4l2_fourcc('N', 'V', '2', '1') /* V4L2_PIX_FMT_NV21 */}) = 0
|
||||
1777890025.762616 ioctl(7, VIDIOC_ENUM_FMT, {index=9, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Y/VU 4:2:2", pixelformat=v4l2_fourcc('N', 'V', '6', '1') /* V4L2_PIX_FMT_NV61 */}) = 0
|
||||
1777890025.762744 ioctl(7, VIDIOC_ENUM_FMT, {index=10, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Y/UV 4:2:0", pixelformat=v4l2_fourcc('N', 'V', '1', '2') /* V4L2_PIX_FMT_NV12 */}) = 0
|
||||
1777890025.762929 ioctl(7, VIDIOC_ENUM_FMT, {index=11, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Y/UV 4:2:0 (N-C)", pixelformat=v4l2_fourcc('N', 'M', '1', '2') /* V4L2_PIX_FMT_NV12M */}) = 0
|
||||
1777890025.763058 ioctl(7, VIDIOC_ENUM_FMT, {index=12, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Y/UV 4:2:2", pixelformat=v4l2_fourcc('N', 'V', '1', '6') /* V4L2_PIX_FMT_NV16 */}) = 0
|
||||
1777890025.763185 ioctl(7, VIDIOC_ENUM_FMT, {index=13, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Planar YUV 4:2:0", pixelformat=v4l2_fourcc('Y', 'U', '1', '2') /* V4L2_PIX_FMT_YUV420 */}) = 0
|
||||
1777890025.763309 ioctl(7, VIDIOC_ENUM_FMT, {index=14, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Planar YUV 4:2:2", pixelformat=v4l2_fourcc('4', '2', '2', 'P') /* V4L2_PIX_FMT_YUV422P */}) = 0
|
||||
1777890025.763435 ioctl(7, VIDIOC_ENUM_FMT, {index=15, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=0, description="Planar YVU 4:2:0", pixelformat=v4l2_fourcc('Y', 'V', '1', '2') /* V4L2_PIX_FMT_YVU420 */}) = 0
|
||||
1777890025.763561 ioctl(7, VIDIOC_ENUM_FMT, {index=16, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE}) = -1 EINVAL (Invalid argument)
|
||||
1777890025.763681 close(7) = 0
|
||||
1777890025.764277 +++ exited with 0 +++
|
||||
File diff suppressed because it is too large
Load Diff
@@ -0,0 +1,353 @@
|
||||
1777890040.979310 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7af6f568, parent_tid=0xffff7af6f210, exit_signal=0, stack=0xffff7aee0000, stack_size=0x8ea20, tls=0xffff7af6f860} => {parent_tid=[146421]}, 88) = 146421
|
||||
1777890040.988147 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT}) = -1 EINVAL (Invalid argument)
|
||||
1777890040.988925 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890040.989329 ioctl(28, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="MPEG-2 Parsed Slice Data", pixelformat=v4l2_fourcc('M', 'G', '2', 'S') /* V4L2_PIX_FMT_MPEG2_SLICE */}) = 0
|
||||
1777890040.989858 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT}) = -1 EINVAL (Invalid argument)
|
||||
1777890040.990222 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890040.990606 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT}) = -1 EINVAL (Invalid argument)
|
||||
1777890040.991074 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890040.991587 ioctl(28, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="MPEG-2 Parsed Slice Data", pixelformat=v4l2_fourcc('M', 'G', '2', 'S') /* V4L2_PIX_FMT_MPEG2_SLICE */}) = 0
|
||||
1777890040.992680 ioctl(28, VIDIOC_ENUM_FMT, {index=2, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="VP8 Frame", pixelformat=v4l2_fourcc('V', 'P', '8', 'F') /* V4L2_PIX_FMT_VP8_FRAME */}) = 0
|
||||
1777890040.993172 ioctl(28, VIDIOC_ENUM_FMT, {index=3, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE}) = -1 EINVAL (Invalid argument)
|
||||
1777890040.993857 ioctl(28, VIDIOC_S_FMT, {type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, fmt.pix_mp={width=1920, height=1088, pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */, field=V4L2_FIELD_ANY, colorspace=V4L2_COLORSPACE_DEFAULT, plane_fmt=[], num_planes=0}} => {fmt.pix_mp={width=1920, height=1088, pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */, field=V4L2_FIELD_NONE, colorspace=V4L2_COLORSPACE_DEFAULT, plane_fmt=[{sizeimage=1048576, bytesperline=0}], num_planes=1}}) = 0
|
||||
1777890040.994468 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_CAPTURE}) = -1 EINVAL (Invalid argument)
|
||||
1777890040.996341 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, flags=0, description="Y/UV 4:2:0", pixelformat=v4l2_fourcc('N', 'V', '1', '2') /* V4L2_PIX_FMT_NV12 */}) = 0
|
||||
1777890040.996747 ioctl(28, VIDIOC_G_FMT, {type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, fmt.pix_mp={width=1920, height=1088, pixelformat=v4l2_fourcc('N', 'V', '1', '2') /* V4L2_PIX_FMT_NV12 */, field=V4L2_FIELD_NONE, colorspace=V4L2_COLORSPACE_DEFAULT, plane_fmt=[{sizeimage=3655712, bytesperline=1920}], num_planes=1}}) = 0
|
||||
1777890040.997184 ioctl(28, VIDIOC_G_FMT, {type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, fmt.pix_mp={width=1920, height=1088, pixelformat=v4l2_fourcc('N', 'V', '1', '2') /* V4L2_PIX_FMT_NV12 */, field=V4L2_FIELD_NONE, colorspace=V4L2_COLORSPACE_DEFAULT, plane_fmt=[{sizeimage=3655712, bytesperline=1920}], num_planes=1}}) = 0
|
||||
1777890040.997671 ioctl(28, VIDIOC_CREATE_BUFS, {count=1, memory=V4L2_MEMORY_MMAP, format={type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, fmt.pix_mp={width=1920, height=1088, pixelformat=v4l2_fourcc('N', 'V', '1', '2') /* V4L2_PIX_FMT_NV12 */, field=V4L2_FIELD_NONE, colorspace=V4L2_COLORSPACE_DEFAULT, plane_fmt=[{sizeimage=3655712, bytesperline=1920}], num_planes=1}}}) = 0 ({index=0, count=1})
|
||||
1777890041.000701 ioctl(28, VIDIOC_QUERYBUF, {type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, index=0, memory=V4L2_MEMORY_MMAP, m.offset=0x7aff4ca0, length=1, bytesused=0, flags=V4L2_BUF_FLAG_TIMESTAMP_COPY|V4L2_BUF_FLAG_TSTAMP_SRC_EOF, ...}) = 0
|
||||
1777890041.002326 ioctl(28, VIDIOC_G_FMT, {type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, fmt.pix_mp={width=1920, height=1088, pixelformat=v4l2_fourcc('N', 'V', '1', '2') /* V4L2_PIX_FMT_NV12 */, field=V4L2_FIELD_NONE, colorspace=V4L2_COLORSPACE_DEFAULT, plane_fmt=[{sizeimage=3655712, bytesperline=1920}], num_planes=1}}) = 0
|
||||
1777890041.033172 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT}) = -1 EINVAL (Invalid argument)
|
||||
1777890041.033609 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890041.034018 ioctl(28, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="MPEG-2 Parsed Slice Data", pixelformat=v4l2_fourcc('M', 'G', '2', 'S') /* V4L2_PIX_FMT_MPEG2_SLICE */}) = 0
|
||||
1777890041.034365 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT}) = -1 EINVAL (Invalid argument)
|
||||
1777890041.034913 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890041.035364 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT}) = -1 EINVAL (Invalid argument)
|
||||
1777890041.035833 ioctl(28, VIDIOC_ENUM_FMT, {index=0, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="H.264 Parsed Slice Data", pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */}) = 0
|
||||
1777890041.036280 ioctl(28, VIDIOC_ENUM_FMT, {index=1, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="MPEG-2 Parsed Slice Data", pixelformat=v4l2_fourcc('M', 'G', '2', 'S') /* V4L2_PIX_FMT_MPEG2_SLICE */}) = 0
|
||||
1777890041.036978 ioctl(28, VIDIOC_ENUM_FMT, {index=2, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, flags=V4L2_FMT_FLAG_COMPRESSED, description="VP8 Frame", pixelformat=v4l2_fourcc('V', 'P', '8', 'F') /* V4L2_PIX_FMT_VP8_FRAME */}) = 0
|
||||
1777890041.037720 ioctl(28, VIDIOC_ENUM_FMT, {index=3, type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE}) = -1 EINVAL (Invalid argument)
|
||||
1777890041.038482 ioctl(28, VIDIOC_G_FMT, {type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, fmt.pix_mp={width=1920, height=1088, pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */, field=V4L2_FIELD_NONE, colorspace=V4L2_COLORSPACE_JPEG, plane_fmt=[{sizeimage=1048576, bytesperline=0}], num_planes=1}}) = 0
|
||||
1777890041.039171 ioctl(28, VIDIOC_CREATE_BUFS, {count=4, memory=V4L2_MEMORY_MMAP, format={type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, fmt.pix_mp={width=1920, height=1088, pixelformat=v4l2_fourcc('S', '2', '6', '4') /* V4L2_PIX_FMT_H264_SLICE */, field=V4L2_FIELD_NONE, colorspace=V4L2_COLORSPACE_JPEG, plane_fmt=[{sizeimage=1048576, bytesperline=0}], num_planes=1}}}) = 0 ({index=0, count=4})
|
||||
1777890041.042359 ioctl(28, VIDIOC_QUERYBUF, {type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, index=0, memory=V4L2_MEMORY_MMAP, m.offset=0x7aff4e60, length=1, bytesused=0, flags=V4L2_BUF_FLAG_TIMESTAMP_COPY|V4L2_BUF_FLAG_TSTAMP_SRC_EOF, ...}) = 0
|
||||
1777890041.043742 ioctl(28, VIDIOC_QUERYBUF, {type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, index=1, memory=V4L2_MEMORY_MMAP, m.offset=0x7aff4e60, length=1, bytesused=0, flags=V4L2_BUF_FLAG_TIMESTAMP_COPY|V4L2_BUF_FLAG_TSTAMP_SRC_EOF, ...}) = 0
|
||||
1777890041.044650 ioctl(28, VIDIOC_QUERYBUF, {type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, index=2, memory=V4L2_MEMORY_MMAP, m.offset=0x7aff4e60, length=1, bytesused=0, flags=V4L2_BUF_FLAG_TIMESTAMP_COPY|V4L2_BUF_FLAG_TSTAMP_SRC_EOF, ...}) = 0
|
||||
1777890041.045737 ioctl(28, VIDIOC_QUERYBUF, {type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, index=3, memory=V4L2_MEMORY_MMAP, m.offset=0x7aff4e60, length=1, bytesused=0, flags=V4L2_BUF_FLAG_TIMESTAMP_COPY|V4L2_BUF_FLAG_TSTAMP_SRC_EOF, ...}) = 0
|
||||
1777890041.047010 ioctl(28, VIDIOC_S_EXT_CTRLS, {ctrl_class=0 /* V4L2_CTRL_CLASS_??? */, count=2, controls=[{id=0xa40900 /* V4L2_CID_??? */, size=0, value=1, value64=1}, {id=0xa40901 /* V4L2_CID_??? */, size=0, value=1, value64=1}]} => {controls=[{id=0xa40900 /* V4L2_CID_??? */, size=0, value=1, value64=1}, {id=0xa40901 /* V4L2_CID_??? */, size=0, value=1, value64=1}]}) = 0
|
||||
1777890041.047592 ioctl(28, VIDIOC_STREAMON, [V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE]) = 0
|
||||
1777890041.048178 ioctl(28, VIDIOC_STREAMON, [V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE]) = 0
|
||||
1777890041.056829 ioctl(29, MEDIA_IOC_REQUEST_ALLOC, 0xffff7affdc84) = 0
|
||||
1777890041.058572 ioctl(28, VIDIOC_S_EXT_CTRLS, {ctrl_class=0xf010000 /* V4L2_CTRL_CLASS_??? */, count=4, controls=[{id=0xa40902 /* V4L2_CID_??? */, size=1048, string="M\0)\0\1\0\0\1\0\3\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...}, {id=0xa40903 /* V4L2_CID_??? */, size=12, string="\0\0\0\0\0\0\2\0\0\0\n\0"}, {id=0xa40907 /* V4L2_CID_??? */, size=560, string="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...}, {id=0xa40904 /* V4L2_CID_??? */, size=480, string="\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...}]} => {controls=[{id=0xa40902 /* V4L2_CID_??? */, size=1048, string="M\0)\0\1\0\0\1\0\3\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...}, {id=0xa40903 /* V4L2_CID_??? */, size=12, string="\0\0\0\0\0\0\2\0\0\0\n\0"}, {id=0xa40907 /* V4L2_CID_??? */, size=560, string="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...}, {id=0xa40904 /* V4L2_CID_??? */, size=480, string="\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\20\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"...}]}) = 0
|
||||
1777890041.059179 ioctl(28, VIDIOC_QBUF, {type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, index=0, memory=V4L2_MEMORY_MMAP, m.offset=0x7affdbc0, length=1, bytesused=0, flags=V4L2_BUF_FLAG_MAPPED|V4L2_BUF_FLAG_QUEUED|V4L2_BUF_FLAG_TIMESTAMP_COPY|V4L2_BUF_FLAG_TSTAMP_SRC_EOF, ...}) = 0
|
||||
1777890041.060031 ioctl(28, VIDIOC_QBUF, {type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, index=0, memory=V4L2_MEMORY_MMAP, m.offset=0x7affdbc0, length=1, bytesused=0, flags=V4L2_BUF_FLAG_MAPPED|V4L2_BUF_FLAG_IN_REQUEST|V4L2_BUF_FLAG_REQUEST_FD|V4L2_BUF_FLAG_TIMESTAMP_COPY|V4L2_BUF_FLAG_TSTAMP_SRC_EOF, ...}) = 0
|
||||
1777890041.060358 ioctl(30, MEDIA_REQUEST_IOC_QUEUE, 0) = 0
|
||||
1777890041.061535 ioctl(30, MEDIA_REQUEST_IOC_REINIT, 0) = 0
|
||||
1777890041.062030 ioctl(28, VIDIOC_DQBUF, {type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, index=0, memory=V4L2_MEMORY_MMAP, m.offset=0x7affdb10, length=1, bytesused=0, flags=V4L2_BUF_FLAG_MAPPED|V4L2_BUF_FLAG_REQUEST_FD|V4L2_BUF_FLAG_TIMESTAMP_COPY|V4L2_BUF_FLAG_TSTAMP_SRC_EOF, timestamp={tv_sec=1777890041, tv_usec=56585}, ...}) = 0
|
||||
1777890041.062496 ioctl(28, VIDIOC_DQBUF, {type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, index=0, memory=V4L2_MEMORY_MMAP, m.offset=0x7affdb10, length=1, bytesused=0, flags=V4L2_BUF_FLAG_MAPPED|V4L2_BUF_FLAG_TIMESTAMP_COPY|V4L2_BUF_FLAG_TSTAMP_SRC_EOF, timestamp={tv_sec=1777890041, tv_usec=56585}, ...}) = 0
|
||||
1777890041.064356 ioctl(28, VIDIOC_EXPBUF, {type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, index=0, plane=0, flags=O_RDONLY} => {fd=31}) = 0
|
||||
1777890041.068182 openat(AT_FDCWD, "/usr/lib/firefox/libEGL.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
1777890041.069018 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 34
|
||||
1777890041.070017 close(34) = 0
|
||||
1777890041.070435 openat(AT_FDCWD, "/usr/lib/libEGL.so", O_RDONLY|O_CLOEXEC) = 34
|
||||
1777890041.075253 close(34) = 0
|
||||
1777890041.076072 openat(AT_FDCWD, "/usr/lib/firefox/libGLdispatch.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
1777890041.076590 openat(AT_FDCWD, "/usr/lib/libGLdispatch.so.0", O_RDONLY|O_CLOEXEC) = 34
|
||||
1777890041.081494 close(34) = 0
|
||||
1777890041.085064 openat(AT_FDCWD, "/usr/lib/firefox/libGL.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
1777890041.085579 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 34
|
||||
1777890041.086629 close(34) = 0
|
||||
1777890041.087145 openat(AT_FDCWD, "/usr/lib/libGL.so", O_RDONLY|O_CLOEXEC) = 34
|
||||
1777890041.092851 close(34) = 0
|
||||
1777890041.093626 openat(AT_FDCWD, "/usr/lib/firefox/libGLX.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
1777890041.094189 openat(AT_FDCWD, "/usr/lib/libGLX.so.0", O_RDONLY|O_CLOEXEC) = 34
|
||||
1777890041.099271 close(34) = 0
|
||||
1777890041.108075 openat(AT_FDCWD, "/etc/glvnd/egl_vendor.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.108876 openat(AT_FDCWD, "/usr/share/glvnd/egl_vendor.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 34
|
||||
1777890041.111149 close(34) = 0
|
||||
1777890041.111550 openat(AT_FDCWD, "/usr/share/glvnd/egl_vendor.d/50_mesa.json", O_RDONLY) = 34
|
||||
1777890041.113711 close(34) = 0
|
||||
1777890041.114746 openat(AT_FDCWD, "/usr/lib/firefox/libEGL_mesa.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
|
||||
1777890041.116278 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 34
|
||||
1777890041.118322 close(34) = 0
|
||||
1777890041.119048 openat(AT_FDCWD, "/usr/lib/libEGL_mesa.so.0", O_RDONLY|O_CLOEXEC) = 34
|
||||
1777890041.126069 close(34) = 0
|
||||
1777890041.149454 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 34
|
||||
1777890041.151675 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.153657 close(35) = 0
|
||||
1777890041.153986 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.155675 close(35) = 0
|
||||
1777890041.156030 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.158469 close(35) = 0
|
||||
1777890041.158950 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.161437 close(35) = 0
|
||||
1777890041.162997 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.164600 close(35) = 0
|
||||
1777890041.165087 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.167162 close(35) = 0
|
||||
1777890041.167530 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.169438 close(35) = 0
|
||||
1777890041.169753 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.171698 close(35) = 0
|
||||
1777890041.173637 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.177677 close(35) = 0
|
||||
1777890041.178281 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.181395 close(35) = 0
|
||||
1777890041.181952 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.184095 close(35) = 0
|
||||
1777890041.184916 close(34) = 0
|
||||
1777890041.186008 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 34
|
||||
1777890041.188443 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.190464 close(35) = 0
|
||||
1777890041.190959 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.192710 close(35) = 0
|
||||
1777890041.193301 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.195452 close(35) = 0
|
||||
1777890041.195866 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.197711 close(35) = 0
|
||||
1777890041.199126 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.200999 close(35) = 0
|
||||
1777890041.201338 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.203239 close(35) = 0
|
||||
1777890041.203549 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.205575 close(35) = 0
|
||||
1777890041.206034 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.207943 close(35) = 0
|
||||
1777890041.209509 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.211859 close(35) = 0
|
||||
1777890041.212919 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.216223 close(35) = 0
|
||||
1777890041.216851 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.220109 close(35) = 0
|
||||
1777890041.221853 close(34) = 0
|
||||
1777890041.222481 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 34
|
||||
1777890041.225308 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.227594 close(35) = 0
|
||||
1777890041.228273 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.231089 close(35) = 0
|
||||
1777890041.231929 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.234300 close(35) = 0
|
||||
1777890041.234928 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.237151 close(35) = 0
|
||||
1777890041.238848 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.241038 close(35) = 0
|
||||
1777890041.241589 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.244074 close(35) = 0
|
||||
1777890041.244539 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.247381 close(35) = 0
|
||||
1777890041.247833 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.250511 close(35) = 0
|
||||
1777890041.252866 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.255013 close(35) = 0
|
||||
1777890041.255505 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.257475 close(35) = 0
|
||||
1777890041.258124 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.261067 close(35) = 0
|
||||
1777890041.262557 close(34) = 0
|
||||
1777890041.264615 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 34
|
||||
1777890041.269238 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.273178 close(35) = 0
|
||||
1777890041.273877 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.276584 close(35) = 0
|
||||
1777890041.277048 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.280729 close(35) = 0
|
||||
1777890041.281365 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 35
|
||||
1777890041.284104 close(35) = 0
|
||||
1777890041.287646 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.291897 close(35) = 0
|
||||
1777890041.292725 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.297026 close(35) = 0
|
||||
1777890041.297535 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.301657 close(35) = 0
|
||||
1777890041.302328 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 35
|
||||
1777890041.305314 close(35) = 0
|
||||
1777890041.309217 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.311498 close(35) = 0
|
||||
1777890041.312045 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.315375 close(35) = 0
|
||||
1777890041.316115 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 35
|
||||
1777890041.318519 close(35) = 0
|
||||
1777890041.319998 close(34) = 0
|
||||
1777890041.320468 openat(AT_FDCWD, "/dev/dri/renderD128", O_RDWR|O_CLOEXEC) = 34
|
||||
1777890041.323338 ioctl(34, DRM_IOCTL_VERSION, 0xffff7b064e00) = 0
|
||||
1777890041.323863 ioctl(34, DRM_IOCTL_VERSION, 0xffff7b064e00) = 0
|
||||
1777890041.329661 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 35
|
||||
1777890041.332385 close(35) = 0
|
||||
1777890041.332789 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 35
|
||||
1777890041.344196 close(35) = 0
|
||||
1777890041.344721 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.345174 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.345980 openat(AT_FDCWD, "/sys/dev/char/226:128/device/vendor", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.346478 openat(AT_FDCWD, "/sys/dev/char/226:128/device/device", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.347877 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 35
|
||||
1777890041.350007 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 36
|
||||
1777890041.351372 close(36) = 0
|
||||
1777890041.351999 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 36
|
||||
1777890041.354161 close(36) = 0
|
||||
1777890041.355002 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 36
|
||||
1777890041.357191 close(36) = 0
|
||||
1777890041.357593 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 36
|
||||
1777890041.359448 close(36) = 0
|
||||
1777890041.361547 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 36
|
||||
1777890041.364445 close(36) = 0
|
||||
1777890041.364991 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 36
|
||||
1777890041.368139 close(36) = 0
|
||||
1777890041.368617 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 36
|
||||
1777890041.371757 close(36) = 0
|
||||
1777890041.372240 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 36
|
||||
1777890041.374278 close(36) = 0
|
||||
1777890041.376076 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 36
|
||||
1777890041.378186 close(36) = 0
|
||||
1777890041.378730 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 36
|
||||
1777890041.380620 close(36) = 0
|
||||
1777890041.381173 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 36
|
||||
1777890041.383107 close(36) = 0
|
||||
1777890041.386347 close(35) = 0
|
||||
1777890041.386765 ioctl(34, DRM_IOCTL_VERSION, 0xffff7b064b80) = 0
|
||||
1777890041.387146 ioctl(34, DRM_IOCTL_VERSION, 0xffff7b064b80) = 0
|
||||
1777890041.387544 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 35
|
||||
1777890041.389833 close(35) = 0
|
||||
1777890041.391027 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 35
|
||||
1777890041.401590 close(35) = 0
|
||||
1777890041.402038 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.402478 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.403327 openat(AT_FDCWD, "/sys/dev/char/226:128/device/vendor", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.403914 openat(AT_FDCWD, "/sys/dev/char/226:128/device/device", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.405145 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 36
|
||||
1777890041.407511 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 37
|
||||
1777890041.409431 close(37) = 0
|
||||
1777890041.409914 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 37
|
||||
1777890041.411440 close(37) = 0
|
||||
1777890041.411869 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 37
|
||||
1777890041.413471 close(37) = 0
|
||||
1777890041.413882 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 37
|
||||
1777890041.416593 close(37) = 0
|
||||
1777890041.417959 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 37
|
||||
1777890041.419845 close(37) = 0
|
||||
1777890041.420276 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 37
|
||||
1777890041.422995 close(37) = 0
|
||||
1777890041.423485 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 37
|
||||
1777890041.425822 close(37) = 0
|
||||
1777890041.426263 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 37
|
||||
1777890041.428004 close(37) = 0
|
||||
1777890041.430272 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 37
|
||||
1777890041.432074 close(37) = 0
|
||||
1777890041.432452 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 37
|
||||
1777890041.434557 close(37) = 0
|
||||
1777890041.435006 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 37
|
||||
1777890041.436697 close(37) = 0
|
||||
1777890041.438387 close(36) = 0
|
||||
1777890041.440355 ioctl(35, DRM_IOCTL_VERSION, 0xffff7b064880) = 0
|
||||
1777890041.440732 ioctl(35, DRM_IOCTL_VERSION, 0xffff7b064880) = 0
|
||||
1777890041.441122 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 36
|
||||
1777890041.442498 close(36) = 0
|
||||
1777890041.443125 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 36
|
||||
1777890041.458752 close(36) = 0
|
||||
1777890041.459189 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.459595 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.460323 openat(AT_FDCWD, "/sys/dev/char/226:128/device/vendor", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.460857 openat(AT_FDCWD, "/sys/dev/char/226:128/device/device", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.463061 openat(AT_FDCWD, "/dev/dri", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 36
|
||||
1777890041.466582 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 37
|
||||
1777890041.470053 close(37) = 0
|
||||
1777890041.470683 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 37
|
||||
1777890041.473721 close(37) = 0
|
||||
1777890041.474264 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 37
|
||||
1777890041.476661 close(37) = 0
|
||||
1777890041.477170 openat(AT_FDCWD, "/sys/dev/char/226:1/device/uevent", O_RDONLY) = 37
|
||||
1777890041.478874 close(37) = 0
|
||||
1777890041.480516 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 37
|
||||
1777890041.482586 close(37) = 0
|
||||
1777890041.483130 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 37
|
||||
1777890041.486461 close(37) = 0
|
||||
1777890041.486975 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 37
|
||||
1777890041.488437 close(37) = 0
|
||||
1777890041.488997 openat(AT_FDCWD, "/sys/dev/char/226:128/device/uevent", O_RDONLY) = 37
|
||||
1777890041.492032 close(37) = 0
|
||||
1777890041.495181 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 37
|
||||
1777890041.497239 close(37) = 0
|
||||
1777890041.497656 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 37
|
||||
1777890041.499048 close(37) = 0
|
||||
1777890041.499465 openat(AT_FDCWD, "/sys/dev/char/226:0/device/uevent", O_RDONLY) = 37
|
||||
1777890041.501210 close(37) = 0
|
||||
1777890041.502920 close(36) = 0
|
||||
1777890041.503330 ioctl(35, DRM_IOCTL_VERSION, 0xffff7b064e40) = 0
|
||||
1777890041.503692 ioctl(35, DRM_IOCTL_VERSION, 0xffff7b064e40) = 0
|
||||
1777890041.505884 openat(AT_FDCWD, "/usr/share/drirc.d", O_RDONLY|O_NONBLOCK|O_CLOEXEC|O_DIRECTORY) = 37
|
||||
1777890041.507477 close(37) = 0
|
||||
1777890041.507947 openat(AT_FDCWD, "/usr/share/drirc.d/00-mesa-defaults.conf", O_RDONLY) = 37
|
||||
1777890041.518419 close(37) = 0
|
||||
1777890041.518947 openat(AT_FDCWD, "/etc/drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.519493 openat(AT_FDCWD, "/home/mfritsche/.drirc", O_RDONLY) = -1 ENOENT (No such file or directory)
|
||||
1777890041.519900 ioctl(36, DRM_IOCTL_VERSION, 0xffff7b0648c0) = 0
|
||||
1777890041.520299 ioctl(36, DRM_IOCTL_VERSION, 0xffff7b0648c0) = 0
|
||||
1777890041.520727 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.521502 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.521991 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.522399 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.522844 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.523350 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.523699 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.524010 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.524672 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.525129 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.525603 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.526028 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.526399 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.526703 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.527143 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.527495 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.528020 ioctl(36, DRM_IOCTL_EXYNOS_GEM_GET or DRM_IOCTL_PANFROST_GET_PARAM or DRM_IOCTL_QXL_GETPARAM or DRM_IOCTL_TEGRA_SYNCPT_WAIT or DRM_IOCTL_V3D_GET_PARAM or DRM_IOCTL_VC4_MMAP_BO, 0xffff7affcb38) = 0
|
||||
1777890041.528520 ioctl(36, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffff7affcab0) = 0
|
||||
1777890041.529135 ioctl(36, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffff7affbb68) = 0
|
||||
1777890041.529548 ioctl(36, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffff7affcab0) = 0
|
||||
1777890041.530143 ioctl(36, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffff7affcb28) = 0
|
||||
1777890041.530966 ioctl(36, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffff7affbb68) = 0
|
||||
1777890041.531824 ioctl(36, DRM_IOCTL_GET_CAP, 0xffff7affcba8) = 0
|
||||
1777890041.537503 ioctl(36, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffff7affc6d0) = 0
|
||||
1777890041.538113 ioctl(36, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffff7affc748) = 0
|
||||
1777890041.540019 ioctl(36, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffff7affb788) = 0
|
||||
1777890041.546273 openat(AT_FDCWD, "/sys/dev/char/226:128/uevent", O_RDONLY) = 37
|
||||
1777890041.547655 close(37) = 0
|
||||
1777890041.551105 ioctl(36, DRM_IOCTL_SYNCOBJ_CREATE, 0xffff7affd570) = 0
|
||||
1777890041.551545 ioctl(36, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffff7affd410) = 0
|
||||
1777890041.552042 ioctl(36, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffff7affd488) = 0
|
||||
1777890041.552523 ioctl(36, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffff7affc4c8) = 0
|
||||
1777890041.552836 ioctl(36, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffff7affd410) = 0
|
||||
1777890041.553282 ioctl(36, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffff7affd488) = 0
|
||||
1777890041.553839 ioctl(36, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffff7affc4c8) = 0
|
||||
1777890041.554258 ioctl(36, DRM_IOCTL_SYNCOBJ_CREATE, 0xffff7affd570) = 0
|
||||
1777890041.554496 ioctl(36, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffff7affd460) = 0
|
||||
1777890041.554929 ioctl(36, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffff7affd4d8) = 0
|
||||
1777890041.555502 ioctl(36, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffff7affc518) = 0
|
||||
1777890041.563152 openat(AT_FDCWD, "/sys/devices/system/cpu/possible", O_RDONLY|O_CLOEXEC) = 37
|
||||
1777890041.563934 close(37) = 0
|
||||
1777890041.564278 openat(AT_FDCWD, "/sys/devices/system/cpu/cpu0/cpu_capacity", O_RDONLY) = 37
|
||||
1777890041.565368 close(37) = 0
|
||||
1777890041.565700 openat(AT_FDCWD, "/sys/devices/system/cpu/cpu1/cpu_capacity", O_RDONLY) = 37
|
||||
1777890041.566861 close(37) = 0
|
||||
1777890041.567241 openat(AT_FDCWD, "/sys/devices/system/cpu/cpu2/cpu_capacity", O_RDONLY) = 37
|
||||
1777890041.568323 close(37) = 0
|
||||
1777890041.568686 openat(AT_FDCWD, "/sys/devices/system/cpu/cpu3/cpu_capacity", O_RDONLY) = 37
|
||||
1777890041.569915 close(37) = 0
|
||||
1777890041.582669 ioctl(36, DRM_IOCTL_AMDXDNA_CONFIG_HWCTX or DRM_IOCTL_IVPU_BO_CREATE or DRM_IOCTL_PANFROST_CREATE_BO, 0xffff7affd6e0) = 0
|
||||
1777890041.583295 ioctl(36, DRM_IOCTL_ETNAVIV_GEM_INFO or DRM_IOCTL_OMAP_GEM_NEW or DRM_IOCTL_PANFROST_MMAP_BO or DRM_IOCTL_V3D_MMAP_BO or DRM_IOCTL_VC4_CREATE_BO or DRM_IOCTL_VIRTGPU_GETPARAM, 0xffff7affd758) = 0
|
||||
1777890041.583956 ioctl(36, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffff7affc798) = 0
|
||||
1777890041.584536 ioctl(36, DRM_IOCTL_MSM_GEM_MADVISE or DRM_IOCTL_PANFROST_MADVISE, 0xffff7affd108) = 0
|
||||
1777890041.584866 ioctl(36, DRM_IOCTL_PANFROST_SET_LABEL_BO or DRM_IOCTL_TEGRA_GET_SYNCPT_BASE or DRM_IOCTL_VC4_GET_TILING, 0xffff7affc108) = 0
|
||||
1777890041.585233 close(31) = 0
|
||||
1777890041.585522 close(32) = 0
|
||||
1777890041.585849 close(33) = 0
|
||||
1777890041.610153 ioctl(28, VIDIOC_STREAMOFF, [V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE]) = 0
|
||||
1777890041.610607 ioctl(28, VIDIOC_STREAMOFF, [V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE]) = 0
|
||||
1777890041.611003 ioctl(28, VIDIOC_REQBUFS, {type=V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE, memory=V4L2_MEMORY_MMAP, count=0 => 0}) = 0
|
||||
1777890041.611397 ioctl(28, VIDIOC_REQBUFS, {type=V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE, memory=V4L2_MEMORY_MMAP, count=0 => 0}) = 0
|
||||
1777890041.613255 close(30) = 0
|
||||
1777890041.615784 close(28) = 0
|
||||
1777890041.616251 close(29) = 0
|
||||
1777890041.616604 close(27) = 0
|
||||
1777890041.634930 openat(AT_FDCWD, "/sys/devices/system/cpu/present", O_RDONLY) = 27
|
||||
1777890041.635966 close(27) = 0
|
||||
1777890041.637478 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff79e6f568, parent_tid=0xffff79e6f210, exit_signal=0, stack=0xffff79660000, stack_size=0x80ea20, tls=0xffff79e6f860} => {parent_tid=[146423]}, 88) = 146423
|
||||
1777890041.639621 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff7965f568, parent_tid=0xffff7965f210, exit_signal=0, stack=0xffff78e50000, stack_size=0x80ea20, tls=0xffff7965f860} => {parent_tid=[146424]}, 88) = 146424
|
||||
1777890041.641748 clone3({flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, child_tid=0xffff78e4f568, parent_tid=0xffff78e4f210, exit_signal=0, stack=0xffff78640000, stack_size=0x80ea20, tls=0xffff78e4f860} => {parent_tid=[146425]}, 88) = 146425
|
||||
1777890042.204202 +++ exited with 0 +++
|
||||
+33
-3
@@ -140,13 +140,43 @@ Phase 0 deliverables status: #1 ✓, #2 ✓ (Step 1 reconciled into fork master
|
||||
|
||||
## Firefox engagement test (Phase 0 deliverable #3, 2026-05-04)
|
||||
|
||||
### Headless run (Xvfb, SSH-driven)
|
||||
|
||||
Stock Firefox 150.0.1 + `media.ffmpeg.vaapi.enabled=true` + `LIBVA_DRIVER_NAME=v4l2_request` env, executed under Xvfb on ohm. Full write-up: [`phase0_evidence/2026-05-04-firefox/findings.md`](phase0_evidence/2026-05-04-firefox/findings.md).
|
||||
|
||||
**Verdict**: inconclusive at the boolean-correctness level under the headless rig. Firefox's RDD process **dlopens libva.so.2 + libva-drm.so.2 + libva-x11.so.2 for capability probe** then immediately closes them; never reaches `vaInitialize`, never opens `/dev/dri/renderD128`, never reaches `v4l2_request_drv_video.so`. Falls back to software H.264 in RDD via FFmpeg-OS-library PDM (`Broadcast support from 'RDD', support=H264 SWDEC`). The gating decision happens **at Firefox's gfx-environment platform-fitness check**, before VAAPI device init — Xvfb provides software framebuffer with no DRI/DRM render-node integration, so Firefox's PDM enumerator skips VAAPI entirely. Not a libva-side or driver-side fault.
|
||||
**Result**: Firefox's RDD process dlopens libva.so.2 + libva-drm.so.2 + libva-x11.so.2 for capability probe then immediately closes them; never reaches `vaInitialize`. Gfx-environment platform-fitness check rejects VAAPI under Xvfb's software-framebuffer-with-no-DRI rig. Not a libva-side fault. Re-test in live session needed.
|
||||
|
||||
mpv `--hwdec=vaapi-copy` in the same headless rig DID engage end-to-end, so the issue is specifically Firefox's gfx-env requirements being stricter. Definitive Firefox verdict requires retesting inside a live Plasma session — currently ohm has only SDDM greeter on tty1 with no active user session.
|
||||
### Live Plasma Wayland session run — INVERTS PRIOR PHASE 0 VERDICT
|
||||
|
||||
**Implication for Phase 1**: Firefox stays as a target consumer in the corpus, but the binding cell for "does Firefox engage HW decode" is locked to Phase 7 verification in a real session, not to a Phase 0 baseline. mpv `--hwdec=vaapi-copy` carries the boolean-correctness substrate for Phase 0; vainfo + chromium-fourier 149 (TBD) provide additional triangulation.
|
||||
Same Firefox profile + LIBVA env, executed inside the operator's active Plasma 6 Wayland session (XDG_SESSION_TYPE=wayland, XDG_RUNTIME_DIR=/run/user/1001). Full write-up: [`phase0_evidence/2026-05-04-firefox-live/findings.md`](phase0_evidence/2026-05-04-firefox-live/findings.md).
|
||||
|
||||
**Result, two-layer**:
|
||||
|
||||
| Layer | Verdict |
|
||||
|---|---|
|
||||
| libva engagement (driver dlopen, contract lifecycle) | ✓ — clean. Single-frame attempt, all V4L2-stateless ioctls (REQUEST_ALLOC → S_FMT → CREATE_BUFS → STREAMON → S_EXT_CTRLS → QBUF + REQUEST_QUEUE → DQBUF + EXPBUF) succeed, no EINVAL on the request-API path. |
|
||||
| **Kernel produces decoded pixel output** | **✗ — hantro returns CAPTURE buffer with patch-0011 sentinel `0xab` unchanged**. |
|
||||
| Consumer reaction | Firefox detected the failed first frame and silently fell back to SW decode. User-visible: BBB plays normally for 5+ minutes via SW (operator-confirmed at t=337s playback time). |
|
||||
|
||||
**Cross-checked against the prior mpv vaapi-copy run**: re-examined `phase0_evidence/2026-05-04/mpv_vaapi_copy_2026-05-04.stderr` — **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, both via libavcodec).
|
||||
|
||||
### Implication: prior Phase 0 verdict (commit `f15ba8b`) was wrong
|
||||
|
||||
The 2026-04-26 STUDY claim of "vainfo + mpv probes work end-to-end" — repeated in the prior Phase 0 in-session re-verification commit — held only at the **libva-engagement** layer. At the **kernel-decode** layer, hantro produces no decoded output for either consumer. The patch-0011 sentinel test (in the deployed Step 1 build) was authored to detect exactly this; the predecessor close-out apparently didn't grep for it, and the contract-trace cleanliness was mistaken for end-to-end success.
|
||||
|
||||
Phase 0 deliverable status corrections:
|
||||
- **#1** (re-verify failure-mode finding) — ✗ **AMENDED**: contract trace lands cleanly, kernel produces no decoded pixels.
|
||||
- **#3** (Firefox configuration end-to-end) — ✓ engagement confirmed in live Plasma session; pixel-content failure mode identical to mpv.
|
||||
- **#4** (Phase 0 baseline anchor) — ✗ **AMENDED**: captured trace describes Step 1's userspace behaviour, not the kernel-side spec Phase 6 must reproduce.
|
||||
|
||||
**Phase 1 lock should be deferred** until: (a) the boolean-correctness criterion is sharpened to require pixel-content verification (sentinel-overwrite check, NV12 luma min/max sanity, etc.), and (b) Phase 0 includes a kernel-side observability layer (ftrace `events/v4l2/`, `dmesg` for silent decode errors) so we can characterize *why* hantro is silent. The Step 1 18-patch series engages libva but doesn't make hantro decode — Phase 6 has substantive work.
|
||||
|
||||
Likely failure-mode candidates (priority order, from patch comments):
|
||||
1. `reference_ts` not propagated (per patch-0017 commit body: "hantro doesn't read pic_num, uses reference_ts")
|
||||
2. DECODE_PARAMS slice_header bit_size fields all zero (patch 0008's open question, never resolved)
|
||||
3. POC sentinel still leaking past patch-0015's strip (DEBUG dump runs *before* the strip; need post-strip verification via VIDIOC_G_EXT_CTRLS)
|
||||
4. level_idc over-allocation interaction (patch 0013 → 0018 transition)
|
||||
5. `V4L2_EVENT_SOURCE_CHANGE` not handled (open Q #5)
|
||||
|
||||
## Source-read references (carry-over from STUDY.md)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user