HomeSort by relevance Sort by last modified time
    Searched full:test_video_param_ (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/test/
vp9_arf_freq_test.cc 84 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(1)),
169 test_video_param_.width, test_video_param_.height,
170 (double)test_video_param_.framerate_num /
171 test_video_param_.framerate_den);
175 TestVideoParam test_video_param_; member in class:__anon26055::ArfFreqTest
187 cfg_.g_profile = test_video_param_.profile;
188 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth;
189 cfg_.g_bit_depth = test_video_param_.bit_depth;
194 if (is_extension_y4m(test_video_param_.filename))
    [all...]
vp9_end_to_end_test.cc 83 : EncoderTest(GET_PARAM(0)), test_video_param_(GET_PARAM(2)),
139 TestVideoParam test_video_param_; member in class:__anon26063::EndToEndTestLarge
151 cfg_.g_profile = test_video_param_.profile;
152 cfg_.g_input_bit_depth = test_video_param_.input_bit_depth;
153 cfg_.g_bit_depth = test_video_param_.bit_depth;
158 if (is_extension_y4m(test_video_param_.filename)) {
159 video.reset(new libvpx_test::Y4mVideoSource(test_video_param_.filename, 0,
163 test_video_param_.filename, test_video_param_.fmt, kWidth, kHeight,

Completed in 174 milliseconds