/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 455 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/ |
D | gstmfvideobuffer.cpp | 373 *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()
|
D | gstmfsourcereader.cpp | 403 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/ |
D | wlshmallocator.c | 176 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()
|
D | wllinuxdmabuf.c | 109 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/ |
D | video-frame.c | 335 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()
|
D | video-frame.h | 139 #define GST_VIDEO_FRAME_PLANE_STRIDE(f,p) (GST_VIDEO_INFO_PLANE_STRIDE(&(f)->info,(p)))
|
D | video-info.h | 398 #define GST_VIDEO_INFO_PLANE_STRIDE(i,p) ((i)->stride[p]) macro
|
D | gstvideometa.c | 413 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()
|
D | video-overlay-composition.c | 992 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/ |
D | gstrawvideoparse.c | 864 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/ |
D | gstmsdksystemmemory.c | 76 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()
|
D | gstmsdkallocator_libva.c | 665 extbuf.pitches[i] = GST_VIDEO_INFO_PLANE_STRIDE (vinfo, i); in gst_msdk_export_dmabuf_to_vasurface()
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/ |
D | gstdvbsubenc-util.c | 102 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/ |
D | gstvapool.c | 157 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()
|
D | gstvabasetransform.c | 631 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()
|
D | gstvaallocator.c | 630 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/ |
D | videoflip.c | 34 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/ |
D | gstkmsallocator.c | 211 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/ |
D | gstcudamemory.c | 198 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/ |
D | gstline21dec.c | 276 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/ |
D | gstvkbufferpool.c | 103 GST_VIDEO_INFO_PLANE_STRIDE (&priv->v_info, i); in gst_vulkan_buffer_pool_set_config()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | corevideobuffer.c | 168 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/ |
D | gstglutils.c | 630 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/ |
D | gsteglimage.c | 602 attribs[atti++] = GST_VIDEO_INFO_PLANE_STRIDE (in_info, plane); in gst_egl_image_from_dmabuf()
|