Searched refs:codec_data_value (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | codec-utils.c | 2287 const GValue *codec_data_value = NULL; in h264_caps_structure_get_profile_flags_level() local 2294 codec_data_value = gst_structure_get_value (caps_st, "codec_data"); in h264_caps_structure_get_profile_flags_level() 2295 if (!codec_data_value) { in h264_caps_structure_get_profile_flags_level() 2301 codec_data = gst_value_get_buffer (codec_data_value); in h264_caps_structure_get_profile_flags_level() 2328 const GValue *codec_data_value = NULL; in aac_caps_structure_get_audio_object_type() local 2335 codec_data_value = gst_structure_get_value (caps_st, "codec_data"); in aac_caps_structure_get_audio_object_type() 2336 if (!codec_data_value) { in aac_caps_structure_get_audio_object_type() 2342 codec_data = gst_value_get_buffer (codec_data_value); in aac_caps_structure_get_audio_object_type() 2367 const GValue *codec_data_value = NULL; in hevc_caps_get_mime_codec() local 2386 codec_data_value = gst_structure_get_value (caps_st, "codec_data"); in hevc_caps_get_mime_codec() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/ |
D | gsth265decoder.c | 913 const GValue *codec_data_value; in gst_h265_decoder_set_format() local 920 codec_data_value = gst_structure_get_value (str, "codec_data"); in gst_h265_decoder_set_format() 922 if (GST_VALUE_HOLDS_BUFFER (codec_data_value)) { in gst_h265_decoder_set_format() 924 gst_value_get_buffer (codec_data_value)); in gst_h265_decoder_set_format() 931 if (codec_data_value != NULL) { in gst_h265_decoder_set_format() 945 if (codec_data_value == NULL) { in gst_h265_decoder_set_format() 958 if (codec_data_value != NULL) { in gst_h265_decoder_set_format()
|
D | gsth264decoder.c | 1425 const GValue *codec_data_value; in gst_h264_decoder_set_format() local 1432 codec_data_value = gst_structure_get_value (str, "codec_data"); in gst_h264_decoder_set_format() 1434 if (GST_VALUE_HOLDS_BUFFER (codec_data_value)) { in gst_h264_decoder_set_format() 1436 gst_value_get_buffer (codec_data_value)); in gst_h264_decoder_set_format() 1443 if (codec_data_value != NULL) { in gst_h264_decoder_set_format() 1457 if (codec_data_value == NULL) { in gst_h264_decoder_set_format() 1470 if (codec_data_value != NULL) { in gst_h264_decoder_set_format()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gsth264parse.c | 2356 const GValue *codec_data_value = in gst_h264_parse_update_src_caps() local 2359 if (!GST_VALUE_HOLDS_BUFFER (codec_data_value)) { in gst_h264_parse_update_src_caps() 2371 gst_caps_set_value (caps, "codec_data", codec_data_value); in gst_h264_parse_update_src_caps() 2377 GstBuffer *codec_data_buf = gst_value_get_buffer (codec_data_value); in gst_h264_parse_update_src_caps() 3375 const GValue *codec_data_value; in gst_h264_parse_set_caps() local 3408 codec_data_value = gst_structure_get_value (str, "codec_data"); in gst_h264_parse_set_caps() 3413 if (codec_data_value != NULL) { in gst_h264_parse_set_caps() 3426 if (codec_data_value == NULL) in gst_h264_parse_set_caps() 3439 if (codec_data_value != NULL) in gst_h264_parse_set_caps() 3444 if (codec_data_value != NULL) { in gst_h264_parse_set_caps() [all …]
|
D | gsth265parse.c | 2428 const GValue *codec_data_value = in gst_h265_parse_update_src_caps() local 2431 if (!GST_VALUE_HOLDS_BUFFER (codec_data_value)) { in gst_h265_parse_update_src_caps() 2443 gst_caps_set_value (caps, "codec_data", codec_data_value); in gst_h265_parse_update_src_caps() 2450 GstBuffer *codec_data_buf = gst_value_get_buffer (codec_data_value); in gst_h265_parse_update_src_caps()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvdec.c | 1099 const GValue *codec_data_value; in gst_nvdec_set_format() local 1100 codec_data_value = gst_structure_get_value (str, "codec_data"); in gst_nvdec_set_format() 1101 if (codec_data_value && GST_VALUE_HOLDS_BUFFER (codec_data_value)) { in gst_nvdec_set_format() 1102 GstBuffer *codec_data = gst_value_get_buffer (codec_data_value); in gst_nvdec_set_format()
|