Home
last modified time | relevance | path

Searched refs:to_func (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-color.c970 guint from_bpp, GstVideoTransferFunction to_func, guint to_bpp) in gst_video_transfer_function_is_equivalent() argument
973 to_func = map_equivalent_transfer (to_func, to_bpp); in gst_video_transfer_function_is_equivalent()
975 to_func == GST_VIDEO_TRANSFER_BT709) in gst_video_transfer_function_is_equivalent()
977 return from_func == to_func; in gst_video_transfer_function_is_equivalent()
Dvideo-color.h299 … GstVideoTransferFunction to_func,