Home
last modified time | relevance | path

Searched refs:getCodec (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/media/src/android/media/cts/
DCamcorderProfileTest.java156 assertEquals(profile.videoCodec, videoProfile.getCodec()); in checkAllProfiles()
165 switch (videoProfile.getCodec()) { in checkAllProfiles()
191 assertEquals(profile.audioCodec, audioProfile.getCodec()); in checkAllProfiles()
198 switch (audioProfile.getCodec()) { in checkAllProfiles()
DDecodeAccuracyTestBase.java1695 public String getCodec() { in getCodec() method in FilenameParser
/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java1243 + videoSz.toString() + "_" + videoProfile.getCodec(); in doBasicRecordingByProfile()
1245 mOutMediaFileName += "_" + audioProfile.getCodec(); in doBasicRecordingByProfile()