Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_COMP_WIDTH (Results 1 – 25 of 30) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c973 GST_VIDEO_INFO_COMP_WIDTH (info, plane) * in convert_ensure_fallback_memory()
1060 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, plane) in convert_create_texture()
1082 GST_VIDEO_INFO_COMP_WIDTH (info, plane), in convert_create_texture()
1935 templ.scale_h = (gfloat) GST_VIDEO_INFO_COMP_WIDTH (in_info, 0) / in cuda_converter_lookup_path()
1936 (gfloat) GST_VIDEO_INFO_COMP_WIDTH (out_info, 0); in cuda_converter_lookup_path()
1939 templ.chroma_scale_h = (gfloat) GST_VIDEO_INFO_COMP_WIDTH (in_info, 1) / in cuda_converter_lookup_path()
1940 (gfloat) GST_VIDEO_INFO_COMP_WIDTH (out_info, 1); in cuda_converter_lookup_path()
1943 templ.width = GST_VIDEO_INFO_COMP_WIDTH (out_info, 0); in cuda_converter_lookup_path()
1945 templ.chroma_width = GST_VIDEO_INFO_COMP_WIDTH (out_info, 1); in cuda_converter_lookup_path()
2041 GST_VIDEO_INFO_COMP_WIDTH (&unpack_info, 0) * in cuda_converter_lookup_path()
[all …]
Dgstcudamemory.c122 width = GST_VIDEO_INFO_COMP_WIDTH (info, 0) * in gst_cuda_allocator_alloc()
203 param.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) * in gst_cuda_memory_upload_transfer()
241 param.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) * in gst_cuda_memory_download_transfer()
444 param.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) * in cuda_mem_copy()
Dgstnvdecoder.c639 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) in gst_nv_decoder_copy_frame_to_gl_internal()
707 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (&decoder->info, 0) in gst_nv_decoder_copy_frame_to_system()
783 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (&decoder->info, 0) in gst_nv_decoder_copy_frame_to_cuda()
Dgstnvdec.c1211 mcpy2d.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) in copy_video_frame_to_gl_textures()
1324 copy_params.WidthInBytes = GST_VIDEO_INFO_COMP_WIDTH (info, i) in gst_nvdec_copy_device_to_memory()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkimagebufferpool.c114 width = GST_VIDEO_INFO_COMP_WIDTH (&priv->v_info, i); in gst_vulkan_image_buffer_pool_set_config()
184 vk_format, GST_VIDEO_INFO_COMP_WIDTH (&priv->v_info, i), in gst_vulkan_image_buffer_pool_alloc()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideobuffer.cpp483 width = GST_VIDEO_INFO_COMP_WIDTH (info_, i) in ContiguousCopyToUnlocked()
529 width = GST_VIDEO_INFO_COMP_WIDTH (info_, i) in ContiguousCopyFromUnlocked()
Dgstmfsourcereader.cpp605 width = GST_VIDEO_INFO_COMP_WIDTH (&self->info, 0) in gst_mf_source_reader_fill()
632 width = GST_VIDEO_INFO_COMP_WIDTH (&self->info, i) in gst_mf_source_reader_fill()
Dgstmfcapturewinrt.cpp608 width = GST_VIDEO_INFO_COMP_WIDTH (&self->info, i) in gst_mf_capture_winrt_fill()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h147 #define GST_VIDEO_FRAME_COMP_WIDTH(f,c) GST_VIDEO_INFO_COMP_WIDTH(&(f)->info,(c))
Dvideo-info.h421 #define GST_VIDEO_INFO_COMP_WIDTH(i,c) GST_VIDEO_FORMAT_INFO_SCALE_WIDTH((i)->finfo,(c),(i)->widt… macro
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Diosurfacevulkanmemory.c174 ….extent = (VkExtent3D) { GST_VIDEO_INFO_COMP_WIDTH (info, plane), GST_VIDEO_INFO_COMP_HEIGHT (info… in _io_surface_vulkan_memory_new()
Dvideotexturecache-gl.m216 GST_VIDEO_INFO_COMP_WIDTH (&cache->input_info, plane),
Davsamplevideosink.m566 widths[i] = GST_VIDEO_INFO_COMP_WIDTH (&v_frame->info, i);
618 GST_VIDEO_INFO_COMP_WIDTH (&v_frame->info, i),
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvkimage.c72 GST_VIDEO_INFO_COMP_WIDTH (v_info, 0), in create_image_mem()
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkupload.c518 .bufferRowLength = GST_VIDEO_INFO_COMP_WIDTH (&raw->in_info, i), in _buffer_to_image_perform()
528 .width = GST_VIDEO_INFO_COMP_WIDTH (&raw->out_info, i), in _buffer_to_image_perform()
903 .bufferRowLength = GST_VIDEO_INFO_COMP_WIDTH (&raw->in_info, i), in _raw_to_image_perform()
913 .width = GST_VIDEO_INFO_COMP_WIDTH (&raw->out_info, i), in _raw_to_image_perform()
Dvkdownload.c227 .bufferRowLength = GST_VIDEO_INFO_COMP_WIDTH (&raw->in_info, i), in _image_to_raw_perform()
237 .width = GST_VIDEO_INFO_COMP_WIDTH (&raw->out_info, i), in _image_to_raw_perform()
Dvkcolorconvert.c1250 GST_VIDEO_INFO_COMP_WIDTH (&conv->quad->out_info, i) in gst_vulkan_color_convert_transform()
1398 GST_VIDEO_INFO_COMP_WIDTH (&conv->quad->out_info, i), in gst_vulkan_color_convert_transform()
1412 GST_VIDEO_INFO_COMP_WIDTH (&conv->quad->out_info, i), in gst_vulkan_color_convert_transform()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c588 GST_VIDEO_INFO_COMP_WIDTH (in_info, comp[0]), in gst_egl_image_from_dmabuf()
592 attribs[atti++] = GST_VIDEO_INFO_COMP_WIDTH (in_info, comp[0]); in gst_egl_image_from_dmabuf()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstvideocodectestsink.c226 gsize length = GST_VIDEO_INFO_COMP_WIDTH (&self->vinfo, plane) * in gst_video_codec_test_sink_process_i420()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideoflip.c39 for (k = 0; k < GST_VIDEO_INFO_COMP_WIDTH (info, i); k++) { in create_test_video_buffer_rgba8()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.c358 enc->cwidth[i] = GST_VIDEO_INFO_COMP_WIDTH (info, i); in gst_jpegenc_set_format()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp100 ret->desc[i].Width = GST_VIDEO_INFO_COMP_WIDTH (info, i); in gst_d3d11_allocation_params_new()
167 params->desc[i].Width = GST_VIDEO_INFO_COMP_WIDTH (&new_info, i); in gst_d3d11_allocation_params_alignment()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c572 cs0 = GST_VIDEO_INFO_COMP_WIDTH (&vinfo, 0) * in GST_START_TEST()
574 cs1 = GST_VIDEO_INFO_COMP_WIDTH (&vinfo, 1) * in GST_START_TEST()
576 cs2 = GST_VIDEO_INFO_COMP_WIDTH (&vinfo, 2) * in GST_START_TEST()
586 cs3 = GST_VIDEO_INFO_COMP_WIDTH (&vinfo, 3) * in GST_START_TEST()
/third_party/gstreamer/gstplugins_base/ext/theora/
Dgsttheoraenc.c725 buf[i].width = GST_VIDEO_INFO_COMP_WIDTH (&vinfo, i); in theora_enc_init_buffer()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11convert.cpp1422 texture_desc.Width = GST_VIDEO_INFO_COMP_WIDTH (info, i); in create_shader_input_resource()
1635 texture_desc.Width = GST_VIDEO_INFO_COMP_WIDTH (info, i); in create_shader_output_resource()

12