Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst/rawparse/
Dgstrawaudioparse.c155 gsize * units_per_sec_n, gsize * units_per_sec_d);
754 GstFormat format, GstRawBaseParseConfig config, gsize * units_per_sec_n, in gst_raw_audio_parse_get_units_per_second() argument
763 *units_per_sec_n = config_ptr->sample_rate * config_ptr->bpf; in gst_raw_audio_parse_get_units_per_second()
768 *units_per_sec_n = config_ptr->sample_rate; in gst_raw_audio_parse_get_units_per_second()
Dgstrawvideoparse.c162 gsize * units_per_sec_n, gsize * units_per_sec_d);
985 GstFormat format, GstRawBaseParseConfig config, gsize * units_per_sec_n, in gst_raw_video_parse_get_units_per_second() argument
1005 *units_per_sec_n = n / common_div; in gst_raw_video_parse_get_units_per_second()
1013 *units_per_sec_n = config_ptr->framerate_n; in gst_raw_video_parse_get_units_per_second()
Dgstrawbaseparse.h187 gsize * units_per_sec_n,