/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/ |
D | gstmfvideobuffer.cpp | 122 contiguous_ = GST_VIDEO_INFO_SIZE (info_) == in Initialize() 123 GST_VIDEO_INFO_SIZE (contiguous_info_); in Initialize() 125 contiguous_len_ = GST_VIDEO_INFO_SIZE (contiguous_info_); in Initialize() 131 data_ = (BYTE *) g_malloc0 (GST_VIDEO_INFO_SIZE (info_)); in Initialize() 146 if (length < GST_VIDEO_INFO_SIZE (info)) in InitializeWrapped() 156 contiguous_ = GST_VIDEO_INFO_SIZE (info_) == in InitializeWrapped() 157 GST_VIDEO_INFO_SIZE (contiguous_info_); in InitializeWrapped() 159 contiguous_len_ = GST_VIDEO_INFO_SIZE (contiguous_info_); in InitializeWrapped()
|
D | gstmfvideosrc.c | 321 gst_base_src_set_blocksize (src, GST_VIDEO_INFO_SIZE (&self->info)); in gst_mf_video_src_set_caps() 436 GST_VIDEO_INFO_SIZE (&self->info), &buf); in gst_mf_video_src_create()
|
/third_party/gstreamer/gstplugins_bad/sys/kms/ |
D | gstkmsallocator.c | 225 GST_VIDEO_INFO_SIZE (vinfo) = offs; in gst_kms_allocator_memory_create() 233 if (kmsmem->bo->size < GST_VIDEO_INFO_SIZE (vinfo)) { in gst_kms_allocator_memory_create() 237 kmsmem->bo->size, GST_VIDEO_INFO_SIZE (vinfo)); in gst_kms_allocator_memory_create() 504 kmsmem->bo->size, 0, 0, GST_VIDEO_INFO_SIZE (vinfo)); in gst_kms_allocator_bo_alloc() 534 GST_VIDEO_INFO_SIZE (vinfo), 0, 0, GST_VIDEO_INFO_SIZE (vinfo)); in gst_kms_allocator_dmabuf_import()
|
/third_party/gstreamer/gst_libav/tests/check/elements/ |
D | avvidenc.c | 49 in_buf = gst_buffer_new_and_alloc (GST_VIDEO_INFO_SIZE (&info)); in GST_START_TEST() 73 in_buf = gst_buffer_new_and_alloc (GST_VIDEO_INFO_SIZE (&info)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_base/gst/rawparse/ |
D | gstrawvideoparse.c | 895 return MAX (GST_VIDEO_INFO_SIZE (&(config_ptr->info)), in gst_raw_video_parse_get_config_frame_size() 937 GST_VIDEO_INFO_SIZE (video_info), &alloc_params); in gst_raw_video_parse_process() 939 GST_VIDEO_INFO_SIZE (video_info)); in gst_raw_video_parse_process() 945 GST_VIDEO_INFO_SIZE (video_info)); in gst_raw_video_parse_process() 995 gsize framesize = GST_VIDEO_INFO_SIZE (&(config_ptr->info)); in gst_raw_video_parse_get_units_per_second() 1030 gint64 info_size = GST_VIDEO_INFO_SIZE (&(config_ptr->info)); in gst_raw_video_parse_get_overhead_size() 1176 GST_VIDEO_INFO_SIZE (info) = last_plane_offset + last_plane_size; in gst_raw_video_parse_update_info() 1181 GST_VIDEO_INFO_SIZE (info)); in gst_raw_video_parse_update_info()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | cudafilter.c | 56 in_buf = gst_buffer_new_and_alloc (GST_VIDEO_INFO_SIZE (&info)); in test_buffer_meta_common() 57 gst_buffer_memset (in_buf, 0, 0, GST_VIDEO_INFO_SIZE (&info)); in test_buffer_meta_common()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdksystemmemory.c | 61 size = GST_VIDEO_INFO_SIZE (info); in ensure_data() 234 base_allocator, NULL, GST_VIDEO_INFO_SIZE (vip), 0, 0, in gst_msdk_system_memory_new() 235 GST_VIDEO_INFO_SIZE (vip)); in gst_msdk_system_memory_new() 316 mem_size = GST_VIDEO_INFO_SIZE (info); in gst_msdk_system_memory_copy()
|
D | gstmsdkvideomemory.c | 176 base_allocator, NULL, GST_VIDEO_INFO_SIZE (vip), 0, 0, in gst_msdk_video_memory_new() 177 GST_VIDEO_INFO_SIZE (vip)); in gst_msdk_video_memory_new() 380 mem_size = GST_VIDEO_INFO_SIZE (info); in gst_msdk_video_memory_copy()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudabufferpool.c | 133 gst_buffer_pool_config_set_params (config, caps, GST_VIDEO_INFO_SIZE (info), in gst_cuda_buffer_pool_set_config() 187 GST_VIDEO_INFO_SIZE (info), &priv->params); in gst_cuda_buffer_pool_alloc()
|
D | gstcudabasefilter.c | 203 GST_VIDEO_INFO_SIZE (¶ms.info), ¶ms); in gst_cuda_base_filter_transform_frame() 263 GST_VIDEO_INFO_SIZE (¶ms.info), ¶ms); in gst_cuda_base_filter_transform_frame()
|
D | gstcudabasetransform.c | 283 *size = GST_VIDEO_INFO_SIZE (&info); in gst_cuda_base_transform_get_unit_size() 502 size = GST_VIDEO_INFO_SIZE (&info); in gst_cuda_base_transform_propose_allocation() 569 size = GST_VIDEO_INFO_SIZE (&vinfo); in gst_cuda_base_transform_decide_allocation()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | video.c | 441 vsize = GST_VIDEO_INFO_SIZE (&vinfo); in GST_START_TEST() 553 size = GST_VIDEO_INFO_SIZE (&vinfo); in GST_START_TEST() 1243 fail_unless (GST_VIDEO_INFO_SIZE (&vinfo) == (640 * 480 * 12 / 8)); in GST_START_TEST() 1266 fail_unless (GST_VIDEO_INFO_SIZE (&vinfo) == 115200); in GST_START_TEST() 1286 fail_unless (GST_VIDEO_INFO_SIZE (&vinfo) == 57600); in GST_START_TEST() 3495 g_assert_cmpuint (GST_VIDEO_INFO_SIZE (&info), ==, 1920 * 1080 * 1.5); in GST_START_TEST() 3528 g_assert_cmpuint (GST_VIDEO_INFO_SIZE (&info), ==, 1920 * 1088 * 1.5); in GST_START_TEST() 3547 g_assert_cmpuint (GST_VIDEO_INFO_SIZE (&info), ==, 1920 * 1080 * 2); in GST_START_TEST() 3575 g_assert_cmpuint (GST_VIDEO_INFO_SIZE (&info), ==, 1920 * 1088 * 2); in GST_START_TEST() 3599 g_assert_cmpuint (GST_VIDEO_INFO_SIZE (&info), ==, 1920 * 1080 * 3); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasedec.c | 279 size = MAX (size, GST_VIDEO_INFO_SIZE (info)); in _decide_allocation_for_video_crop() 282 size = GST_VIDEO_INFO_SIZE (info); in _decide_allocation_for_video_crop() 510 size = MAX (size, GST_VIDEO_INFO_SIZE (&info)); in gst_va_base_dec_decide_allocation() 514 size = GST_VIDEO_INFO_SIZE (&info); in gst_va_base_dec_decide_allocation()
|
D | gstvaallocator.c | 584 GST_VIDEO_INFO_SIZE (info) = 0; in gst_va_dmabuf_allocator_setup_buffer_full() 618 GST_VIDEO_INFO_SIZE (info) += size; in gst_va_dmabuf_allocator_setup_buffer_full() 623 GST_VIDEO_INFO_SIZE (&self->info), *drm_mod); in gst_va_dmabuf_allocator_setup_buffer_full() 839 .data_size = GST_VIDEO_INFO_SIZE (info), in gst_va_dmabuf_memories_setup() 1040 GST_VIDEO_INFO_SIZE (info) = image->data_size; in _update_info() 1395 _reset_mem (mem, allocator, GST_VIDEO_INFO_SIZE (&self->info)); in gst_va_allocator_alloc()
|
D | gstvabasetransform.c | 219 size = GST_VIDEO_INFO_SIZE (&info); in gst_va_base_transform_propose_allocation() 345 size = GST_VIDEO_INFO_SIZE (&vinfo); in gst_va_base_transform_decide_allocation() 722 size = GST_VIDEO_INFO_SIZE (&in_info); in _get_sinkpad_pool()
|
/third_party/gstreamer/gstplugins_good/gst/smpte/ |
D | gstsmpte.c | 495 in1 = gst_buffer_new_and_alloc (GST_VIDEO_INFO_SIZE (&smpte->vinfo1)); in gst_smpte_collected() 502 in2 = gst_buffer_new_and_alloc (GST_VIDEO_INFO_SIZE (&smpte->vinfo2)); in gst_smpte_collected() 509 outbuf = gst_buffer_new_and_alloc (GST_VIDEO_INFO_SIZE (&smpte->vinfo1)); in gst_smpte_collected()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11upload.cpp | 323 size = GST_VIDEO_INFO_SIZE (&info); in gst_d3d11_upload_propose_allocation() 424 size = GST_VIDEO_INFO_SIZE (&vinfo); in gst_d3d11_upload_decide_allocation()
|
D | gstd3d11basefilter.cpp | 239 *size = GST_VIDEO_INFO_SIZE (&info); in gst_d3d11_base_filter_get_unit_size()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-frame.h | 118 #define GST_VIDEO_FRAME_SIZE(f) (GST_VIDEO_INFO_SIZE(&(f)->info))
|
D | gstvideoutilsprivate.c | 169 vidsize = GST_VIDEO_INFO_SIZE (&state->info); in __gst_video_rawvideo_convert()
|
D | video-info.h | 374 #define GST_VIDEO_INFO_SIZE(i) ((i)->size) macro
|
/third_party/gstreamer/gstplugins_bad/gst/dvbsubenc/ |
D | gstdvbsubenc.c | 288 gst_buffer_new_allocate (NULL, GST_VIDEO_INFO_SIZE (&cropped_info), NULL); in create_cropped_frame() 355 gst_buffer_new_allocate (NULL, GST_VIDEO_INFO_SIZE (&ayuv8p_info), NULL); in process_largest_subregion()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlshmallocator.c | 224 size = GST_VIDEO_INFO_SIZE (info); in gst_wl_shm_memory_construct_wl_buffer()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | videofilter.c | 172 size = GST_VIDEO_INFO_SIZE (&info); in check_filter_varargs()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstglcolorconvertelement.c | 179 *size = GST_VIDEO_INFO_SIZE (&info); in gst_gl_color_convert_element_get_unit_size()
|