Searched refs:AMediaCodec_createDecoderByTypeForClient (Results 1 – 6 of 6) sorted by relevance
72 AMediaCodec* AMediaCodec_createDecoderByTypeForClient(const char *mime_type,
62 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaCodec_createDecoderByTypeForClient);363 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaCodec_createDecoderByTypeForClient); in init_stub_library()
186 AMediaCodec_createDecoderByTypeForClient; # apex # introduced=31
387 AMediaCodec* AMediaCodec_createDecoderByTypeForClient(const char *mime_type, in AMediaCodec_createDecoderByTypeForClient() function
312 mDecoder = AMediaCodec_createDecoderByTypeForClient(sourceMime, mPid, mUid); in configureDestinationFormat()