Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_PLANE_STRIDE (Results 1 – 25 of 39) sorted by relevance

12

/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c455 stride[p] = GST_VIDEO_INFO_PLANE_STRIDE (&vinfo, p); in GST_START_TEST()
3506 g_assert_cmpuint (GST_VIDEO_INFO_PLANE_STRIDE (&info, 0), ==, 1920); in GST_START_TEST()
3507 g_assert_cmpuint (GST_VIDEO_INFO_PLANE_STRIDE (&info, 1), ==, 1920); in GST_START_TEST()
3508 g_assert_cmpuint (GST_VIDEO_INFO_PLANE_STRIDE (&info, 2), ==, 0); in GST_START_TEST()
3509 g_assert_cmpuint (GST_VIDEO_INFO_PLANE_STRIDE (&info, 3), ==, 0); in GST_START_TEST()
3530 g_assert_cmpuint (GST_VIDEO_INFO_PLANE_STRIDE (&info, 0), ==, 1920); in GST_START_TEST()
3531 g_assert_cmpuint (GST_VIDEO_INFO_PLANE_STRIDE (&info, 1), ==, 1920); in GST_START_TEST()
3532 g_assert_cmpuint (GST_VIDEO_INFO_PLANE_STRIDE (&info, 2), ==, 0); in GST_START_TEST()
3533 g_assert_cmpuint (GST_VIDEO_INFO_PLANE_STRIDE (&info, 3), ==, 0); in GST_START_TEST()
3558 g_assert_cmpuint (GST_VIDEO_INFO_PLANE_STRIDE (&info, 0), ==, 1920); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideobuffer.cpp373 *pitch = GST_VIDEO_INFO_PLANE_STRIDE (info_, 0); in Lock2D()
409 *pitch = GST_VIDEO_INFO_PLANE_STRIDE (info_, 0); in GetScanline0AndPitch()
480 src_stride = GST_VIDEO_INFO_PLANE_STRIDE (info_, i); in ContiguousCopyToUnlocked()
481 dst_stride = GST_VIDEO_INFO_PLANE_STRIDE (contiguous_info_, i); in ContiguousCopyToUnlocked()
526 src_stride = GST_VIDEO_INFO_PLANE_STRIDE (contiguous_info_, i); in ContiguousCopyFromUnlocked()
527 dst_stride = GST_VIDEO_INFO_PLANE_STRIDE (info_, i); in ContiguousCopyFromUnlocked()
Dgstmfsourcereader.cpp403 INT32 actual_stride = GST_VIDEO_INFO_PLANE_STRIDE (&self->info, 0); in gst_mf_source_reader_start()
609 src_stride = GST_VIDEO_INFO_PLANE_STRIDE (&self->info, 0); in gst_mf_source_reader_fill()
630 src_stride = GST_VIDEO_INFO_PLANE_STRIDE (&self->info, i); in gst_mf_source_reader_fill()
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c176 gint base_stride = GST_VIDEO_INFO_PLANE_STRIDE (vinfo, 0); in gst_wl_shm_validate_video_info()
188 if (estride != GST_VIDEO_INFO_PLANE_STRIDE (vinfo, i)) in gst_wl_shm_validate_video_info()
223 stride = GST_VIDEO_INFO_PLANE_STRIDE (info, 0); in gst_wl_shm_memory_construct_wl_buffer()
Dwllinuxdmabuf.c109 stride = GST_VIDEO_INFO_PLANE_STRIDE (info, i); in gst_wl_linux_dmabuf_construct_wl_buffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.c335 w = MIN (GST_VIDEO_INFO_PLANE_STRIDE (dinfo, plane), in gst_video_frame_copy_plane()
336 GST_VIDEO_INFO_PLANE_STRIDE (sinfo, plane)); in gst_video_frame_copy_plane()
340 ss = GST_VIDEO_INFO_PLANE_STRIDE (sinfo, plane); in gst_video_frame_copy_plane()
341 ds = GST_VIDEO_INFO_PLANE_STRIDE (dinfo, plane); in gst_video_frame_copy_plane()
Dvideo-frame.h139 #define GST_VIDEO_FRAME_PLANE_STRIDE(f,p) (GST_VIDEO_INFO_PLANE_STRIDE(&(f)->info,(p)))
Dvideo-info.h398 #define GST_VIDEO_INFO_PLANE_STRIDE(i,p) ((i)->stride[p]) macro
Dgstvideometa.c413 if (GST_VIDEO_INFO_PLANE_STRIDE (&info, i) != meta->stride[i]) { in gst_video_meta_validate_alignment()
416 i, meta->stride[i], GST_VIDEO_INFO_PLANE_STRIDE (&info, i)); in gst_video_meta_validate_alignment()
Dvideo-overlay-composition.c992 stride = GST_VIDEO_INFO_PLANE_STRIDE (&rect->info, 0); in gst_video_overlay_rectangle_extract_alpha()
1045 stride = GST_VIDEO_INFO_PLANE_STRIDE (&rect->info, 0); in gst_video_overlay_rectangle_apply_global_alpha()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c864 GST_VIDEO_INFO_PLANE_STRIDE (&(config_ptr->info), i); in gst_raw_video_parse_set_config_from_caps()
1093 config->plane_strides[i] = GST_VIDEO_INFO_PLANE_STRIDE (&(config->info), i); in gst_raw_video_parse_init_config()
1130 GST_VIDEO_INFO_PLANE_STRIDE (info, i) = config->plane_strides[i]; in gst_raw_video_parse_update_info()
1138 config->plane_strides[i] = GST_VIDEO_INFO_PLANE_STRIDE (info, i); in gst_raw_video_parse_update_info()
1161 gint stride = GST_VIDEO_INFO_PLANE_STRIDE (info, last_plane); in gst_raw_video_parse_update_info()
1171 GST_VIDEO_INFO_PLANE_STRIDE (info, in gst_raw_video_parse_update_info()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdksystemmemory.c76 mem->destination_pitches[0] = GST_VIDEO_INFO_PLANE_STRIDE (info, 0); in ensure_data()
77 mem->destination_pitches[1] = GST_VIDEO_INFO_PLANE_STRIDE (info, 1); in ensure_data()
78 mem->destination_pitches[2] = GST_VIDEO_INFO_PLANE_STRIDE (info, 2); in ensure_data()
Dgstmsdkallocator_libva.c665 extbuf.pitches[i] = GST_VIDEO_INFO_PLANE_STRIDE (vinfo, i); in gst_msdk_export_dmabuf_to_vasurface()
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/
Dgstdvbsubenc-util.c102 const guint32 src_stride = GST_VIDEO_INFO_PLANE_STRIDE (&src->info, 0); in image_get_rgba_row_callback()
149 const guint32 src_stride = GST_VIDEO_INFO_PLANE_STRIDE (&src->info, 0); in gst_dvbsubenc_ayuv_to_ayuv8p()
150 const guint32 dest_stride = GST_VIDEO_INFO_PLANE_STRIDE (&dest->info, 0); in gst_dvbsubenc_ayuv_to_ayuv8p()
557 const gint stride = GST_VIDEO_INFO_PLANE_STRIDE (&s->frame->info, 0); in dvbenc_write_object_data()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvapool.c157 if (GST_VIDEO_INFO_PLANE_STRIDE (&caps_info, i) != in gst_va_pool_set_config()
158 GST_VIDEO_INFO_PLANE_STRIDE (&alloc_info, i) || in gst_va_pool_set_config()
Dgstvabasetransform.c631 return GST_VIDEO_INFO_PLANE_STRIDE (info, plane) * padded_height; in _get_plane_data_size()
664 GST_VIDEO_INFO_PLANE_STRIDE (&in_info, i) = meta->stride[i]; in _try_import_dmabuf_unlocked()
Dgstvaallocator.c630 GST_VIDEO_INFO_PLANE_STRIDE (info, i) = desc.layers[i].pitch[0]; in gst_va_dmabuf_allocator_setup_buffer_full()
869 ext_buf.pitches[i] = GST_VIDEO_INFO_PLANE_STRIDE (info, i); in gst_va_dmabuf_memories_setup()
1037 GST_VIDEO_INFO_PLANE_STRIDE (info, i) = image->pitches[i]; in _update_info()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dvideoflip.c34 gsize stride = GST_VIDEO_INFO_PLANE_STRIDE (info, i); in create_test_video_buffer_rgba8()
201 1) * GST_VIDEO_INFO_PLANE_STRIDE (&out_info, 0); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c211 GST_VIDEO_INFO_PLANE_STRIDE (vinfo, i) = pitch; in gst_kms_allocator_memory_create()
220 GST_VIDEO_INFO_PLANE_STRIDE (vinfo, i), in gst_kms_allocator_memory_create()
465 pitches[i] = GST_VIDEO_INFO_PLANE_STRIDE (vinfo, i); in gst_kms_allocator_add_fb()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c198 param.srcPitch = GST_VIDEO_INFO_PLANE_STRIDE (info, i); in gst_cuda_memory_upload_transfer()
240 param.dstPitch = GST_VIDEO_INFO_PLANE_STRIDE (info, i); in gst_cuda_memory_download_transfer()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstline21dec.c276 GST_VIDEO_INFO_PLANE_STRIDE (in_info, 0), in gst_line_21_decoder_set_info()
332 GST_VIDEO_INFO_PLANE_STRIDE (in_info, 0), in gst_line_21_decoder_set_info()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvkbufferpool.c103 GST_VIDEO_INFO_PLANE_STRIDE (&priv->v_info, i); in gst_vulkan_buffer_pool_set_config()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideobuffer.c168 if (stride[i] != GST_VIDEO_INFO_PLANE_STRIDE (info, i) && has_padding) in gst_core_video_wrap_pixel_buffer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglutils.c630 plane_size = GST_VIDEO_INFO_PLANE_STRIDE (info, plane) * padded_height; in gst_gl_get_plane_data_size()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgsteglimage.c602 attribs[atti++] = GST_VIDEO_INFO_PLANE_STRIDE (in_info, plane); in gst_egl_image_from_dmabuf()

12