Searched refs:createDecoderByType (Results 1 – 10 of 10) sorted by relevance
154 final MediaCodec mediaCodec = MediaCodec.createDecoderByType("audio/mpeg"); in addUnconfiguredMediaCodec_returnsFalse()239 final MediaCodec mediaCodec = MediaCodec.createDecoderByType(mime); in createAndConfigureMediaCodec()
64 mediaCodec = MediaCodec.createDecoderByType( in initMediaCodec()
92 mediaCodec = MediaCodec.createDecoderByType( in initMediaCodec()
155 mCodec = MediaCodec.createDecoderByType("video/avc"); in updateSurfaceFromUi()
117 codec = MediaCodec.createDecoderByType(mMime); in createCodec()
218 MediaCodec decoder = MediaCodec.createDecoderByType(videoType); in getSupportedSize()
2067 public static MediaCodec createDecoderByType(@NonNull String type) in createDecoderByType() method in MediaCodec
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
14481 …method public static android.media.MediaCodec createDecoderByType(java.lang.String) throws java.io…
22564 …method @NonNull public static android.media.MediaCodec createDecoderByType(@NonNull String) throws…