Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_COMP_HEIGHT (Results 1 – 25 of 34) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c126 height += GST_VIDEO_INFO_COMP_HEIGHT (info, i); in gst_cuda_allocator_alloc()
145 plane_offset += stride * GST_VIDEO_INFO_COMP_HEIGHT (info, i); in gst_cuda_allocator_alloc()
205 param.Height = GST_VIDEO_INFO_COMP_HEIGHT (info, i); in gst_cuda_memory_upload_transfer()
243 param.Height = GST_VIDEO_INFO_COMP_HEIGHT (info, i); in gst_cuda_memory_download_transfer()
446 param.Height = GST_VIDEO_INFO_COMP_HEIGHT (info, i); in cuda_mem_copy()
Dcuda-converter.c975 GST_VIDEO_INFO_COMP_HEIGHT (info, plane), element_size); in convert_ensure_fallback_memory()
1062 copy_params.Height = GST_VIDEO_INFO_COMP_HEIGHT (info, plane); in convert_create_texture()
1083 GST_VIDEO_INFO_COMP_HEIGHT (info, plane), channels, stride, format, mode, in convert_create_texture()
1937 templ.scale_v = (gfloat) GST_VIDEO_INFO_COMP_HEIGHT (in_info, 0) / in cuda_converter_lookup_path()
1938 (gfloat) GST_VIDEO_INFO_COMP_HEIGHT (out_info, 0); in cuda_converter_lookup_path()
1941 templ.chroma_scale_v = (gfloat) GST_VIDEO_INFO_COMP_HEIGHT (in_info, 1) / in cuda_converter_lookup_path()
1942 (gfloat) GST_VIDEO_INFO_COMP_HEIGHT (out_info, 1); in cuda_converter_lookup_path()
1944 templ.height = GST_VIDEO_INFO_COMP_HEIGHT (out_info, 0); in cuda_converter_lookup_path()
1946 templ.chroma_height = GST_VIDEO_INFO_COMP_HEIGHT (out_info, 1); in cuda_converter_lookup_path()
2055 GST_VIDEO_INFO_COMP_HEIGHT (&y444_info, i), element_size); in cuda_converter_lookup_path()
Dgstnvdecoder.c645 copy_params.Height = GST_VIDEO_INFO_COMP_HEIGHT (info, i); in gst_nv_decoder_copy_frame_to_gl_internal()
785 copy_params.Height = GST_VIDEO_INFO_COMP_HEIGHT (&decoder->info, i); in gst_nv_decoder_copy_frame_to_cuda()
Dgstnvdec.c1216 mcpy2d.Height = GST_VIDEO_INFO_COMP_HEIGHT (info, i); in copy_video_frame_to_gl_textures()
1326 copy_params.Height = GST_VIDEO_INFO_COMP_HEIGHT (info, i); in gst_nvdec_copy_device_to_memory()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkimagebufferpool.c115 height = GST_VIDEO_INFO_COMP_HEIGHT (&priv->v_info, i); in gst_vulkan_image_buffer_pool_set_config()
185 GST_VIDEO_INFO_COMP_HEIGHT (&priv->v_info, i), tiling, in gst_vulkan_image_buffer_pool_alloc()
Dgstvkbufferpool.c102 priv->alloc_sizes[i] = GST_VIDEO_INFO_COMP_HEIGHT (&priv->v_info, i) * in gst_vulkan_buffer_pool_set_config()
/third_party/gstreamer/gstplugins_bad/gst/debugutils/
Dgstvideocodectestsink.c225 for (y = 0; y < GST_VIDEO_INFO_COMP_HEIGHT (&self->vinfo, plane); y++) { in gst_video_codec_test_sink_process_i420()
269 for (y = 0; y < GST_VIDEO_INFO_COMP_HEIGHT (&self->vinfo, 1); y++) { in gst_video_codec_test_sink_process_nv12()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideobuffer.cpp485 height = GST_VIDEO_INFO_COMP_HEIGHT (info_, i); in ContiguousCopyToUnlocked()
531 height = GST_VIDEO_INFO_COMP_HEIGHT (info_, i); in ContiguousCopyFromUnlocked()
Dgstmfcapturewinrt.cpp611 for (j = 0; j < GST_VIDEO_INFO_COMP_HEIGHT (&self->info, i); j++) { in gst_mf_capture_winrt_fill()
Dgstmfsourcereader.cpp635 for (j = 0; j < GST_VIDEO_INFO_COMP_HEIGHT (&self->info, i); j++) { in gst_mf_source_reader_fill()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h148 #define GST_VIDEO_FRAME_COMP_HEIGHT(f,c) GST_VIDEO_INFO_COMP_HEIGHT(&(f)->info,(c))
Dvideo-info.h422 #define GST_VIDEO_INFO_COMP_HEIGHT(i,c) GST_VIDEO_FORMAT_INFO_SCALE_HEIGHT((i)->finfo,(c),GST_VIDE… macro
/third_party/gstreamer/gstplugins_bad/ext/vulkan/
Dvkupload.c321 i) * GST_VIDEO_INFO_COMP_HEIGHT (&raw->out_info, i); in _raw_to_buffer_perform()
519 .bufferImageHeight = GST_VIDEO_INFO_COMP_HEIGHT (&raw->in_info, i), in _buffer_to_image_perform()
529 .height = GST_VIDEO_INFO_COMP_HEIGHT (&raw->out_info, i), in _buffer_to_image_perform()
904 .bufferImageHeight = GST_VIDEO_INFO_COMP_HEIGHT (&raw->in_info, i), in _raw_to_image_perform()
914 .height = GST_VIDEO_INFO_COMP_HEIGHT (&raw->out_info, i), in _raw_to_image_perform()
Dvkdownload.c228 .bufferImageHeight = GST_VIDEO_INFO_COMP_HEIGHT (&raw->in_info, i), in _image_to_raw_perform()
238 .height = GST_VIDEO_INFO_COMP_HEIGHT (&raw->out_info, i), in _image_to_raw_perform()
Dvkcolorconvert.c1252 GST_VIDEO_INFO_COMP_HEIGHT (&conv->quad->out_info, i)) { in gst_vulkan_color_convert_transform()
1399 GST_VIDEO_INFO_COMP_HEIGHT (&conv->quad->out_info, i), in gst_vulkan_color_convert_transform()
1413 GST_VIDEO_INFO_COMP_HEIGHT (&conv->quad->out_info, i), in gst_vulkan_color_convert_transform()
/third_party/gstreamer/gstplugins_bad/sys/d3dvideosink/
Dd3dhelpers.c575 offset[0] + stride[0] * GST_VIDEO_INFO_COMP_HEIGHT (info, 0); in d3d_calculate_buffer_size()
578 offset[1] + stride[1] * GST_VIDEO_INFO_COMP_HEIGHT (info, 1); in d3d_calculate_buffer_size()
580 *size = offset[2] + stride[2] * GST_VIDEO_INFO_COMP_HEIGHT (info, 2); in d3d_calculate_buffer_size()
583 offset[0] + stride[0] * GST_VIDEO_INFO_COMP_HEIGHT (info, 0); in d3d_calculate_buffer_size()
586 offset[2] + stride[2] * GST_VIDEO_INFO_COMP_HEIGHT (info, 2); in d3d_calculate_buffer_size()
588 *size = offset[1] + stride[1] * GST_VIDEO_INFO_COMP_HEIGHT (info, 1); in d3d_calculate_buffer_size()
594 offset[1] = offset[0] + stride[0] * GST_VIDEO_INFO_COMP_HEIGHT (info, 0); in d3d_calculate_buffer_size()
596 *size = offset[1] + stride[1] * GST_VIDEO_INFO_COMP_HEIGHT (info, 1); in d3d_calculate_buffer_size()
/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.m217 GST_VIDEO_INFO_COMP_HEIGHT (&cache->input_info, plane),
Davsamplevideosink.m567 heights[i] = GST_VIDEO_INFO_COMP_HEIGHT (&v_frame->info, i);
619 GST_VIDEO_INFO_COMP_HEIGHT (&v_frame->info, i),
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvkimage.c73 GST_VIDEO_INFO_COMP_HEIGHT (v_info, 0), VK_IMAGE_TILING_LINEAR, in create_image_mem()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c589 GST_VIDEO_INFO_COMP_HEIGHT (in_info, comp[0])); in gst_egl_image_from_dmabuf()
594 attribs[atti++] = GST_VIDEO_INFO_COMP_HEIGHT (in_info, comp[0]); in gst_egl_image_from_dmabuf()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideoflip.c38 for (j = 0; j < GST_VIDEO_INFO_COMP_HEIGHT (info, i); j++) { in create_test_video_buffer_rgba8()
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegenc.c359 enc->cheight[i] = GST_VIDEO_INFO_COMP_HEIGHT (info, i); in gst_jpegenc_set_format()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/d3d11/
Dgstd3d11memory.cpp101 ret->desc[i].Height = GST_VIDEO_INFO_COMP_HEIGHT (info, i); in gst_d3d11_allocation_params_new()
168 params->desc[i].Height = GST_VIDEO_INFO_COMP_HEIGHT (&new_info, i); in gst_d3d11_allocation_params_alignment()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemorypbo.c131 return GST_VIDEO_INFO_COMP_HEIGHT (info, plane); in _get_plane_height()

12