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/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_image.h | 101 uint32_t aux_size; member
|
D | brw_screen.c | 831 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/ |
D | pt_test.c | 70 pc->aux_size = bufsize; in create_map()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_resource.c | 701 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()
|