Searched refs:AMediaCodec_createDecoderByType (Results 1 – 10 of 10) sorted by relevance
85 codec = AMediaCodec_createDecoderByType(mime); in createMediaCodec()
126 AMediaCodec* decoder = AMediaCodec_createDecoderByType(mime.c_str()); in hdrToSdrConversionSupported()
139 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type) __INTRODUCED_IN(21);
73 AMediaCodec_createDecoderByType(mime), &AMediaCodec_delete}; in decode()
61 DEFINE_INTERCEPTABLE_STUB_FUNCTION(AMediaCodec_createDecoderByType);362 INIT_INTERCEPTABLE_STUB_FUNCTION("libmediandk.so", AMediaCodec_createDecoderByType); in init_stub_library()
154 mCodec = AMediaCodec_createDecoderByType(mime); in initializeMediaDecoder()
185 AMediaCodec_createDecoderByType;
370 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type) { in AMediaCodec_createDecoderByType() function
314 mDecoder = AMediaCodec_createDecoderByType(sourceMime); in configureDestinationFormat()