/third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
D | gstrtpbuffer.h | 63 { GST_MAP_INFO_INIT, GST_MAP_INFO_INIT, GST_MAP_INFO_INIT, GST_MAP_INFO_INIT} }
|
D | gstrtcpbuffer.h | 287 #define GST_RTCP_BUFFER_INIT { NULL, GST_MAP_INFO_INIT }
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstcpp.cc | 28 GstMapInfo map = GST_MAP_INFO_INIT; in GST_START_TEST()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstmemory.h | 227 #define GST_MAP_INFO_INIT { NULL, (GstMapFlags) 0, NULL, 0, 0, { NULL, NULL, NULL, NULL}, {NULL, NU… macro
|
/third_party/gstreamer/gstplugins_bad/tests/examples/codecparsers/ |
D | parse-jpeg.c | 250 GstMapInfo map = GST_MAP_INFO_INIT; in process_file()
|
/third_party/gstreamer/gstplugins_bad/ext/bz2/ |
D | gstbz2dec.c | 112 GstMapInfo map = GST_MAP_INFO_INIT, omap; in gst_bz2dec_chain()
|
D | gstbz2enc.c | 177 GstMapInfo map = GST_MAP_INFO_INIT, omap; in gst_bz2enc_chain()
|
/third_party/gstreamer/gstplugins_good/tests/check/elements/ |
D | rtpvp8.c | 161 GstMapInfo map = GST_MAP_INFO_INIT; in GST_START_TEST() 271 GstMapInfo map = GST_MAP_INFO_INIT; in GST_START_TEST()
|
D | flvmux.c | 224 GstMapInfo map = GST_MAP_INFO_INIT; in GST_START_TEST() 365 GstMapInfo map = GST_MAP_INFO_INIT; in check_buf_type_timestamp()
|
D | rtp-payloading.c | 737 GstMapInfo map = GST_MAP_INFO_INIT; in GST_START_TEST() 799 GstMapInfo map = GST_MAP_INFO_INIT; in GST_START_TEST()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecvp8dec.c | 571 self->bitstream_map = (GstMapInfo) GST_MAP_INFO_INIT; in gst_v4l2_codec_vp8_dec_reset_picture() 598 self->bitstream_map = (GstMapInfo) GST_MAP_INFO_INIT; in gst_v4l2_codec_vp8_dec_end_picture()
|
D | gstv4l2codecmpeg2dec.c | 721 self->bitstream_map = (GstMapInfo) GST_MAP_INFO_INIT; in gst_v4l2_codec_mpeg2_dec_reset_picture() 779 self->bitstream_map = (GstMapInfo) GST_MAP_INFO_INIT; in gst_v4l2_codec_mpeg2_dec_submit_bitstream()
|
D | gstv4l2codecvp9dec.c | 714 self->bitstream_map = (GstMapInfo) GST_MAP_INFO_INIT; in gst_v4l2_codec_vp9_dec_reset_picture() 770 self->bitstream_map = (GstMapInfo) GST_MAP_INFO_INIT; in gst_v4l2_codec_vp9_dec_end_picture()
|
D | gstv4l2codech264dec.c | 1089 self->bitstream_map = (GstMapInfo) GST_MAP_INFO_INIT; in gst_v4l2_codec_h264_dec_reset_picture() 1145 self->bitstream_map = (GstMapInfo) GST_MAP_INFO_INIT; in gst_v4l2_codec_h264_dec_submit_bitstream()
|
/third_party/gstreamer/gstplugins_good/gst/rtp/ |
D | rtpulpfeccommon.c | 260 GstMapInfo ret_info = GST_MAP_INFO_INIT; in rtp_ulpfec_bitstring_to_media_rtp_buffer()
|
D | gstrtpvp9pay.c | 192 GstMapInfo map = GST_MAP_INFO_INIT; in gst_rtp_vp9_pay_parse_frame()
|
D | gstrtpvp8pay.c | 247 GstMapInfo map = GST_MAP_INFO_INIT; in gst_rtp_vp8_pay_parse_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/rtmp/ |
D | gstrtmpsink.c | 229 GstMapInfo map = GST_MAP_INFO_INIT; in gst_rtmp_sink_render()
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtcdatachannel.c | 566 GstMapInfo info = GST_MAP_INFO_INIT; in _data_channel_have_sample() 580 GstMapInfo info = GST_MAP_INFO_INIT; in _data_channel_have_sample()
|
/third_party/gstreamer/gstplugins_base/ext/gl/ |
D | gstgldownloadelement.c | 632 GstMapInfo in_map_info = GST_MAP_INFO_INIT; in gst_gl_buffer_pool_nvmm_alloc() 684 in_map_info = (GstMapInfo) GST_MAP_INFO_INIT; in gst_gl_buffer_pool_nvmm_alloc()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | videotestsrc.c | 527 GstMapInfo map = GST_MAP_INFO_INIT; in get_buffer_checksum()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglupload.c | 1854 GstMapInfo in_map_info = GST_MAP_INFO_INIT; in _nvmm_upload_accept() 2117 GstMapInfo in_map_info = GST_MAP_INFO_INIT; in _nvmm_upload_perform() 2169 in_map_info = (GstMapInfo) GST_MAP_INFO_INIT; in _nvmm_upload_perform()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvdec.c | 77 GstMapInfo map_info = GST_MAP_INFO_INIT; in register_cuda_resource() 1661 GstMapInfo map_info = GST_MAP_INFO_INIT; in gst_nvdec_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ext/neon/ |
D | gstneonhttpsrc.c | 950 GstMapInfo map = GST_MAP_INFO_INIT; in gst_neonhttp_src_request_dispatch()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | rtp.c | 434 GstMapInfo info = GST_MAP_INFO_INIT; in GST_START_TEST() 2077 GstMapInfo map = GST_MAP_INFO_INIT; in set_rtcp_packet()
|