Home
last modified time | relevance | path

Searched defs:next_avc (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh2645_parse.c330 static int find_next_start_code(const uint8_t *buf, const uint8_t *next_avc) in find_next_start_code()
398 int next_avc = is_nalff ? 0 : length; in ff_h2645_packet_split() local
Dh264_parser.c75 int next_avc = p->is_avc ? 0 : buf_size; in h264_find_frame_end() local
251 int buf_index, next_avc; in parse_nal_units() local
Dh264dec.h824 int buf_index, int next_avc) in find_start_code()