transcoder: Extend benchmark configurations

Extended native MediaTranscoderBenchmark with more
codecs, bitrates resolutions, frame rates and audio
include/exclude transcoding configurations.

Bug: 177383910
Test:./MediaTranscoderBenchmark --benchmark_filter=BM_1920x1080
Test:./MediaTranscoderBenchmark --benchmark_filter=BM_1280x720
Test:./MediaTranscoderBenchmark --benchmark_filter=BM_1080x1920
Test:./MediaTranscoderBenchmark --benchmark_filter=BM_720x1280
Test:./MediaTranscoderBenchmark --benchmark_filter=BM_3840x2160

Change-Id: Ib7505e333ef2b26cad0d1dfeef8d18603d4e9706
diff --git a/media/libmediatranscoding/transcoder/benchmark/AndroidTestTemplate.xml b/media/libmediatranscoding/transcoder/benchmark/AndroidTestTemplate.xml
index 64085d8..683f07b 100644
--- a/media/libmediatranscoding/transcoder/benchmark/AndroidTestTemplate.xml
+++ b/media/libmediatranscoding/transcoder/benchmark/AndroidTestTemplate.xml
@@ -19,7 +19,7 @@
         <option name="cleanup" value="false" />
         <option name="push-file" key="{MODULE}" value="/data/local/tmp/{MODULE}" />
         <option name="push-file"
-            key="https://storage.googleapis.com/android_media/frameworks/av/media/libmediatranscoding/transcoder/benchmark/TranscodingBenchmark-1.1.zip?unzip=true"
+            key="https://storage.googleapis.com/android_media/frameworks/av/media/libmediatranscoding/transcoder/benchmark/TranscodingBenchmark-1.2.zip?unzip=true"
             value="/data/local/tmp/TranscodingBenchmark/" />
     </target_preparer>