Home
last modified time | relevance | path

Searched refs:find_next_start_code (Results 1 – 2 of 2) 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() function
431 buf_index = find_next_start_code(bc.buffer, buf + next_avc); in ff_h2645_packet_split()
/third_party/ffmpeg/libavformat/
Dmpeg.c160 static int find_next_start_code(AVIOContext *pb, int *size_ptr, in find_next_start_code() function
244 startcode = find_next_start_code(s->pb, &size, &m->header_state); in mpegps_read_pes_header()