Home
last modified time | relevance | path

Searched refs:match_sample (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/libavformat/
Dmovenchint.c217 int *match_sample, int *match_offset, in find_sample_match() argument
229 *match_sample = sample->sample_number; in find_sample_match()
270 static void output_match(AVIOContext *out, int match_sample, in output_match() argument
276 avio_wb32(out, match_sample); in output_match()
289 int match_sample, match_offset, match_len, pos; in describe_payload() local
290 if (find_sample_match(data, size, queue, &pos, &match_sample, in describe_payload()
296 output_match(out, match_sample, match_offset, match_len, entries); in describe_payload()