Home
last modified time | relevance | path

Searched refs:aux_size (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/uvch264/
Dgstuvch264_mjpgdemux.c426 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/
Dgstrtpmp4gdepay.c497 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/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_image.h101 uint32_t aux_size; member
Dbrw_screen.c831 image->aux_size = aux_surf.size_B; in brw_create_image_common()
1244 image->aux_size = aux_surf.size_B; in brw_create_image_from_fds_common()
1497 size = parent->aux_size; in brw_from_planar()
/third_party/ltp/testcases/kernel/tracing/pt_test/
Dpt_test.c70 pc->aux_size = bufsize; in create_map()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_resource.c701 uint64_t aux_size = 0; in crocus_resource_create_with_modifiers() local
704 if (!crocus_resource_configure_aux(screen, res, false, &aux_size, in crocus_resource_create_with_modifiers()
713 MAX2(res->surf.size_B, res->aux.offset + aux_size); in crocus_resource_create_with_modifiers()
722 if (aux_size > 0) { in crocus_resource_create_with_modifiers()