Home
last modified time | relevance | path

Searched refs:GST_VIDEO_INFO_PLANE_OFFSET (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c177 gsize base_offs = GST_VIDEO_INFO_PLANE_OFFSET (vinfo, 0); in gst_wl_shm_validate_video_info()
191 if (GST_VIDEO_INFO_PLANE_OFFSET (vinfo, i) - base_offs != offs) in gst_wl_shm_validate_video_info()
228 offset += GST_VIDEO_INFO_PLANE_OFFSET (info, 0); in gst_wl_shm_memory_construct_wl_buffer()
Dwllinuxdmabuf.c108 offset = GST_VIDEO_INFO_PLANE_OFFSET (info, i); in gst_wl_linux_dmabuf_construct_wl_buffer()
/third_party/gstreamer/gstplugins_bad/sys/mediafoundation/
Dgstmfvideobuffer.cpp477 src = data_ + GST_VIDEO_INFO_PLANE_OFFSET (info_, i); in ContiguousCopyToUnlocked()
478 dst = dest_buffer + GST_VIDEO_INFO_PLANE_OFFSET (contiguous_info_, i); in ContiguousCopyToUnlocked()
522 offset = GST_VIDEO_INFO_PLANE_OFFSET (contiguous_info_, i); in ContiguousCopyFromUnlocked()
524 dst = data_ + GST_VIDEO_INFO_PLANE_OFFSET (info_, i); in ContiguousCopyFromUnlocked()
Dgstmfsourcereader.cpp627 src = data + GST_VIDEO_INFO_PLANE_OFFSET (&self->info, i); in gst_mf_source_reader_fill()
Dgstmfvideoenc.cpp983 dst = data + GST_VIDEO_INFO_PLANE_OFFSET (info, i); in gst_mf_video_enc_create_input_sample()
/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c862 GST_VIDEO_INFO_PLANE_OFFSET (&(config_ptr->info), i); in gst_raw_video_parse_set_config_from_caps()
1092 config->plane_offsets[i] = GST_VIDEO_INFO_PLANE_OFFSET (&(config->info), i); in gst_raw_video_parse_init_config()
1129 GST_VIDEO_INFO_PLANE_OFFSET (info, i) = config->plane_offsets[i]; in gst_raw_video_parse_update_info()
1137 config->plane_offsets[i] = GST_VIDEO_INFO_PLANE_OFFSET (info, i); in gst_raw_video_parse_update_info()
1153 gsize plane_offset = GST_VIDEO_INFO_PLANE_OFFSET (info, i); in gst_raw_video_parse_update_info()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvapool.c159 GST_VIDEO_INFO_PLANE_OFFSET (&caps_info, i) != in gst_va_pool_set_config()
160 GST_VIDEO_INFO_PLANE_OFFSET (&alloc_info, i)) { in gst_va_pool_set_config()
Dgstvaallocator.c629 GST_VIDEO_INFO_PLANE_OFFSET (info, i) = desc.layers[i].offset[0]; in gst_va_dmabuf_allocator_setup_buffer_full()
1036 GST_VIDEO_INFO_PLANE_OFFSET (info, i) = image->offsets[i]; in _update_info()
Dgstvabasetransform.c663 GST_VIDEO_INFO_PLANE_OFFSET (&in_info, i) = meta->offset[i]; in _try_import_dmabuf_unlocked()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdksystemmemory.c73 mem->cached_data[1] = mem->cache + GST_VIDEO_INFO_PLANE_OFFSET (info, 1); in ensure_data()
74 mem->cached_data[2] = mem->cache + GST_VIDEO_INFO_PLANE_OFFSET (info, 2); in ensure_data()
Dgstmsdkallocator_libva.c666 extbuf.offsets[i] = GST_VIDEO_INFO_PLANE_OFFSET (vinfo, i); in gst_msdk_export_dmabuf_to_vasurface()
Dgstmsdkvpp.c760 GST_VIDEO_INFO_PLANE_OFFSET (&vinfo, i) = vmeta->offset[i]; in import_dmabuf_to_msdk_surface()
Dgstmsdkenc.c1606 GST_VIDEO_INFO_PLANE_OFFSET (&vinfo, i) = vmeta->offset[i]; in import_dmabuf_to_msdk_surface()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c197 (guint8 *) mem->map_data + GST_VIDEO_INFO_PLANE_OFFSET (info, i); in gst_cuda_memory_upload_transfer()
239 (guint8 *) mem->map_data + GST_VIDEO_INFO_PLANE_OFFSET (info, i); in gst_cuda_memory_download_transfer()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-frame.h138 #define GST_VIDEO_FRAME_PLANE_OFFSET(f,p) (GST_VIDEO_INFO_PLANE_OFFSET(&(f)->info,(p)))
Dvideo-info.h397 #define GST_VIDEO_INFO_PLANE_OFFSET(i,p) ((i)->offset[p]) macro
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmsallocator.c212 GST_VIDEO_INFO_PLANE_OFFSET (vinfo, i) = offs; in gst_kms_allocator_memory_create()
221 GST_VIDEO_INFO_PLANE_OFFSET (vinfo, i)); in gst_kms_allocator_memory_create()
Dgstkmssink.c1373 GST_VIDEO_INFO_PLANE_OFFSET (&self->vinfo, i) = meta->offset[i]; in gst_kms_sink_import_dmabuf()
1383 GST_VIDEO_INFO_PLANE_OFFSET (&self->vinfo, i), 1, in gst_kms_sink_import_dmabuf()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglutils.c658 return (GST_VIDEO_INFO_PLANE_OFFSET (info, plane)) - plane_start; in gst_gl_get_plane_start()
Dgstglupload.c1693 height = GST_VIDEO_INFO_PLANE_OFFSET (in_info, 1) / width; in _directviv_upload_perform_gl_thread()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dvideo.c454 data[p] = vdata + GST_VIDEO_INFO_PLANE_OFFSET (&vinfo, p); in GST_START_TEST()