Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_parser.c79 static int h264_find_frame_end(H264ParseContext *p, const uint8_t *buf, in h264_find_frame_end() function
610 next = h264_find_frame_end(p, buf, buf_size, avctx); in h264_parse()
620 h264_find_frame_end(p, &pc->buffer[pc->last_index + next], -next, avctx); // update state in h264_parse()

Completed in 2 milliseconds