Lines Matching refs:video

261   libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
264 video.Begin();
266 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
267 video.duration(), VPX_DL_GOOD_QUALITY);
288 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
292 video.Begin();
294 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
295 video.duration(), VPX_DL_GOOD_QUALITY);
305 video.Next();
307 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
308 video.duration(), VPX_DL_GOOD_QUALITY);
318 video.Next();
320 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
321 video.duration(), VPX_DL_GOOD_QUALITY);
378 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
382 video.Begin();
383 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
384 video.duration(), VPX_DL_GOOD_QUALITY);
389 video.Next();
390 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
391 video.duration(), VPX_DL_GOOD_QUALITY);
396 res = vpx_svc_encode(&svc_, &codec_, NULL, video.pts(),
397 video.duration(), VPX_DL_GOOD_QUALITY);
427 libvpx_test::I420VideoSource video(test_file_name_, kWidth, kHeight,
431 video.Begin();
433 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
434 video.duration(), VPX_DL_GOOD_QUALITY);
444 video.Next();
446 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
447 video.duration(), VPX_DL_GOOD_QUALITY);
457 video.Next();
459 res = vpx_svc_encode(&svc_, &codec_, video.img(), video.pts(),
460 video.duration(), VPX_DL_GOOD_QUALITY);