Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Doggparseopus.c95 unsigned toc_config = toc >> 3; in opus_duration() local
97 unsigned frame_size = toc_config < 12 ? FFMAX(480, 960 * (toc_config & 3)) : in opus_duration()
98 toc_config < 16 ? 480 << (toc_config & 1) : in opus_duration()
99 120 << (toc_config & 3); in opus_duration()