Home
last modified time | relevance | path

Searched refs:OPUS_HEAD_SIZE (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dlibopusdec.c49 #define OPUS_HEAD_SIZE 19 macro
75 if (avc->extradata_size >= OPUS_HEAD_SIZE) { in libopus_decode_init()
80 if (avc->extradata_size >= OPUS_HEAD_SIZE + 2 + channels) { in libopus_decode_init()
81 nb_streams = avc->extradata[OPUS_HEAD_SIZE + 0]; in libopus_decode_init()
82 nb_coupled = avc->extradata[OPUS_HEAD_SIZE + 1]; in libopus_decode_init()
85 mapping = avc->extradata + OPUS_HEAD_SIZE + 2; in libopus_decode_init()
/third_party/ffmpeg/libavformat/
H A Doggparseopus.c36 #define OPUS_HEAD_SIZE 19 macro
54 if (os->psize < OPUS_HEAD_SIZE || (AV_RL8(packet + 8) & 0xF0) != 0) in opus_header()

Completed in 2 milliseconds