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".