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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh264_parser.h37 int ff_h264_find_frame_end(H264Context *h, const uint8_t *buf, int buf_size);
H A Dh264_parser.c36 int ff_h264_find_frame_end(H264Context *h, const uint8_t *buf, int buf_size) function
248 next= ff_h264_find_frame_end(h, buf, buf_size);
258 ff_h264_find_frame_end(h, &pc->buffer[pc->last_index + next], -next); //update state

Completed in 34 milliseconds