Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dnutenc.c351 int i, j, tmp_pts, tmp_flags, tmp_stream, tmp_mul, tmp_size, tmp_fields, in write_mainheader() local
369 tmp_stream = 0; in write_mainheader()
378 if (tmp_stream != nut->frame_code[i].stream_id ) tmp_fields = 3; in write_mainheader()
385 tmp_stream = nut->frame_code[i].stream_id; in write_mainheader()
398 nut->frame_code[i].stream_id != tmp_stream || in write_mainheader()
412 if (tmp_fields > 2) put_v(bc, tmp_stream); in write_mainheader()
Dnutdec.c199 int tmp_stream, tmp_mul, tmp_pts, tmp_size, tmp_res, tmp_head_idx; in decode_main_header() local
240 tmp_stream = 0; in decode_main_header()
251 tmp_stream = ffio_read_varlen(bc); in decode_main_header()
283 if (tmp_stream >= stream_count) { in decode_main_header()
285 tmp_stream, stream_count); in decode_main_header()
303 nut->frame_code[i].stream_id = tmp_stream; in decode_main_header()
/third_party/benchmark/test/
Doutput_test_helper.cc511 std::ifstream tmp_stream(tmp_file_name); in GetFileReporterOutput() local
512 std::string output = std::string((std::istreambuf_iterator<char>(tmp_stream)), in GetFileReporterOutput()