Home
last modified time | relevance | path

Searched refs:gst_value_get_buffer (Results 1 – 25 of 69) sorted by relevance

123

/third_party/gstreamer/gstreamer/tests/check/gst/
Dgstprotection.c257 fetched_iv = gst_value_get_buffer (value); in GST_START_TEST()
262 fetched_key_id = gst_value_get_buffer (value); in GST_START_TEST()
/third_party/gstreamer/gstplugins_bad/gst/drmdec/
Dgstdrmdec.c459 iv_buf = gst_value_get_buffer (value); in gst_drm_decrypt_get_iv()
495 keyid_buf = gst_value_get_buffer (value); in gst_drm_decrypt_get_keyid()
547 subsamples_buf = gst_value_get_buffer (value); in gst_drm_decrypt_get_subsample()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dmpeg4videoparse.c139 buf = gst_value_get_buffer (val); in GST_START_TEST()
Dfaac.c189 buf = gst_value_get_buffer (value); in do_test()
Dvoaacenc.c191 buf = gst_value_get_buffer (value); in do_test()
Dmpegvideoparse.c199 buf = gst_value_get_buffer (val); in mpeg_video_parse_check_caps()
Dh264parse.c441 buf = gst_value_get_buffer (val); in GST_START_TEST()
499 buf = gst_value_get_buffer (val); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dflvdemux.c300 buf = gst_value_get_buffer (header); in GST_START_TEST()
305 buf = gst_value_get_buffer (vorbiscomment); in GST_START_TEST()
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpmp4vdepay.c151 buffer = gst_value_get_buffer (&v); in gst_rtp_mp4v_depay_setcaps()
Dgstrtpmp4apay.c288 buffer = gst_value_get_buffer (codec_data); in gst_rtp_mp4a_pay_setcaps()
Dgstrtpmp4adepay.c179 buffer = gst_value_get_buffer (&v); in gst_rtp_mp4a_depay_setcaps()
Dgstrtpmp4gpay.c409 buffer = gst_value_get_buffer (codec_data); in gst_rtp_mp4g_pay_setcaps()
Dgstrtpmp4vpay.c211 buffer = gst_value_get_buffer (codec_data); in gst_rtp_mp4v_pay_setcaps()
Dgstrtpmp4gdepay.c291 buffer = gst_value_get_buffer (&v); in gst_rtp_mp4g_depay_setcaps()
/third_party/gstreamer/gstplugins_bad/ext/kate/
Dgstkatedec.c427 buf = gst_value_get_buffer (value); in gst_kate_dec_set_caps()
442 buf = gst_value_get_buffer (v); in gst_kate_dec_set_caps()
/third_party/gstreamer/gstplugins_good/ext/speex/
Dgstspeexdec.c347 buf = gst_value_get_buffer (header); in gst_speex_dec_set_format()
356 buf = gst_value_get_buffer (vorbiscomment); in gst_speex_dec_set_format()
/third_party/gstreamer/gstplugins_bad/tests/examples/mxf/
Dmxfdemux-structure.c35 GstBuffer *buf = gst_value_get_buffer (val); in g_value_to_string()
/third_party/gstreamer/gstplugins_bad/gst/mpegpsmux/
Dmpegpsmux.c255 ps_data->codec_data = gst_buffer_ref (gst_value_get_buffer (value)); in mpegpsmux_create_stream()
291 ps_data->codec_data = gst_buffer_ref (gst_value_get_buffer (value)); in mpegpsmux_create_stream()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Dgstoggaviparse.c194 buffer = gst_value_get_buffer (codec_data); in gst_ogg_avi_parse_setcaps()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dcodec-utils.c2301 codec_data = gst_value_get_buffer (codec_data_value); in h264_caps_structure_get_profile_flags_level()
2342 codec_data = gst_value_get_buffer (codec_data_value); in aac_caps_structure_get_audio_object_type()
2397 codec_data = gst_value_get_buffer (codec_data_value); in hevc_caps_get_mime_codec()
/third_party/gstreamer/gstplugins_bad/ext/rtmp/
Dgstrtmpsink.c430 rtmpsink->header = gst_buffer_ref (gst_value_get_buffer (sh)); in gst_rtmp_sink_setcaps()
/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusdec.c868 buf = gst_value_get_buffer (header); in gst_opus_dec_set_format()
879 buf = gst_value_get_buffer (vorbiscomment); in gst_opus_dec_set_format()
/third_party/gstreamer/gstreamer/gst/
Dgstbuffer.h681 #define gst_value_get_buffer(v) GST_BUFFER_CAST (g_value_get_boxed(v)) macro
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgstamcaudiodec.c912 GstBuffer *codec_data = gst_value_get_buffer (h); in gst_amc_audio_dec_set_format()
935 buf = gst_value_get_buffer (h); in gst_amc_audio_dec_set_format()
/third_party/gstreamer/gstplugins_bad/gst/gdp/
Dgstgdppay.c308 buffer = gst_value_get_buffer (bufval); in gst_gdp_pay_reset_streamheader()

123