ff_opus_parse_packet  176 libavcodec/opus.h int ff_opus_parse_packet(OpusPacket *pkt, const uint8_t *buf, int buf_size,
ff_opus_parse_packet  138 libavcodec/opus_parser.c         ret = ff_opus_parse_packet(&s->pkt, payload, payload_len, s->ctx.nb_streams > 1);
ff_opus_parse_packet  438 libavcodec/opusdec.c         ret = ff_opus_parse_packet(pkt, buf, buf_size, c->nb_streams > 1);
ff_opus_parse_packet  504 libavcodec/opusdec.c             ret = ff_opus_parse_packet(&s->packet, buf, buf_size, i != c->nb_streams - 1);