| /third_party/gstreamer/gstplugins_base/tests/check/elements/ |
| D | rawvideoparse.c | 244 gvalue = gst_value_array_get_value (&plane_offsets_array, i); in setup_rawvideoparse() 248 gvalue = gst_value_array_get_value (&plane_strides_array, i); in setup_rawvideoparse() 499 gvalue = gst_value_array_get_value (&plane_offsets_array, i); in GST_START_TEST() 504 gvalue = gst_value_array_get_value (&plane_strides_array, i); in GST_START_TEST() 533 gvalue = gst_value_array_get_value (&plane_offsets_array, i); in GST_START_TEST() 538 gvalue = gst_value_array_get_value (&plane_strides_array, i); in GST_START_TEST() 565 gvalue = gst_value_array_get_value (&plane_offsets_array, i); in GST_START_TEST() 570 gvalue = gst_value_array_get_value (&plane_strides_array, i); in GST_START_TEST()
|
| /third_party/gstreamer/gstplugins_base/tests/check/libs/ |
| D | rtphdrext.c | 107 val = gst_value_array_get_value (arr, 0); in GST_START_TEST() 109 val = gst_value_array_get_value (arr, 1); in GST_START_TEST() 112 val = gst_value_array_get_value (arr, 2); in GST_START_TEST()
|
| /third_party/gstreamer/gstreamer/gst/ |
| D | gstparamspecs.c | 244 GValue *element = (GValue *) gst_value_array_get_value (value, i); in _gst_param_array_validate() 289 const GValue *element1 = gst_value_array_get_value (value1, i); in _gst_param_array_values_cmp() 290 const GValue *element2 = gst_value_array_get_value (value2, i); in _gst_param_array_values_cmp()
|
| D | gstbufferpool.c | 907 const GValue *nth_val = gst_value_array_get_value (value, i); in gst_buffer_pool_config_add_option() 970 option_value = gst_value_array_get_value (value, index); in gst_buffer_pool_config_get_option() 998 const GValue *nth_val = gst_value_array_get_value (value, i); in gst_buffer_pool_config_has_option()
|
| D | gstvalue.h | 616 const GValue * gst_value_array_get_value (const GValue *value,
|
| /third_party/gstreamer/gstplugins_good/tests/check/elements/ |
| D | rtphdrextclientaudiolevel.c | 85 val = gst_value_array_get_value (arr, 0); in check_caps() 88 val = gst_value_array_get_value (arr, 1); in check_caps() 91 val = gst_value_array_get_value (arr, 2); in check_caps()
|
| D | flvdemux.c | 297 header = gst_value_array_get_value (streamheader, 0); in GST_START_TEST() 302 vorbiscomment = gst_value_array_get_value (streamheader, 1); in GST_START_TEST()
|
| D | rtpopus.c | 121 g_value_get_int (gst_value_array_get_value (channel_mapping, i))); in GST_START_TEST()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/rtp/ |
| D | gstrtphdrext.c | 458 inner_val = gst_value_array_get_value (val, 0); in gst_rtp_header_extension_set_attributes_from_caps() 483 inner_val = gst_value_array_get_value (val, 1); in gst_rtp_header_extension_set_attributes_from_caps() 498 inner_val = gst_value_array_get_value (val, 2); in gst_rtp_header_extension_set_attributes_from_caps()
|
| /third_party/gstreamer/gstplugins_bad/ext/wpe/wpe-extension/ |
| D | gstwpebusmsgforwarder.c | 109 if (IS_NOT_DESERIALIZABLE_TYPE (gst_value_array_get_value (value, i))) in cleanup_structure()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
| D | videooverlay.c | 574 v = gst_value_array_get_value (value, i); in gst_video_overlay_set_property()
|
| /third_party/gstreamer/gstplugins_good/ext/speex/ |
| D | gstspeexdec.c | 345 header = gst_value_array_get_value (streamheader, 0); in gst_speex_dec_set_format() 354 vorbiscomment = gst_value_array_get_value (streamheader, 1); in gst_speex_dec_set_format()
|
| /third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
| D | gstamc.c | 82 const GValue *cv = gst_value_array_get_value (arr, i); in scan_codecs() 104 const GValue *stv = gst_value_array_get_value (starr, j); in scan_codecs() 122 const GValue *cfv = gst_value_array_get_value (cfarr, k); in scan_codecs() 136 const GValue *plv = gst_value_array_get_value (plarr, k); in scan_codecs() 139 p = gst_value_array_get_value (plv, 0); in scan_codecs() 140 l = gst_value_array_get_value (plv, 1); in scan_codecs()
|
| /third_party/gstreamer/gstplugins_bad/tests/examples/mxf/ |
| D | mxfdemux-structure.c | 70 const GValue *ve = gst_value_array_get_value (val, i); in insert_field()
|
| /third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
| D | audio-converter.c | 777 const GValue *row = gst_value_array_get_value (value, j); in check_mix_matrix() 787 itm = gst_value_array_get_value (row, i); in check_mix_matrix() 812 const GValue *row = gst_value_array_get_value (value, j); in mix_matrix_from_g_value() 818 itm = gst_value_array_get_value (row, i); in mix_matrix_from_g_value()
|
| /third_party/gstreamer/gstplugins_bad/gst/audiomixmatrix/ |
| D | gstaudiomixmatrix.c | 317 const GValue *row = gst_value_array_get_value (value, out); in gst_audio_mix_matrix_set_property() 323 itm = gst_value_array_get_value (row, in); in gst_audio_mix_matrix_set_property()
|
| /third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
| D | srtp.c | 106 v = gst_value_array_get_value (v, 0); in get_roc()
|
| /third_party/gstreamer/gstplugins_base/gst/audioconvert/ |
| D | gstaudioconvert.c | 381 gst_value_array_get_value (&this->mix_matrix, 0); in gst_audio_convert_transform_caps() 987 const GValue *first_row = gst_value_array_get_value (value, 0); in gst_audio_convert_set_property()
|
| /third_party/gstreamer/gstplugins_bad/gst/rawparse/ |
| D | gstvideoparse.c | 407 const GValue *gvalue = gst_value_array_get_value (valarray, i); in gst_video_parse_int_valarray_to_string()
|
| /third_party/gstreamer/gstplugins_good/gst/rtp/ |
| D | gstrtpopuspay.c | 283 g_value_get_int (gst_value_array_get_value (channel_mapping_array, in gst_rtp_opus_pay_setcaps()
|
| /third_party/gstreamer/gstplugins_bad/ext/srt/ |
| D | gstsrtsink.c | 276 const GValue *v = gst_value_array_get_value (streamheader, i); in gst_srt_sink_set_caps()
|
| /third_party/gstreamer/gstplugins_base/gst/rawparse/ |
| D | gstrawvideoparse.c | 537 const GValue *val = gst_value_array_get_value (value, i); in gst_raw_video_parse_set_property() 588 const GValue *val = gst_value_array_get_value (value, i); in gst_raw_video_parse_set_property()
|
| /third_party/gstreamer/gstplugins_base/ext/opus/ |
| D | gstopusdec.c | 866 header = gst_value_array_get_value (streamheader, 0); in gst_opus_dec_set_format() 877 vorbiscomment = gst_value_array_get_value (streamheader, 1); in gst_opus_dec_set_format()
|
| /third_party/gstreamer/gstplugins_bad/ext/kate/ |
| D | gstkatedec.c | 440 const GValue *v = gst_value_array_get_value (value, i); in gst_kate_dec_set_caps()
|
| /third_party/gstreamer/gstplugins_good/gst/rtpmanager/ |
| D | gstrtpptdemux.c | 434 const GValue *tmp = gst_value_array_get_value (&ptdemux->ignored_pts, i); in gst_rtp_pt_demux_pt_is_ignored()
|