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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_parser.c35 static int ff_h264_find_frame_end(H264Context *h, const uint8_t *buf, int buf_size) function
268 next= ff_h264_find_frame_end(h, buf, buf_size);
278 ff_h264_find_frame_end(h, &pc->buffer[pc->last_index + next], -next); //update state

Completed in 127 milliseconds