Searched refs:out_frames_ (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/test/ |
D | decode_perf_test.cc | 117 outfile_(0), out_frames_(0) {} in VP9NewEncodeDecodePerfTest() 157 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_); in EndPassHook() 165 ++out_frames_; in FramePktHook() 169 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_); in FramePktHook() 173 ivf_write_frame_header(outfile_, out_frames_, pkt->data.frame.sz); in FramePktHook() 186 uint32_t out_frames_; member in __anon982f4aaa0111::VP9NewEncodeDecodePerfTest
|
D | resize_test.cc | 315 : ResizeTest(), frame0_psnr_(0.0), outfile_(NULL), out_frames_(0) {} in ResizeInternalTest() 332 write_ivf_file_header(&cfg_, out_frames_, outfile_); in EndPassHook() 372 ++out_frames_; in FramePktHook() 387 unsigned int out_frames_; member in __anon90f106ec0111::ResizeInternalTest 620 : ResizeTest(), frame0_psnr_(0.0), outfile_(NULL), out_frames_(0) {} in ResizeCspTest() 637 write_ivf_file_header(&cfg_, out_frames_, outfile_); in EndPassHook() 665 ++out_frames_; in FramePktHook() 679 unsigned int out_frames_; member in __anon90f106ec0111::ResizeCspTest
|