Home
last modified time | relevance | path

Searched refs:decode_frame_header (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dproresdec2.c201 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()
Dvp9.c505 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/
Dnutdec.c1000 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()