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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dopus_parser.c57 ret = ff_opus_parse_packet(&s->pkt, buf, buf_size, s->ctx.nb_streams > 1);
H A Dopusdec.c458 ret = ff_opus_parse_packet(pkt, buf, buf_size, c->nb_streams > 1);
497 ret = ff_opus_parse_packet(&s->packet, buf, buf_size, i != c->nb_streams - 1);
H A Dopus.c88 int ff_opus_parse_packet(OpusPacket *pkt, const uint8_t *buf, int buf_size, function
H A Dopus.h381 int ff_opus_parse_packet(OpusPacket *pkt, const uint8_t *buf, int buf_size,

Completed in 107 milliseconds