/third_party/gstreamer/gstreamer/gst/ |
D | gstmemory.h | 186 } GstMapFlags; typedef 193 #define GST_MAP_READWRITE ((GstMapFlags) (GST_MAP_READ | GST_MAP_WRITE)) 211 GstMapFlags flags; 227 #define GST_MAP_INFO_INIT { NULL, (GstMapFlags) 0, NULL, 0, 0, { NULL, NULL, NULL, NULL}, {NULL, NU… 242 typedef gpointer (*GstMemoryMapFunction) (GstMemory *mem, gsize maxsize, GstMapFlags flags… 363 GstMemory * gst_memory_make_mapped (GstMemory *mem, GstMapInfo *info, GstMapFlags flags) G_GNUC… 366 gboolean gst_memory_map (GstMemory *mem, GstMapInfo *info, GstMapFlags flags);
|
D | gstmemory.c | 237 gst_memory_make_mapped (GstMemory * mem, GstMapInfo * info, GstMapFlags flags) in gst_memory_make_mapped() 292 gst_memory_map (GstMemory * mem, GstMapInfo * info, GstMapFlags flags) in gst_memory_map()
|
D | gstbuffer.h | 409 GstMapInfo *info, GstMapFlags flags); 411 gboolean gst_buffer_map (GstBuffer *buffer, GstMapInfo *info, GstMapFlags flags);
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/ |
D | gstplanaraudioadapter.h | 79 gsize nsamples, GstMapFlags flags); 83 gsize nsamples, GstMapFlags flags);
|
D | gstplanaraudioadapter.c | 347 gsize nsamples, GstMapFlags flags) in gst_planar_audio_adapter_get_buffer() 455 gsize nsamples, GstMapFlags flags) in gst_planar_audio_adapter_take_buffer()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | video-frame.h | 98 GstBuffer *buffer, GstMapFlags flags); 102 GstBuffer *buffer, gint id, GstMapFlags flags);
|
D | video-frame.c | 71 GstBuffer * buffer, gint id, GstMapFlags flags) in gst_video_frame_map_id() 244 GstBuffer * buffer, GstMapFlags flags) in gst_video_frame_map() 261 GstMapFlags flags; in gst_video_frame_unmap()
|
D | gstvideometa.h | 94 gpointer *data, gint * stride, GstMapFlags flags); 124 gpointer *data, gint *stride, GstMapFlags flags);
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11pluginutils.cpp | 698 (GstMapFlags) (GST_MAP_READ | GST_VIDEO_FRAME_MAP_FLAG_NO_REF))) in gst_d3d11_buffer_copy_into_fallback() 702 (GstMapFlags) (GST_MAP_WRITE | GST_VIDEO_FRAME_MAP_FLAG_NO_REF))) { in gst_d3d11_buffer_copy_into_fallback() 777 (GstMapFlags) (GST_MAP_WRITE | GST_MAP_D3D11))) { in gst_d3d11_buffer_copy_into() 783 (GstMapFlags) (GST_MAP_READ | GST_MAP_D3D11))) { in gst_d3d11_buffer_copy_into() 867 GstMapInfo info[GST_VIDEO_MAX_PLANES], GstMapFlags flags) in gst_d3d11_buffer_map() 869 GstMapFlags map_flags; in gst_d3d11_buffer_map() 878 map_flags = (GstMapFlags) (flags | GST_MAP_D3D11); in gst_d3d11_buffer_map()
|
D | gstd3d11pluginutils.h | 95 GstMapFlags flags);
|
D | gstd3d11download.cpp | 424 (GstMapFlags) (GST_MAP_READ | GST_VIDEO_FRAME_MAP_FLAG_NO_REF))) in gst_d3d11_download_transform() 428 (GstMapFlags) (GST_MAP_WRITE | GST_VIDEO_FRAME_MAP_FLAG_NO_REF))) { in gst_d3d11_download_transform()
|
D | gstd3d11upload.cpp | 516 (GstMapFlags) (GST_MAP_READ | GST_VIDEO_FRAME_MAP_FLAG_NO_REF))) in gst_d3d11_upload_transform() 520 (GstMapFlags) (GST_MAP_WRITE | GST_VIDEO_FRAME_MAP_FLAG_NO_REF))) { in gst_d3d11_upload_transform()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | audio-buffer.h | 70 GstBuffer *gstbuffer, GstMapFlags flags);
|
D | audio-buffer.c | 94 GstBuffer * gstbuffer, GstMapFlags flags) in gst_audio_buffer_map()
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | corevideomemory.c | 117 GstMapFlags flags) in gst_apple_core_video_pixel_buffer_lock() 345 GstMapFlags flags) in gst_apple_core_video_mem_map()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvideomemory.h | 86 GstMapInfo * info, gpointer * data, gint * stride, GstMapFlags flags);
|
/third_party/gstreamer/gstreamer/tests/examples/memory/ |
D | my-memory.c | 60 _my_mem_map (MyMemory * mem, gsize maxsize, GstMapFlags flags) in _my_mem_map()
|
D | my-vidmem.c | 55 _my_vidmem_map (MyVidmem * mem, gsize maxsize, GstMapFlags flags) in _my_vidmem_map()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqsgtexture.cc | 136 (GstMapFlags) (GST_MAP_READ | GST_MAP_GL))) { in bind()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstcudamemory.c | 41 GstMapFlags flags); 327 cuda_mem_map (GstCudaMemory * mem, gsize maxsize, GstMapFlags flags) in cuda_mem_map()
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/ |
D | qglrenderer.cpp | 178 (GstMapFlags) (GST_MAP_READ | GST_MAP_GL)); in paintGL()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglbasememory.h | 113 GstMapFlags map_flags; /* cumulative map flags */
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/ |
D | main.cpp | 94 if (!gst_video_frame_map (&v_frame, &v_info, buf, (GstMapFlags) (GST_MAP_READ | GST_MAP_GL))) { in drawCallback()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstdisparity.cpp | 494 if (!gst_buffer_map (buffer, &info, (GstMapFlags) GST_MAP_READWRITE)) { in gst_disparity_chain_left() 530 if (!gst_buffer_map (buffer, &info, (GstMapFlags) GST_MAP_READWRITE)) { in gst_disparity_chain_right()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbuffer.h | 93 gboolean gst_rtp_buffer_map (GstBuffer *buffer, GstMapFlags flags, GstRTPB…
|