From c30a6232df03e1efbd9f3b226777b07e087a1122 Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Mon, 12 Oct 2020 14:27:29 +0200 Subject: BASELINE: Update Chromium to 85.0.4183.140 Change-Id: Iaa42f4680837c57725b1344f108c0196741f6057 Reviewed-by: Allan Sandfeld Jensen --- .../media/gpu/video_decoder_perf_test_usage.md | 4 ++ .../docs/media/gpu/video_decoder_test_usage.md | 4 ++ .../docs/media/gpu/video_encoder_test_usage.md | 73 ++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 chromium/docs/media/gpu/video_encoder_test_usage.md (limited to 'chromium/docs/media') diff --git a/chromium/docs/media/gpu/video_decoder_perf_test_usage.md b/chromium/docs/media/gpu/video_decoder_perf_test_usage.md index 26bf41c8537..f5d4c6690dd 100644 --- a/chromium/docs/media/gpu/video_decoder_perf_test_usage.md +++ b/chromium/docs/media/gpu/video_decoder_perf_test_usage.md @@ -92,6 +92,10 @@ Multiple command line arguments can be given to the command: will be stored in the current working directory. --use_vd use the new VD-based video decoders, instead of the default VDA-based video decoders. + --use_vd_vda use the new VD-based video decoders with a wrapper + that translates to the VDA interface, used to test + interaction with older components expecting the VDA + interface. --gtest_help display the gtest help and exit. --help display this help and exit. diff --git a/chromium/docs/media/gpu/video_decoder_test_usage.md b/chromium/docs/media/gpu/video_decoder_test_usage.md index 321e48f236e..9d4e1bd9512 100644 --- a/chromium/docs/media/gpu/video_decoder_test_usage.md +++ b/chromium/docs/media/gpu/video_decoder_test_usage.md @@ -65,6 +65,10 @@ Multiple command line arguments can be given to the command: --disable_validator disable frame validation. --use_vd use the new VD-based video decoders, instead of the default VDA-based video decoders. + --use_vd_vda use the new VD-based video decoders with a wrapper + that translates to the VDA interface, used to test + interaction with older components expecting the VDA + interface. --output_frames write the selected video frames to disk, possible values are "all|corrupt". diff --git a/chromium/docs/media/gpu/video_encoder_test_usage.md b/chromium/docs/media/gpu/video_encoder_test_usage.md new file mode 100644 index 00000000000..688d497cb5c --- /dev/null +++ b/chromium/docs/media/gpu/video_encoder_test_usage.md @@ -0,0 +1,73 @@ +# Video Encoder tests +The video encoder tests are a set of tests that validate various video encoding +scenarios. They are accompanied by the video encoder performance tests that can +be used to measure a video encoder's performance. + +These tests run directly on top of the video encoder implementation, and +don't require the full Chrome browser stack. They are built on top of the +[GoogleTest](https://github.com/google/googletest/blob/master/README.md) +framework. + +__Note:__ Currently these tests are under development and functionality is still +limited. + +[TOC] + +## Running from Tast +Running these tests from Tast is not supported yet. + +## Running manually +To run the video encoder tests manually the _video_encode_accelerator_tests_ +target needs to be built and deployed to the device being tested. Running +the video encoder tests can be done by executing: + + ./video_encode_accelerator_tests [