Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvbaseenc.c1466 _get_plane_width (GstVideoInfo * info, guint plane) in _get_plane_width() function
1902 &resource->cuda_stride, _get_plane_width (info, 0), in gst_nv_base_enc_set_format()
2205 param.WidthInBytes = _get_plane_width (data->info, i); in _map_gl_input_buffer()
2263 param.WidthInBytes = _get_plane_width (info, i); in gst_nv_base_enc_upload_frame()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemory.c60 #define GL_MEM_WIDTH(gl_mem) _get_plane_width (&gl_mem->info, gl_mem->plane)
108 _get_plane_width (const GstVideoInfo * info, guint plane) in _get_plane_width() function