Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h151 #define GST_VIDEO_FRAME_COMP_POFFSET(f,c) GST_VIDEO_INFO_COMP_POFFSET(&(f)->info,(c))
Dvideo-overlay-composition.c985 alpha_offset = GST_VIDEO_INFO_COMP_POFFSET (&rect->info, 3); in gst_video_overlay_rectangle_extract_alpha()
1023 alpha_offset = GST_VIDEO_INFO_COMP_POFFSET (&rect->info, 3); in gst_video_overlay_rectangle_apply_global_alpha()
1047 argb_a = GST_VIDEO_INFO_COMP_POFFSET (&rect->info, 3); in gst_video_overlay_rectangle_apply_global_alpha()
Dvideo-info.h425 #define GST_VIDEO_INFO_COMP_POFFSET(i,c) GST_VIDEO_FORMAT_INFO_POFFSET((i)->finfo,(c)) macro