commit | 7bb1385cf7336243bf84376fd9023247ce8a278a | [log] [tgz] |
---|---|---|
author | David Staessens <[email protected]> | Wed May 27 05:05:51 2020 |
committer | Commit Bot <[email protected]> | Wed May 27 05:05:51 2020 |
tree | 860a715fdeb193f5583598ce55ee5c161dffdda3 | |
parent | de8123e2451c1ba5b211daaa1e4896f1789a567b [diff] [blame] |
media/gpu/test: Update video decoder (perf) test usage documentation. This CL updates the video_decoder_(perf_)tests usage documentation with the additional "--use_vd_vda" parameter that was added recently. BUG=None TEST=checked doc in gitiles Change-Id: I175ba21fe3563d092409a3202c7257dae90d520a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215394 Reviewed-by: Chih-Yu Huang <[email protected]> Commit-Queue: David Staessens <[email protected]> Cr-Commit-Position: refs/heads/master@{#772116}
diff --git a/docs/media/gpu/video_decoder_test_usage.md b/docs/media/gpu/video_decoder_test_usage.md index 321e48f..9d4e1bd9 100644 --- a/docs/media/gpu/video_decoder_test_usage.md +++ b/docs/media/gpu/video_decoder_test_usage.md
@@ -65,6 +65,10 @@ --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".