Home
last modified time | relevance | path

Searched refs:gst_memory_map (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstmemory.c37 fail_unless (gst_memory_map (memory, &info, GST_MAP_WRITE)); in GST_START_TEST()
43 fail_unless (gst_memory_map (memory, &info, GST_MAP_READ)); in GST_START_TEST()
48 fail_unless (gst_memory_map (sub, &sinfo, GST_MAP_READ)); in GST_START_TEST()
59 fail_unless (gst_memory_map (sub, &sinfo, GST_MAP_READ)); in GST_START_TEST()
88 fail_unless (gst_memory_map (memory, &info, GST_MAP_WRITE)); in GST_START_TEST()
151 fail_if (gst_memory_map (mem, &info, GST_MAP_WRITE)); in GST_START_TEST()
154 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ)); in GST_START_TEST()
157 fail_if (gst_memory_map (mem, &info, GST_MAP_WRITE)); in GST_START_TEST()
163 fail_unless (gst_memory_map (mem2, &info, GST_MAP_WRITE)); in GST_START_TEST()
168 fail_if (gst_memory_map (mem, &info, GST_MAP_WRITE)); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglmemory.c259 fail_unless (gst_memory_map (mem, &map_info, GST_MAP_READ)); in GST_START_TEST()
356 fail_unless (gst_memory_map (mem, &map_info, GST_MAP_READ | GST_MAP_GL)); in GST_START_TEST()
376 fail_unless (gst_memory_map (mem2, &map_info, GST_MAP_READ)); in GST_START_TEST()
403 gst_memory_map (mem, &map_info, GST_MAP_READ); in GST_START_TEST()
412 gst_memory_map (mem, &map_info, GST_MAP_READ | GST_MAP_GL); in GST_START_TEST()
421 gst_memory_map (mem, &map_info, GST_MAP_WRITE); in GST_START_TEST()
430 gst_memory_map (mem, &map_info, GST_MAP_WRITE | GST_MAP_GL); in GST_START_TEST()
458 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ | GST_MAP_GL)); in GST_START_TEST()
462 fail_unless (gst_memory_map (mem, &info, GST_MAP_WRITE | GST_MAP_GL)); in GST_START_TEST()
466 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ)); in GST_START_TEST()
[all …]
Dallocators.c55 fail_unless (gst_memory_map (mem, &info, GST_MAP_READWRITE)); in GST_START_TEST()
85 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ)); in GST_START_TEST()
89 fail_unless (gst_memory_map (mem, &info, GST_MAP_WRITE)); in GST_START_TEST()
93 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/tests/examples/memory/
Dmemory_test.c25 gst_memory_map (mem, &info, GST_MAP_READ); in main()
47 gst_memory_map (mem, &info, GST_MAP_READ); in main()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglmemorypbo.c227 if (!gst_memory_map ((GstMemory *) gl_mem->pbo, &pbo_map, in _gl_mem_create()
269 if (!gst_memory_map (GST_MEMORY_CAST (gl_mem->pbo), &pbo_info, in _read_pixels_to_pbo()
303 if (!gst_memory_map (GST_MEMORY_CAST (gl_mem->pbo), &info, in _pbo_download_transfer()
321 if (!gst_memory_map (GST_MEMORY_CAST (gl_mem->pbo), pbo_info, info->flags)) { in _pbo_download_transfer()
363 if (!gst_memory_map (GST_MEMORY_CAST (gl_mem->pbo), &pbo_info, in _gl_mem_map_gpu_access()
527 if (!gst_memory_map (GST_MEMORY_CAST (src->pbo), &pbo_info, in _gl_mem_copy_thread()
599 if (!gst_memory_map (GST_MEMORY_CAST (dest), &dinfo, in _gl_mem_copy()
810 if (!gst_memory_map (GST_MEMORY_CAST (gl_mem->pbo), &info, in _upload_transfer()
Dgstglbuffer.c350 if (!gst_memory_map ((GstMemory *) src, &sinfo, GST_MAP_READ | GST_MAP_GL)) { in gst_gl_buffer_copy_buffer_sub_data()
356 if (!gst_memory_map ((GstMemory *) dest, &dinfo, GST_MAP_WRITE | GST_MAP_GL)) { in gst_gl_buffer_copy_buffer_sub_data()
Dgstglbasememory.c584 if (!gst_memory_map ((GstMemory *) src, &sinfo, GST_MAP_READ)) { in gst_gl_base_memory_memcpy()
590 if (!gst_memory_map ((GstMemory *) dest, &dinfo, GST_MAP_WRITE)) { in gst_gl_base_memory_memcpy()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstbuffermemory.c37 if (!gst_memory_map (mem, &map->map, GST_MAP_READ)) { in gst_buffer_memory_map()
75 if (!gst_memory_map (map->mem, &map->map, GST_MAP_READ)) { in buffer_memory_map_next()
/third_party/gstreamer/gstreamer/gst/
Dgstmemory.c241 if (gst_memory_map (mem, info, flags)) { in gst_memory_make_mapped()
250 if (!gst_memory_map (result, info, flags)) in gst_memory_make_mapped()
292 gst_memory_map (GstMemory * mem, GstMapInfo * info, GstMapFlags flags) in gst_memory_map() function
Dgstallocator.c98 if (!gst_memory_map (mem, &sinfo, GST_MAP_READ)) in _fallback_mem_copy()
110 if (!gst_memory_map (copy, &dinfo, GST_MAP_WRITE)) { in _fallback_mem_copy()
Dgstmemory.h366 gboolean gst_memory_map (GstMemory *mem, GstMapInfo *info, GstMapFlags flags);
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Ddataprotocol.c153 gst_memory_map (mem, &map, GST_MAP_READWRITE); in gst_dp_payload_buffer()
173 gst_memory_map (mem, &maps[i], GST_MAP_READ); in gst_dp_payload_buffer()
242 gst_memory_map (mem, &map, GST_MAP_READWRITE); in gst_dp_payload_caps()
290 gst_memory_map (mem, &map, GST_MAP_READWRITE); in gst_dp_payload_event()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/
Dgstrtpbuffer.c116 gst_memory_map (mem, &map, GST_MAP_WRITE); in gst_rtp_buffer_allocate_data()
143 gst_memory_map (mem, &map, GST_MAP_WRITE); in gst_rtp_buffer_allocate_data()
862 gst_memory_map (mem, &map, GST_MAP_WRITE); in gst_rtp_buffer_set_extension_data()
874 gst_memory_map (mem, &map, GST_MAP_WRITE); in gst_rtp_buffer_set_extension_data()
883 gst_memory_map (mem, &rtp->map[1], GST_MAP_READWRITE); in gst_rtp_buffer_set_extension_data()
893 gst_memory_map (mem, &rtp->map[1], GST_MAP_READWRITE); in gst_rtp_buffer_set_extension_data()
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dnalutils.c91 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ)); in GST_START_TEST()
Dh264parser.c641 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ)); in GST_START_TEST()
652 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ)); in GST_START_TEST()
688 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ)); in GST_START_TEST()
/third_party/gstreamer/gstreamer/plugins/elements/
Dgstelements_private.c383 if (gst_memory_map (mem, &maps[i], GST_MAP_READ)) { in gst_writev_buffer()
527 if (gst_memory_map (mem, &maps[num_vecs], GST_MAP_READ)) { in gst_writev_buffer_list()
616 if (gst_memory_map (mem, &maps[num_vecs], GST_MAP_READ)) { in gst_writev_buffer_list()
/third_party/gstreamer/gstplugins_bad/ext/avtp/
Dgstavtpaafpay.c220 if (!gst_memory_map (mem, &info, GST_MAP_WRITE)) { in gst_avtp_aaf_pay_change_state()
279 if (!gst_memory_map (mem, &info, GST_MAP_WRITE)) { in gst_avtp_aaf_pay_chain()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpbin_buffer_list.c162 ret = gst_memory_map (memory, &info, GST_MAP_READ); in create_rtp_buffer_fields()
188 ret = gst_memory_map (memory, &info, GST_MAP_READ); in check_seqnum()
209 ret = gst_memory_map (memory, &info, GST_MAP_READ); in check_timestamp()
230 ret = gst_memory_map (memory, &info, GST_MAP_READ); in check_header()
259 ret = gst_memory_map (memory, &info, GST_MAP_READ); in check_payload()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgloverlay.c472 if (!gst_memory_map ((GstMemory *) overlay->image_memory, &map_info, in gst_gl_overlay_callback()
713 if (!gst_memory_map ((GstMemory *) overlay->image_memory, &map_info, in gst_gl_overlay_load_jpeg()
828 if (!gst_memory_map ((GstMemory *) overlay->image_memory, &map_info, in gst_gl_overlay_load_png()
/third_party/gstreamer/gstreamer/tests/check/elements/
Dfilesink.c109 fail_unless (gst_memory_map (mem_block, &info, GST_MAP_WRITE)); \
135 fail_unless (gst_memory_map (mem_block, &info, GST_MAP_WRITE)); \
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlshmallocator.c94 if (!gst_memory_map (mem, &info, GST_MAP_READWRITE)) { in gst_wl_shm_allocator_alloc()
/third_party/gstreamer/gstplugins_bad/sys/msdk/
Dgstmsdkvideomemory.c382 gst_memory_map (base_mem, &src_map, GST_MAP_READ); in gst_msdk_video_memory_copy()
383 gst_memory_map (copy, &dst_map, GST_MAP_WRITE); in gst_msdk_video_memory_copy()
/third_party/gstreamer/gstplugins_good/gst/rtpmanager/
Dgstrtprtxreceive.c479 gst_memory_map (mem, &map, GST_MAP_WRITE); in _gst_rtp_buffer_new_from_rtx()
494 gst_memory_map (mem, &map, GST_MAP_WRITE); in _gst_rtp_buffer_new_from_rtx()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11pluginutils.cpp776 if (!gst_memory_map (dst_mem, &dst_info, in gst_d3d11_buffer_copy_into()
782 if (!gst_memory_map (src_mem, &src_info, in gst_d3d11_buffer_copy_into()
883 if (!gst_memory_map (mem, &info[num_mapped], map_flags)) { in gst_d3d11_buffer_map()
/third_party/gstreamer/gstplugins_bad/gst/rist/
Dgstristrtpdeext.c219 gst_memory_map (mem, &map, GST_MAP_READWRITE); in gst_rist_rtp_deext_chain()

1234