Home
last modified time | relevance | path

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

/third_party/benchmark/test/
H A Doutput_test_helper.cc513 std::ifstream tmp_stream(tmp_file_name); in GetFileReporterOutput()
514 std::string output = std::string((std::istreambuf_iterator<char>(tmp_stream)), in GetFileReporterOutput()
/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
391 tmp_stream = 0; in write_mainheader()
400 if (tmp_stream != nut->frame_code[i].stream_id ) tmp_fields = 3; in write_mainheader()
407 tmp_stream = nut->frame_code[i].stream_id; in write_mainheader()
420 nut->frame_code[i].stream_id != tmp_stream || in write_mainheader()
434 if (tmp_fields > 2) put_v(bc, tmp_stream); 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
243 tmp_stream = 0; in decode_main_header()
259 tmp_stream = ffio_read_varlen(bc); in decode_main_header()
291 if (tmp_stream >= stream_count) { in decode_main_header()
293 tmp_stream, stream_count); in decode_main_header()
311 nut->frame_code[i].stream_id = tmp_stream; in decode_main_header()

Completed in 5 milliseconds