Searched refs:AMediaCodec_createDecoderByTypeForClient (Results 1 – 7 of 7) sorted by relevance
72 AMediaCodec* AMediaCodec_createDecoderByTypeForClient(const char *mime_type,
64 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaCodec_createDecoderByTypeForClient);374 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaCodec_createDecoderByTypeForClient); in init_stub_library()
190 AMediaCodec_createDecoderByTypeForClient; # systemapi # introduced=31
478 AMediaCodec* AMediaCodec_createDecoderByTypeForClient(const char *mime_type, in AMediaCodec_createDecoderByTypeForClient() function
260 : AMediaCodec_createDecoderByTypeForClient(mime, pid, uid); in createAMediaCodecByType()
312 mDecoder = AMediaCodec_createDecoderByTypeForClient(sourceMime, mPid, mUid); in configureDestinationFormat()