Searched refs:decode_frame_header (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | proresdec2.c | 201 static int decode_frame_header(ProresContext *ctx, const uint8_t *buf, in decode_frame_header() function 778 frame_hdr_size = decode_frame_header(ctx, buf, buf_size, avctx); in decode_frame()
|
D | vp9.c | 505 static int decode_frame_header(AVCodecContext *avctx, in decode_frame_header() function 1565 if ((ret = decode_frame_header(avctx, data, size, &ref)) < 0) { in vp9_decode_frame()
|
/third_party/ffmpeg/libavformat/ |
D | nutdec.c | 1000 static int decode_frame_header(NUTContext *nut, int64_t *pts, int *stream_id, in decode_frame_header() function 1092 size = decode_frame_header(nut, &pts, &stream_id, &header_idx, frame_code); in decode_frame()
|