Home
last modified time | relevance | path

Searched refs:ff_opus_parse_packet (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dopus.h177 int ff_opus_parse_packet(OpusPacket *pkt, const uint8_t *buf, int buf_size,
H A Dopus_parser.c138 ret = ff_opus_parse_packet(&s->pkt, payload, payload_len, s->ctx.nb_streams > 1); in opus_find_frame_end()
H A Dopusdec.c438 ret = ff_opus_parse_packet(pkt, buf, buf_size, c->nb_streams > 1); in opus_decode_packet()
504 ret = ff_opus_parse_packet(&s->packet, buf, buf_size, i != c->nb_streams - 1); in opus_decode_packet()
H A Dopus.c92 int ff_opus_parse_packet(OpusPacket *pkt, const uint8_t *buf, int buf_size, in ff_opus_parse_packet() function

Completed in 4 milliseconds