/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmemory.c | 37 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/ |
D | gstglmemory.c | 259 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 …]
|
D | allocators.c | 55 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/ |
D | memory_test.c | 25 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/ |
D | gstglmemorypbo.c | 227 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()
|
D | gstglbuffer.c | 350 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()
|
D | gstglbasememory.c | 584 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/ |
D | gstbuffermemory.c | 37 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/ |
D | gstmemory.c | 241 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
|
D | gstallocator.c | 98 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()
|
D | gstmemory.h | 366 gboolean gst_memory_map (GstMemory *mem, GstMapInfo *info, GstMapFlags flags);
|
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | dataprotocol.c | 153 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/ |
D | gstrtpbuffer.c | 116 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/ |
D | nalutils.c | 91 fail_unless (gst_memory_map (mem, &info, GST_MAP_READ)); in GST_START_TEST()
|
D | h264parser.c | 641 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/ |
D | gstelements_private.c | 383 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/ |
D | gstavtpaafpay.c | 220 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/ |
D | rtpbin_buffer_list.c | 162 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/ |
D | gstgloverlay.c | 472 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/ |
D | filesink.c | 109 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/ |
D | wlshmallocator.c | 94 if (!gst_memory_map (mem, &info, GST_MAP_READWRITE)) { in gst_wl_shm_allocator_alloc()
|
/third_party/gstreamer/gstplugins_bad/sys/msdk/ |
D | gstmsdkvideomemory.c | 382 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/ |
D | gstrtprtxreceive.c | 479 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/ |
D | gstd3d11pluginutils.cpp | 776 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/ |
D | gstristrtpdeext.c | 219 gst_memory_map (mem, &map, GST_MAP_READWRITE); in gst_rist_rtp_deext_chain()
|