Searched refs:ff_opus_parse_packet (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | opus.h | 177 int ff_opus_parse_packet(OpusPacket *pkt, const uint8_t *buf, int buf_size,
|
D | opus_parser.c | 138 ret = ff_opus_parse_packet(&s->pkt, payload, payload_len, s->ctx.nb_streams > 1); in opus_find_frame_end()
|
D | opusdec.c | 438 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()
|
D | opus.c | 91 int ff_opus_parse_packet(OpusPacket *pkt, const uint8_t *buf, int buf_size, in ff_opus_parse_packet() function
|