Searched refs:find_next_marker (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vc1_common.h | 59 static av_always_inline const uint8_t* find_next_marker(const uint8_t *src, const uint8_t *end) in find_next_marker() function
|
D | vc1dec.c | 487 …start = find_next_marker(start, end); // in WVC1 extradata first byte is its size, but can be 0 in… in vc1_decode_init() 490 next = find_next_marker(start + 4, end); in vc1_decode_init() 676 next = find_next_marker(start + 4, end); in vc1_decode_frame() 745 divider = find_next_marker(buf, buf + buf_size); in vc1_decode_frame()
|
/third_party/ffmpeg/libavformat/ |
D | movenc.c | 1021 start = find_next_marker(track->vos_data, end); in mov_write_dvc1_structs() 1025 next = find_next_marker(start + 4, end); in mov_write_dvc1_structs() 5844 start = find_next_marker(pkt->data, end); in mov_parse_vc1_frame() 5846 next = find_next_marker(start + 4, end); in mov_parse_vc1_frame()
|