Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_parser.c63 int parse_history_count; member
138 p->parse_history[p->parse_history_count++] = buf[i]; in h264_find_frame_end()
140 init_get_bits(&gb, p->parse_history, 8*p->parse_history_count); in h264_find_frame_end()
142 if (get_bits_left(&gb) > 0 || p->parse_history_count > 5) { in h264_find_frame_end()
146 i -= p->parse_history_count - 1; in h264_find_frame_end()
147 p->parse_history_count = 0; in h264_find_frame_end()
152 p->parse_history_count = 0; in h264_find_frame_end()

Completed in 1 milliseconds