Home
last modified time | relevance | path

Searched refs:GstMapFlags (Results 1 – 25 of 65) sorted by relevance

123

/third_party/gstreamer/gstreamer/gst/
Dgstmemory.h186 } 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);
Dgstmemory.c237 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()
Dgstbuffer.h409 GstMapInfo *info, GstMapFlags flags);
411 gboolean gst_buffer_map (GstBuffer *buffer, GstMapInfo *info, GstMapFlags flags);
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstplanaraudioadapter.h79 gsize nsamples, GstMapFlags flags);
83 gsize nsamples, GstMapFlags flags);
Dgstplanaraudioadapter.c347 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/
Dvideo-frame.h98 GstBuffer *buffer, GstMapFlags flags);
102 GstBuffer *buffer, gint id, GstMapFlags flags);
Dvideo-frame.c71 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()
Dgstvideometa.h94 gpointer *data, gint * stride, GstMapFlags flags);
124 gpointer *data, gint *stride, GstMapFlags flags);
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11pluginutils.cpp698 (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()
Dgstd3d11pluginutils.h95 GstMapFlags flags);
Dgstd3d11download.cpp424 (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()
Dgstd3d11upload.cpp516 (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/
Daudio-buffer.h70 GstBuffer *gstbuffer, GstMapFlags flags);
Daudio-buffer.c94 GstBuffer * gstbuffer, GstMapFlags flags) in gst_audio_buffer_map()
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dcorevideomemory.c117 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/
Dgstmsdkvideomemory.h86 GstMapInfo * info, gpointer * data, gint * stride, GstMapFlags flags);
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmy-memory.c60 _my_mem_map (MyMemory * mem, gsize maxsize, GstMapFlags flags) in _my_mem_map()
Dmy-vidmem.c55 _my_vidmem_map (MyVidmem * mem, gsize maxsize, GstMapFlags flags) in _my_vidmem_map()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqsgtexture.cc136 (GstMapFlags) (GST_MAP_READ | GST_MAP_GL))) { in bind()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstcudamemory.c41 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/
Dqglrenderer.cpp178 (GstMapFlags) (GST_MAP_READ | GST_MAP_GL)); in paintGL()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglbasememory.h113 GstMapFlags map_flags; /* cumulative map flags */
/third_party/gstreamer/gstplugins_base/tests/examples/gl/generic/cube/
Dmain.cpp94 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/
Dgstdisparity.cpp494 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/
Dgstrtpbuffer.h93 gboolean gst_rtp_buffer_map (GstBuffer *buffer, GstMapFlags flags, GstRTPB…

123