Searched refs:out_frames_ (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/test/ |
D | decode_perf_test.cc | 123 out_frames_(0) { in VP9NewEncodeDecodePerfTest() 164 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_); in EndPassHook() 171 ++out_frames_; in FramePktHook() 175 ivf_write_file_header(outfile_, &cfg_, VP9_FOURCC, out_frames_); in FramePktHook() 178 ivf_write_frame_header(outfile_, out_frames_, pkt->data.frame.sz); in FramePktHook() 193 uint32_t out_frames_; member in __anonf93d29300111::VP9NewEncodeDecodePerfTest
|
D | resize_test.cc | 173 out_frames_(0) {} in ResizeInternalTest() 190 write_ivf_file_header(&cfg_, out_frames_, outfile_); in EndPassHook() 231 ++out_frames_; in FramePktHook() 247 unsigned int out_frames_; member in __anon759239b20111::ResizeInternalTest 432 out_frames_(0) {} in ResizeCspTest() 449 write_ivf_file_header(&cfg_, out_frames_, outfile_); in EndPassHook() 478 ++out_frames_; in FramePktHook() 493 unsigned int out_frames_; member in __anon759239b20111::ResizeCspTest
|