Home
last modified time | relevance | path

Searched refs:AVC (Results 1 – 6 of 6) sorted by relevance

/cts/tests/mediapc/src/android/mediapc/cts/
DFrameDropTestBase.java48 static final String AVC = MediaFormat.MIMETYPE_VIDEO_AVC; field in FrameDropTestBase
85 m540p60FpsTestFiles.put(AVC, "bbb_960x540_3mbps_60fps_avc.mp4"); in m540p60FpsTestFiles.put() argument
91 m1080p60FpsTestFiles.put(AVC, "bbb_1920x1080_8mbps_60fps_avc.mp4"); in m1080p60FpsTestFiles.put() argument
97 m2160p60FpsTestFiles.put(AVC, "bbb_3840x2160_24mbps_60fps_avc.mp4"); in m2160p60FpsTestFiles.put() argument
104 m540p30FpsTestFiles.put(AVC, "bbb_960x540_2mbps_30fps_avc.mp4"); in m540p30FpsTestFiles.put() argument
110 m1080p30FpsTestFiles.put(AVC, "bbb_1920x1080_6mbps_30fps_avc.mp4"); in m1080p30FpsTestFiles.put() argument
134 ArrayList<String> listOfAvcHwDecoders = selectHardwareCodecs(AVC, null, null, false); in setUp()
138 ArrayList<String> listOfAvcHwEncoders = selectHardwareCodecs(AVC, null, null, true); in setUp()
170 final String[] mediaTypesList = new String[] {AVC, HEVC, VP8, VP9, AV1}; in prepareArgumentsList()
226 TranscodeLoad transcodeLoad = new TranscodeLoad(AVC, AVC_LOAD_FILE_NAME, in createTranscodeLoad()
DCodecInitializationLatencyTest.java84 private static final String AVC = MediaFormat.MIMETYPE_VIDEO_AVC; field in CodecInitializationLatencyTest
134 ArrayList<String> listOfAvcHwDecoders = selectHardwareCodecs(AVC, null, null, false); in setUp()
138 ArrayList<String> listOfAvcHwEncoders = selectHardwareCodecs(AVC, null, null, true); in setUp()
227 TranscodeLoad transcodeLoad = new TranscodeLoad(AVC, AVC_TRANSCODE_FILE, in startLoad()
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DVideoDecoderPerfTest.java72 private static final String AVC = MediaFormat.MIMETYPE_VIDEO_AVC; field in VideoDecoderPerfTest
127 {AVC, sAvcMedia0320x0240, "qvga"}, in input()
128 {AVC, sAvcMedia0720x0480, "sd"}, in input()
129 {AVC, sAvcMedia1280x0720, "hd"}, in input()
130 {AVC, sAvcMedia1920x1080, "fullhd"}, in input()
/cts/tests/mediapc/requirements/
Drequirements.txtpb64 …specification: "MUST support 6 instances of hardware video decoder sessions (AVC or HEVC) in any c…
71 …specification: "MUST support 6 instances of hardware video decoder sessions (AVC, HEVC, VP9* or la…
78 …specification: "MUST support 6 instances of hardware video decoder sessions (AVC, HEVC, VP9, AV1 o…
85 …specification: "MUST support 6 instances of 8-bit (SDR) hardware video decoder sessions (AVC, HEVC…
92 …specification: "MUST support 6 instances of 8-bit (SDR) hardware video decoder sessions (AVC, HEVC…
142 …specification: "MUST support 6 instances of hardware video encoder sessions (AVC or HEVC) in any c…
149 …specification: "MUST support 6 instances of hardware video encoder sessions (AVC, HEVC, VP9* or la…
156 …specification: "MUST support 6 instances of hardware video encoder sessions (AVC, HEVC, VP9, AV1 o…
163 …specification: "MUST support 6 instances of 8-bit (SDR) hardware video encoder sessions (AVC, HEVC…
170 …specification: "MUST support 6 instances of 8-bit (SDR) hardware video encoder sessions (AVC, HEVC…
[all …]
/cts/tests/tests/media/recorder/src/android/media/recorder/cts/
DMediaRecorderTest.java160 private final static String AVC = MediaFormat.MIMETYPE_VIDEO_AVC; field in MediaRecorderTest
995 (mediaType.equals(AVC) in testLevel()
998 (mediaType.equals(AVC) in testLevel()
1037 testsRun += testLevel(AVC, 176, 144, 15, 64, profile, AVCLevel1, AVCLevel1); in testProfileAvcBaselineLevel1()
1043 testsRun += testLevel(AVC, 176, 144, 15, 64, profile, AVCLevel1b, AVCLevel1, AVCLevel1b); in testProfileAvcBaselineLevel1()
/cts/tests/video/src/android/video/cts/
DVideoEncoderDecoderTest.java90 private static final String AVC = MediaFormat.MIMETYPE_VIDEO_AVC; field in VideoEncoderDecoderTest
254 final String[] mediaTypes = {AVC, HEVC, MPEG2, MPEG4, VP8, VP9, H263, AV1}; in input()
256 if (mediaType.equals(AVC)) { in input()