Searched refs:AMediaCodec_createDecoderByType (Results 1 – 5 of 5) sorted by relevance
137 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type) __INTRODUCED_IN(21);
165 AMediaCodec_createDecoderByType;
345 AMediaCodec* AMediaCodec_createDecoderByType(const char *mime_type) { in AMediaCodec_createDecoderByType() function
541 AMediaCodec *codec = AMediaCodec_createDecoderByType(mime); in decode()
800 AMediaCodec *aMediaCodec = AMediaCodec_createDecoderByType(mimeType.c_str()); in CreateDecoderByType()