Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-info.h417 #define GST_VIDEO_INFO_COMP_DEPTH(i,c) GST_VIDEO_FORMAT_INFO_DEPTH((i)->finfo,(c))
Dvideo-format.h609 #define GST_VIDEO_FORMAT_INFO_DEPTH(info,c) ((info)->depth[c]) macro
Dvideo-converter.c2421 convert->unpack_bits = GST_VIDEO_FORMAT_INFO_DEPTH (finfo, 0); in gst_video_converter_new_with_pool()
2433 convert->pack_bits = GST_VIDEO_FORMAT_INFO_DEPTH (finfo, 0); in gst_video_converter_new_with_pool()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideocrop.c339 depth = GST_VIDEO_FORMAT_INFO_DEPTH (finfo, i); in check_1x1_buffer()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dvideotestsrc.c1636 bits = GST_VIDEO_FORMAT_INFO_DEPTH (uinfo, 0); in convert_hline_generic()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c329 bit_depth += GST_VIDEO_FORMAT_INFO_DEPTH (info, i); in d3d_format_comp_rate()