/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | allocators.c | 50 fail_unless (gst_memory_map (mem, &info, GST_MAP_READWRITE)); in GST_START_TEST() 51 fail_unless (info.flags == GST_MAP_READWRITE); in GST_START_TEST()
|
D | rtp.c | 45 gst_buffer_map (buf, &map, GST_MAP_READWRITE); in GST_START_TEST() 50 gst_rtp_buffer_map (buf, GST_MAP_READWRITE, &rtp); in GST_START_TEST() 121 gst_buffer_map (buf, &map, GST_MAP_READWRITE); in GST_START_TEST() 126 gst_rtp_buffer_map (buf, GST_MAP_READWRITE, &rtp); in GST_START_TEST() 272 gst_rtp_buffer_map (buf, GST_MAP_READWRITE, &rtp); in GST_START_TEST() 284 gst_rtp_buffer_map (buf, GST_MAP_READWRITE, &rtp); in GST_START_TEST() 298 gst_rtp_buffer_map (buf, GST_MAP_READWRITE, &rtp); in GST_START_TEST() 360 gst_rtp_buffer_map (buf, GST_MAP_READWRITE, &rtp); in GST_START_TEST() 706 gst_rtcp_buffer_map (buf, GST_MAP_READWRITE, &rtcp); in GST_START_TEST() 810 gst_rtcp_buffer_map (buf, GST_MAP_READWRITE, &rtcp); in GST_START_TEST() [all …]
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | alphacolor.c | 113 gst_buffer_map (buf, &info, GST_MAP_READWRITE); in create_buffer_rgb24_3x4() 142 gst_buffer_map (buf, &map, GST_MAP_READWRITE); in create_buffer_rgba32_3x4()
|
D | rtpsession.c | 63 gst_rtp_buffer_map (buf, GST_MAP_READWRITE, &rtp); in generate_test_buffer_full() 681 fail_unless (gst_rtcp_buffer_map (buf, GST_MAP_READWRITE, &rtcp)); in GST_START_TEST() 700 fail_unless (gst_rtcp_buffer_map (buf, GST_MAP_READWRITE, &rtcp)); in GST_START_TEST() 808 fail_unless (gst_rtcp_buffer_map (buffer, GST_MAP_READWRITE, &rtcp)); in create_bye_rtcp() 940 gst_rtcp_buffer_map (gstbuf, GST_MAP_READWRITE, &buffer); in add_rtcp_sdes_packet() 1169 fail_unless (gst_rtcp_buffer_map (buffer, GST_MAP_READWRITE, &rtcp)); in send_feedback_rtcp() 1715 gst_rtcp_buffer_map (buf, GST_MAP_READWRITE, &rtcp); in GST_START_TEST() 1748 fail_unless (gst_rtcp_buffer_map (buffer, GST_MAP_READWRITE, &rtcp)); in on_sending_nacks()
|
D | rtpbin.c | 774 gst_rtp_buffer_map (rtp_buffer, GST_MAP_READWRITE, &rtpbuf); in GST_START_TEST() 791 gst_rtp_buffer_map (rtp_buffer, GST_MAP_READWRITE, &rtpbuf); in GST_START_TEST() 835 gst_rtcp_buffer_map (rtcp_buffer, GST_MAP_READWRITE, &rtcpbuf); in GST_START_TEST()
|
D | alpha.c | 110 gst_buffer_map (buf, &map, GST_MAP_READWRITE); in create_buffer_rgba32()
|
D | rtpssrcdemux.c | 54 gst_rtp_buffer_map (buf, GST_MAP_READWRITE, &rtp); in create_buffer()
|
/third_party/gstreamer/gstplugins_bad/ext/spandsp/ |
D | gstspanplc.c | 191 gst_buffer_map (buffer, &map, GST_MAP_READWRITE); in gst_span_plc_chain() 211 gst_buffer_map (buffer, &map, GST_MAP_READWRITE); in gst_span_plc_send_fillin()
|
/third_party/gstreamer/gstplugins_bad/gst/gdp/ |
D | dataprotocol.c | 153 gst_memory_map (mem, &map, GST_MAP_READWRITE); 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/tests/check/elements/ |
D | overlaycomposition.c | 65 gst_buffer_map (buffer, &map, GST_MAP_READWRITE); in create_video_frame() 84 gst_buffer_map (buffer, &map, GST_MAP_READWRITE); in create_overlay_frame()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpulpfeccommon.c | 262 gst_memory_map (ret_mem, &ret_info, GST_MAP_READWRITE); in rtp_ulpfec_bitstring_to_media_rtp_buffer() 303 if (!gst_rtp_buffer_map (ret, GST_MAP_READWRITE, &rtp)) in rtp_ulpfec_bitstring_to_fec_rtp_buffer()
|
D | gstrtpdvdepay.c | 328 gst_buffer_map (dvdepay->acc, &map, GST_MAP_READWRITE); in gst_rtp_dv_depay_process()
|
D | gstrtpg726pay.c | 279 gst_buffer_map (buffer, &map, GST_MAP_READWRITE); in gst_rtp_g726_pay_handle_buffer()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | gststereo.c | 129 if (!gst_buffer_map (outbuf, &info, GST_MAP_READWRITE)) in gst_stereo_transform_ip()
|
D | audioinvert.c | 248 gst_buffer_map (buf, &map, GST_MAP_READWRITE); in gst_audio_invert_transform_ip()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | rtponvifparse.c | 97 fail_unless (gst_rtp_buffer_map (buffer_out, GST_MAP_READWRITE, in create_extension_buffer()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | bitwriter.c | 124 fail_unless (gst_buffer_map (buf, &info, GST_MAP_READWRITE)); in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/ext/wayland/ |
D | wlshmallocator.c | 77 if (!gst_memory_map (mem, &info, GST_MAP_READWRITE)) { in gst_wl_shm_allocator_alloc()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstmemory.c | 420 fail_if (gst_memory_map (mem, &info2, GST_MAP_READWRITE)); in GST_START_TEST() 428 fail_if (gst_memory_map (mem, &info2, GST_MAP_READWRITE)); in GST_START_TEST() 435 fail_unless (gst_memory_map (mem, &info1, GST_MAP_READWRITE)); in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmemory.h | 188 #define GST_MAP_READWRITE ((GstMapFlags) (GST_MAP_READ | GST_MAP_WRITE)) macro
|
/third_party/gstreamer/gstplugins_base/tests/icles/ |
D | test-overlay-blending.c | 209 gst_video_frame_map (&frame, &vinfo, info->data, GST_MAP_READWRITE); in buffer_cb()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtcdsp/ |
D | gstwebrtcdsp.cpp | 353 self->period_samples, GST_MAP_READWRITE); in gst_webrtc_dsp_take_buffer() 417 gst_audio_buffer_map (&abuf, &self->info, buf, GST_MAP_READWRITE); in gst_webrtc_dsp_analyze_reverse_stream() 471 (GstMapFlags) GST_MAP_READWRITE)) { in gst_webrtc_dsp_process_stream()
|
/third_party/gstreamer/gstplugins_bad/ext/opencv/ |
D | gstdisparity.cpp | 488 if (!gst_buffer_map (buffer, &info, (GstMapFlags) GST_MAP_READWRITE)) { in gst_disparity_chain_left() 524 if (!gst_buffer_map (buffer, &info, (GstMapFlags) GST_MAP_READWRITE)) { in gst_disparity_chain_right()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | breakmydata.c | 237 gst_buffer_map (buf, &map, GST_MAP_READWRITE); in gst_break_my_data_transform_ip()
|
/third_party/gstreamer/gstplugins_bad/ext/kate/ |
D | gstkatetag.c | 282 if (!gst_buffer_map (buffer, &info, GST_MAP_READWRITE)) { in gst_kate_tag_parse_packet()
|