Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dnutenc.c105 static int find_header_idx(AVFormatContext *s, AVCodecParameters *p, int size, in find_header_idx() function
197 ft->header_idx = find_header_idx(s, par, -1, key_frame); in build_frame_code()
223 ft->header_idx = find_header_idx(s, par, frame_bytes + pred, key_frame); in build_frame_code()
270 ft->header_idx = find_header_idx(s, par, -1, key_frame); in build_frame_code()