Searched refs:codecProfile (Results 1 – 2 of 2) sorted by relevance
420 private static long getDynamicRangeProfile(int codecProfile, StaticMetadata staticMeta) { in getDynamicRangeProfile() argument429 switch (codecProfile) { in getDynamicRangeProfile()445 private static int getTransferFunction(int codecProfile) { in getTransferFunction() argument446 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()
221 int codecProfile = videoProfile.getProfile(); in checkAllProfiles() local