Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FRAME_COMP_DEPTH (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h143 #define GST_VIDEO_FRAME_COMP_DEPTH(f,c) GST_VIDEO_INFO_COMP_DEPTH(&(f)->info,(c)) macro
/third_party/gstreamer/gstplugins_bad/ext/openjpeg/
Dgstopenjpegdec.c480 MAX (MIN (GST_VIDEO_FRAME_COMP_DEPTH (frame, c) - image->comps[c].prec, in fill_frame_packed16_4()
561 MAX (MIN (GST_VIDEO_FRAME_COMP_DEPTH (frame, c) - image->comps[c].prec, in fill_frame_packed16_3()
643 MAX (MIN (GST_VIDEO_FRAME_COMP_DEPTH (frame, c) - image->comps[c].prec, in fill_frame_packed16_2()
714 MAX (MIN (GST_VIDEO_FRAME_COMP_DEPTH (frame, 0) - image->comps[0].prec, in fill_frame_planar16_1()
778 MAX (MIN (GST_VIDEO_FRAME_COMP_DEPTH (frame, c) - comp->prec, 8), 0); in fill_frame_planar16_3()
850 MAX (MIN (GST_VIDEO_FRAME_COMP_DEPTH (frame, c) - image->comps[c].prec, in fill_frame_planar16_3_generic()
Dgstopenjpegenc.c941 comps[i].prec = GST_VIDEO_FRAME_COMP_DEPTH (frame, i); in gst_openjpeg_enc_fill_image()
942 comps[i].bpp = GST_VIDEO_FRAME_COMP_DEPTH (frame, i); in gst_openjpeg_enc_fill_image()