Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.c673 encoder->aligned_info = NULL; in gst_svthevc_enc_init()
712 if (svthevcenc->aligned_info) in gst_svthevc_enc_stop()
713 gst_video_info_free (svthevcenc->aligned_info); in gst_svthevc_enc_stop()
714 svthevcenc->aligned_info = NULL; in gst_svthevc_enc_stop()
1445 if (encoder->aligned_info) in gst_svthevc_enc_set_format()
1446 gst_video_info_free (encoder->aligned_info); in gst_svthevc_enc_set_format()
1447 encoder->aligned_info = gst_video_info_copy (info); in gst_svthevc_enc_set_format()
1467 gst_video_info_align (encoder->aligned_info, &video_align); in gst_svthevc_enc_set_format()
1646 if (!gst_video_frame_map (&aligned_frame, encoder->aligned_info, in gst_svthevc_enc_convert_frame()
Dgstsvthevcenc.h100 GstVideoInfo *aligned_info; member
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkenc.h133 GstVideoInfo aligned_info; member
Dgstmsdkenc.c1364 thiz->aligned_info = info; in gst_msdkenc_create_buffer_pool()
1621 if (GST_VIDEO_INFO_SIZE (&vinfo) < GST_VIDEO_INFO_SIZE (&thiz->aligned_info)) in import_dmabuf_to_msdk_surface()
1684 if (!gst_video_frame_map (&out_frame, &thiz->aligned_info, msdk_surface->buf, in gst_msdkenc_get_surface_from_frame()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.h115 GstVideoInfo aligned_info; member
Dgstd3d11memory.cpp79 ret->aligned_info = *info; in gst_d3d11_allocation_params_new()
164 params->aligned_info = new_info; in gst_d3d11_allocation_params_alignment()