[RESTRICT AUTOMERGE]: Implement checkMinAddress into individual StagefrightTest testcases

Bug: 140107527
Test: cts-tradefed run cts -m CtsSecurityTestCases -t android.security.cts.StagefrightTest#testBug_38014992
      cts-tradefed run cts -m CtsSecurityTestCases -t android.security.cts.StagefrightTest#testBug_33818500
      cts-tradefed run cts -m CtsSecurityTestCases -t android.security.cts.StagefrightTest#testBug36895511
Change-Id: I4135107c3e59eaa0944e06cd6e7508de3ddfb9a4
diff --git a/tests/tests/security/src/android/security/cts/StagefrightTest.java b/tests/tests/security/src/android/security/cts/StagefrightTest.java
index ca4d290..d13f973 100644
--- a/tests/tests/security/src/android/security/cts/StagefrightTest.java
+++ b/tests/tests/security/src/android/security/cts/StagefrightTest.java
@@ -377,7 +377,7 @@
     @SecurityTest
     public void testBug_38014992() throws Exception {
         int[] frameSizes = getFrameSizes(R.raw.bug_38014992_framelen);
-        doStagefrightTestRawBlob(R.raw.bug_38014992_avc, "video/avc", 640, 480, frameSizes);
+        doStagefrightTestRawBlob(R.raw.bug_38014992_avc, "video/avc", 640, 480, frameSizes, false);
     }
 
     @SecurityTest
@@ -449,7 +449,7 @@
     @SecurityTest
     public void testBug_33818500() throws Exception {
         int[] frameSizes = getFrameSizes(R.raw.bug_33818500_framelen);
-        doStagefrightTestRawBlob(R.raw.bug_33818500_avc, "video/avc", 64, 32, frameSizes);
+        doStagefrightTestRawBlob(R.raw.bug_33818500_avc, "video/avc", 64, 32, frameSizes, false);
     }
 
     @SecurityTest
@@ -1447,7 +1447,7 @@
     }
 
     public void testBug36895511() throws Exception {
-        doStagefrightTestRawBlob(R.raw.bug_36895511, "video/hevc", 320, 240);
+        doStagefrightTestRawBlob(R.raw.bug_36895511, "video/hevc", 320, 240, false);
     }
 
     public void testBug64836894() throws Exception {