Home
last modified time | relevance | path

Searched refs:GST_VIDEO_FRAME_SIZE (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/alpha/
Dgstalphacolor.c213 size = GST_VIDEO_FRAME_SIZE (frame);\
245 size = GST_VIDEO_FRAME_SIZE (frame);\
285 size = GST_VIDEO_FRAME_SIZE (frame); in transform_ayuv_ayuv()
313 size = GST_VIDEO_FRAME_SIZE (frame); in transform_argb_bgra()
340 size = GST_VIDEO_FRAME_SIZE (frame); in transform_argb_abgr()
367 size = GST_VIDEO_FRAME_SIZE (frame); in transform_rgba_bgra()
394 size = GST_VIDEO_FRAME_SIZE (frame); in transform_argb_rgba()
421 size = GST_VIDEO_FRAME_SIZE (frame); in transform_bgra_argb()
448 size = GST_VIDEO_FRAME_SIZE (frame); in transform_rgba_argb()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h118 #define GST_VIDEO_FRAME_SIZE(f) (GST_VIDEO_INFO_SIZE(&(f)->info)) macro
/third_party/gstreamer/gstplugins_bad/ext/webp/
Dgstwebpdec.c467 webpdec->config.output.u.RGBA.size = GST_VIDEO_FRAME_SIZE (&vframe); in gst_webp_dec_handle_frame()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtenc.c1673 GST_VIDEO_FRAME_SIZE (&vframe->videoframe), in gst_vtenc_encode_frame()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.c903 headerPtr->nAllocLen = headerPtr->nFilledLen = GST_VIDEO_FRAME_SIZE (vframe); in read_in_data()
/third_party/gstreamer/gstplugins_good/gst/deinterlace/
Dgstdeinterlace.c776 GST_VIDEO_FRAME_SIZE (frame)); in gst_deinterlace_pop_history()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c2978 size = GST_VIDEO_FRAME_SIZE (video_frame); in test_overlay_blend_rect_verify()