Searched refs:getVideoCodecMimeType (Results 1 – 3 of 3) sorted by relevance
21 import static androidx.camera.core.impl.EncoderProfilesProxy.getVideoCodecMimeType;55 getVideoCodecMimeType(camcorderProfile.videoCodec), in toVideoProfiles()
26 import static androidx.camera.core.impl.EncoderProfilesProxy.getVideoCodecMimeType;213 return getVideoCodecMimeType(codec); in deriveMediaType()
243 static @NonNull String getVideoCodecMimeType( in getVideoCodecMimeType() method