Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dopus.h64 OPUS_MODE_SILK, enumerator
Dopusdec.c187 if (s->packet.mode == OPUS_MODE_SILK || s->packet.mode == OPUS_MODE_HYBRID) { in opus_decode_frame()
218 else if (s->packet.mode == OPUS_MODE_SILK && consumed + 17 <= size * 8) in opus_decode_frame()
Dopus.c263 pkt->mode = OPUS_MODE_SILK; in ff_opus_parse_packet()