Searched refs:decode_packet (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/doc/examples/ |
D | demuxing_decoding.c | 109 static int decode_packet(AVCodecContext *dec, const AVPacket *pkt) in decode_packet() function 323 ret = decode_packet(video_dec_ctx, pkt); in main() 325 ret = decode_packet(audio_dec_ctx, pkt); in main() 333 decode_packet(video_dec_ctx, NULL); in main() 335 decode_packet(audio_dec_ctx, NULL); in main()
|
D | extract_mvs.c | 36 static int decode_packet(const AVPacket *pkt) in decode_packet() function 164 ret = decode_packet(&pkt); in main() 171 decode_packet(NULL); in main()
|
D | qsvdec.c | 90 static int decode_packet(DecodeContext *decode, AVCodecContext *decoder_ctx, in decode_packet() function 242 ret = decode_packet(&decode, decoder_ctx, frame, sw_frame, &pkt, output_ctx); in main() 250 ret = decode_packet(&decode, decoder_ctx, frame, sw_frame, &pkt, output_ctx); in main()
|
/third_party/ffmpeg/libavcodec/ |
D | wmaprodec.c | 1607 static int decode_packet(AVCodecContext *avctx, WMAProDecodeCtx *s, in decode_packet() function 1797 return decode_packet(avctx, s, data, got_frame_ptr, avpkt); in wmapro_decode_packet() 1815 ret = decode_packet(avctx, &s->xma[s->current_stream], s->frames[s->current_stream], in xma_decode_packet()
|
D | wmalosslessdec.c | 1182 static int decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr, in decode_packet() function 1334 .decode = decode_packet,
|