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