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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dnutenc.c92 static int find_header_idx(AVFormatContext *s, AVCodecContext *c, int size, int frame_type){ function
174 ft->header_idx= find_header_idx(s, codec, -1, key_frame);
191 ft->header_idx= find_header_idx(s, codec, frame_bytes + pred, key_frame);
235 ft->header_idx= find_header_idx(s, codec, -1, key_frame);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnutenc.c105 static int find_header_idx(AVFormatContext *s, AVCodecContext *c, int size, int frame_type) function
196 ft->header_idx = find_header_idx(s, codec, -1, key_frame);
215 ft->header_idx = find_header_idx(s, codec, frame_bytes + pred, key_frame);
262 ft->header_idx = find_header_idx(s, codec, -1, key_frame);

Completed in 30 milliseconds