Searched refs:aux_size (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/uvch264/ |
D | gstuvch264_mjpgdemux.c | 426 guint32 aux_size = 0; in gst_uvc_h264_mjpg_demux_chain() local 482 if (segment_size < sizeof (aux_header) + sizeof (aux_size)) { in gst_uvc_h264_mjpg_demux_chain() 504 aux_size = *((guint32 *) (info.data + i + aux_header.header_len)); in gst_uvc_h264_mjpg_demux_chain() 505 GST_DEBUG_OBJECT (self, "Auxiliary stream size : %d bytes", aux_size); in gst_uvc_h264_mjpg_demux_chain() 507 if (aux_size > 0) { in gst_uvc_h264_mjpg_demux_chain() 582 i += sizeof (aux_header) + sizeof (aux_size); in gst_uvc_h264_mjpg_demux_chain() 583 segment_size -= sizeof (aux_header) + sizeof (aux_size); in gst_uvc_h264_mjpg_demux_chain() 586 if (segment_size > aux_size) { in gst_uvc_h264_mjpg_demux_chain() 588 ("Expected %d auxiliary data, got %d bytes", aux_size, in gst_uvc_h264_mjpg_demux_chain() 605 aux_size -= segment_size; in gst_uvc_h264_mjpg_demux_chain() [all …]
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtpmp4gdepay.c | 497 gint aux_size; in gst_rtp_mp4g_depay_process() local 502 aux_size = in gst_rtp_mp4g_depay_process() 505 aux_size = (aux_size + 7) / 8; in gst_rtp_mp4g_depay_process() 507 if (payload_AU_size < aux_size) in gst_rtp_mp4g_depay_process() 509 payload_AU += aux_size; in gst_rtp_mp4g_depay_process() 510 payload_AU_size -= aux_size; in gst_rtp_mp4g_depay_process()
|
/third_party/ltp/testcases/kernel/tracing/pt_test/ |
D | pt_test.c | 70 pc->aux_size = bufsize; in create_map()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 715 uint64_t aux_size = 0; in crocus_resource_create_with_modifiers() local 718 if (!crocus_resource_configure_aux(screen, res, false, &aux_size, in crocus_resource_create_with_modifiers() 727 MAX2(res->surf.size_B, res->aux.offset + aux_size); in crocus_resource_create_with_modifiers() 736 if (aux_size > 0) { in crocus_resource_create_with_modifiers()
|
/third_party/libbpf/include/uapi/linux/ |
D | perf_event.h | 736 __u64 aux_size; member
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 9441 u64 aux_size; member 17000 __u64 aux_size; member
|