Searched refs:max_period (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | metasound.c | 73 float min_period, max_period, period_range, period; in decode_ppc() local 80 max_period = min_period + log2(6); in decode_ppc() 83 max_period = (int)(ratio * 0.2 * 400 * 6 + 0.5) / 400.0; in decode_ppc() 85 period_range = max_period - min_period; in decode_ppc()
|
D | twinvqdec.c | 186 int max_period = ROUNDED_DIV(40 * 2 * mtab->size * 6, isampf); in decode_ppc() local 187 int period_range = max_period - min_period; in decode_ppc()
|
/third_party/ffmpeg/libavfilter/ |
D | af_speechnorm.c | 77 int max_period; member 264 (cc->pi[cc->pi_end].size > s->max_period)) { \ 270 cc->pi[cc->pi_end].size > s->max_period) { \ 495 s->max_period = inlink->sample_rate / 10; in config_input()
|
/third_party/gstreamer/gstplugins_bad/sys/wasapi2/ |
D | gstwasapi2ringbuffer.cpp | 818 UINT32 default_period, fundamental_period, min_period, max_period; in gst_wasapi2_ring_buffer_initialize_audio_client3() local 831 &default_period, &fundamental_period, &min_period, &max_period); in gst_wasapi2_ring_buffer_initialize_audio_client3() 839 "%d frames", default_period, fundamental_period, min_period, max_period); in gst_wasapi2_ring_buffer_initialize_audio_client3()
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 17439 u64 max_period; member 17884 u64 max_period; member
|