Home
last modified time | relevance | path

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

/camera/camera-video/src/main/java/androidx/camera/video/internal/
DVideoValidatedEncoderProfilesProxy.java79 public abstract @NonNull VideoProfileProxy getDefaultVideoProfile(); in getDefaultVideoProfile() method in VideoValidatedEncoderProfilesProxy
DQualityExploredEncoderProfilesProvider.java154 VideoProfileProxy baseVideoProfile = encoderProfiles.getDefaultVideoProfile(); in exploreProfiles()
/camera/camera-video/src/main/java/androidx/camera/video/
DCapabilitiesByQuality.java81 validatedProfiles.getDefaultVideoProfile(); in CapabilitiesByQuality()
DQualitySelector.java412 return profiles.getDefaultVideoProfile().getResolution(); in getProfileVideoSize()
DRecorderVideoCapabilities.java323 profiles.getDefaultVideoProfile().getResolution()); in getHighSpeedSupportedFrameRateRanges()
DVideoCapture.java1375 ? encoderProfiles.getDefaultVideoProfile().getResolution() : null; in resolveVideoEncoderInfo()