Searched refs:VideoValidatedEncoderProfilesProxy (Results 1 – 16 of 16) sorted by relevance
29 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy;54 private final Map<Quality, VideoValidatedEncoderProfilesProxy> mSupportedProfilesMap =58 private final VideoValidatedEncoderProfilesProxy mHighestProfiles;59 private final VideoValidatedEncoderProfilesProxy mLowestProfiles;72 VideoValidatedEncoderProfilesProxy validatedProfiles = toValidatedProfiles( in CapabilitiesByQuality()92 Deque<VideoValidatedEncoderProfilesProxy> profileQueue = new ArrayDeque<>( in CapabilitiesByQuality()127 public @Nullable VideoValidatedEncoderProfilesProxy getProfiles(@NonNull Quality quality) { in getProfiles()141 public @Nullable VideoValidatedEncoderProfilesProxy143 VideoValidatedEncoderProfilesProxy encoderProfiles = null; in findNearestHigherSupportedEncoderProfilesFor()173 private @Nullable VideoValidatedEncoderProfilesProxy toValidatedProfiles( in toValidatedProfiles()[all …]
27 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy;160 default @Nullable VideoValidatedEncoderProfilesProxy getProfiles(@NonNull Quality quality, in getProfiles()179 default @Nullable VideoValidatedEncoderProfilesProxy
54 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy;182 public @Nullable VideoValidatedEncoderProfilesProxy getProfiles(@NonNull Quality quality, in getProfiles()189 public @Nullable VideoValidatedEncoderProfilesProxy310 VideoValidatedEncoderProfilesProxy profiles = getProfiles(quality, dynamicRange); in getHighSpeedSupportedFrameRateRanges()
32 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy;152 VideoValidatedEncoderProfilesProxy profiles = videoCapabilities.getProfiles(quality, SDR); in getResolution()411 @NonNull VideoValidatedEncoderProfilesProxy profiles) { in getProfileVideoSize()
128 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy;701 VideoValidatedEncoderProfilesProxy encoderProfiles = in createPipeline()1358 @Nullable VideoValidatedEncoderProfilesProxy encoderProfiles, in resolveVideoEncoderInfo()1566 VideoValidatedEncoderProfilesProxy encoderProfiles = in filterOutEncoderUnsupportedResolutions()1597 @NonNull VideoValidatedEncoderProfilesProxy encoderProfiles, in findLargestSupportedSizeVideoEncoderInfo()
92 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy;445 private VideoValidatedEncoderProfilesProxy mResolvedEncoderProfiles = null;3008 @Nullable VideoValidatedEncoderProfilesProxy profilesProxy, int defaultMuxerFormat) { in supportedMuxerFormatOrDefaultFrom()
37 public abstract class VideoValidatedEncoderProfilesProxy implements EncoderProfilesProxy { class40 public static @NonNull VideoValidatedEncoderProfilesProxy from( in from()51 public static @NonNull VideoValidatedEncoderProfilesProxy create( in create()
148 VideoValidatedEncoderProfilesProxy encoderProfiles = in exploreProfiles()
55 val validatedProfiles = VideoValidatedEncoderProfilesProxy.from(profiles) in createFromEncoderProfilesProxy()101 VideoValidatedEncoderProfilesProxy.create( in create_throwsException_whenVideoProfilesIsEmpty()112 VideoValidatedEncoderProfilesProxy.create( in create_withEmptyAudioProfiles()
19 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy;
30 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy;73 @Nullable VideoValidatedEncoderProfilesProxy encoderProfiles) { in resolveAudioMimeInfo()
56 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy;145 @Nullable VideoValidatedEncoderProfilesProxy encoderProfiles) { in resolveVideoMimeInfo()
48 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy120 val videoValidProfile2160P = VideoValidatedEncoderProfilesProxy.from(profile2160p) in canFindNearestHigherSupportedEncoderProfiles()121 val videoValidProfile720P = VideoValidatedEncoderProfilesProxy.from(profile720p) in canFindNearestHigherSupportedEncoderProfiles()
71 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy166 VideoValidatedEncoderProfilesProxy.from(176 VideoValidatedEncoderProfilesProxy.from(
119 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy in <lambda>()2412 ): VideoValidatedEncoderProfilesProxy? { in isSurfaceProcessingEnabled()2419 ): VideoValidatedEncoderProfilesProxy? { in isSurfaceProcessingEnabled()
31 import androidx.camera.video.internal.VideoValidatedEncoderProfilesProxy189 VideoValidatedEncoderProfilesProxy.create( in createFakeEncoderProfiles()