Searched refs:ff_opus_parse_packet (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | opus.h | 177 int ff_opus_parse_packet(OpusPacket *pkt, const uint8_t *buf, int buf_size,
|
H A 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()
|
H A 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()
|
H A D | opus.c | 92 int ff_opus_parse_packet(OpusPacket *pkt, const uint8_t *buf, int buf_size, in ff_opus_parse_packet() function
|
Completed in 4 milliseconds