Home
last modified time | relevance | path

Searched refs:config_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawvideoparse.c816 GstRawVideoParseConfig *config_ptr = in gst_raw_video_parse_set_config_from_caps() local
844 config_ptr->ready = gst_video_info_from_caps (&(config_ptr->info), caps); in gst_raw_video_parse_set_config_from_caps()
846 if (config_ptr->ready) { in gst_raw_video_parse_set_config_from_caps()
847 config_ptr->width = GST_VIDEO_INFO_WIDTH (&(config_ptr->info)); in gst_raw_video_parse_set_config_from_caps()
848 config_ptr->height = GST_VIDEO_INFO_HEIGHT (&(config_ptr->info)); in gst_raw_video_parse_set_config_from_caps()
849 config_ptr->format = GST_VIDEO_INFO_FORMAT (&(config_ptr->info)); in gst_raw_video_parse_set_config_from_caps()
850 config_ptr->pixel_aspect_ratio_n = in gst_raw_video_parse_set_config_from_caps()
851 GST_VIDEO_INFO_PAR_N (&(config_ptr->info)); in gst_raw_video_parse_set_config_from_caps()
852 config_ptr->pixel_aspect_ratio_d = in gst_raw_video_parse_set_config_from_caps()
853 GST_VIDEO_INFO_PAR_D (&(config_ptr->info)); in gst_raw_video_parse_set_config_from_caps()
[all …]
Dgstrawaudioparse.c675 GstRawAudioParseConfig *config_ptr = in gst_raw_audio_parse_get_alignment() local
679 if (config_ptr->format != GST_RAW_AUDIO_PARSE_FORMAT_PCM) in gst_raw_audio_parse_get_alignment()
684 (config_ptr->pcm_format)) / 8; in gst_raw_audio_parse_get_alignment()
697 GstRawAudioParseConfig *config_ptr = in gst_raw_audio_parse_process() local
700 if ((config_ptr->format == GST_RAW_AUDIO_PARSE_FORMAT_PCM) in gst_raw_audio_parse_process()
701 && config_ptr->needs_channel_reordering) { in gst_raw_audio_parse_process()
718 config_ptr->pcm_format, in gst_raw_audio_parse_process()
719 config_ptr->num_channels, in gst_raw_audio_parse_process()
720 config_ptr->channel_positions, config_ptr->reordered_channel_positions); in gst_raw_audio_parse_process()
758 GstRawAudioParseConfig *config_ptr = in gst_raw_audio_parse_get_units_per_second() local
[all …]
/third_party/pulseaudio/src/modules/bluetooth/
Dbluez5-util.c1440 uint8_t *config_ptr = config; in endpoint_select_configuration() local
1463 …pa_assert_se(dbus_message_append_args(r, DBUS_TYPE_ARRAY, DBUS_TYPE_BYTE, &config_ptr, config_size… in endpoint_select_configuration()