Home
last modified time | relevance | path

Searched refs:codecProfile (Results 1 – 2 of 2) sorted by relevance

/cts/tests/camera/src/android/hardware/camera2/cts/
DRecordingTest.java420 private static long getDynamicRangeProfile(int codecProfile, StaticMetadata staticMeta) { in getDynamicRangeProfile() argument
429 switch (codecProfile) { in getDynamicRangeProfile()
445 private static int getTransferFunction(int codecProfile) { in getTransferFunction() argument
446 switch (codecProfile) { in getTransferFunction()
523 for (int codecProfile : tenBitCodecProfileList) { in testBasic10BitRecording()
532 format.setInteger(MediaFormat.KEY_PROFILE, codecProfile); in testBasic10BitRecording()
542 getTransferFunction(codecProfile)); in testBasic10BitRecording()
550 long dynamicRangeProfile = getDynamicRangeProfile(codecProfile, staticInfo); in testBasic10BitRecording()
/cts/tests/tests/media/misc/src/android/media/misc/cts/
DCamcorderProfileTest.java221 int codecProfile = videoProfile.getProfile(); in checkAllProfiles() local