Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dnutenc.c373 int i, j, tmp_pts, tmp_flags, tmp_stream, tmp_mul, tmp_size, tmp_fields, in write_mainheader() local
390 tmp_mul = 1; in write_mainheader()
399 if (tmp_mul != nut->frame_code[i].size_mul ) tmp_fields = 2; in write_mainheader()
408 tmp_mul = nut->frame_code[i].size_mul; in write_mainheader()
421 nut->frame_code[i].size_mul != tmp_mul || in write_mainheader()
427 if (j != tmp_mul - tmp_size) in write_mainheader()
433 if (tmp_fields > 1) put_v(bc, tmp_mul); in write_mainheader()
H A Dnutdec.c200 int tmp_stream, tmp_mul, tmp_pts, tmp_size, tmp_res, tmp_head_idx; in decode_main_header() local
242 tmp_mul = 1; in decode_main_header()
257 tmp_mul = ffio_read_varlen(bc); in decode_main_header()
271 count = tmp_mul - (unsigned)tmp_size; in decode_main_header()
312 nut->frame_code[i].size_mul = tmp_mul; in decode_main_header()

Completed in 5 milliseconds