Searched refs:AMediaCodecWrapper (Results 1 – 4 of 4) sorted by relevance
793 sp<AMediaCodecWrapper> AMediaCodecWrapper::CreateCodecByName(const AString &name) { in CreateCodecByName()795 return new AMediaCodecWrapper(aMediaCodec); in CreateCodecByName()799 sp<AMediaCodecWrapper> AMediaCodecWrapper::CreateDecoderByType(const AString &mimeType) { in CreateDecoderByType()801 return new AMediaCodecWrapper(aMediaCodec); in CreateDecoderByType()805 void AMediaCodecWrapper::OnInputAvailableCB( in OnInputAvailableCB()817 void AMediaCodecWrapper::OnOutputAvailableCB( in OnOutputAvailableCB()836 void AMediaCodecWrapper::OnFormatChangedCB( in OnFormatChangedCB()851 void AMediaCodecWrapper::OnErrorCB( in OnErrorCB()866 AMediaCodecWrapper::AMediaCodecWrapper(AMediaCodec *aMediaCodec) in AMediaCodecWrapper() function in android::AMediaCodecWrapper870 AMediaCodecWrapper::~AMediaCodecWrapper() { in ~AMediaCodecWrapper()[all …]
192 struct AMediaCodecWrapper : public RefBase { struct200 static sp<AMediaCodecWrapper> CreateCodecByName(const AString &name); argument201 static sp<AMediaCodecWrapper> CreateDecoderByType(const AString &mimeType);219 AMediaCodecWrapper(AMediaCodec *aMediaCodec);271 virtual ~AMediaCodecWrapper();278 DISALLOW_EVIL_CONSTRUCTORS(AMediaCodecWrapper); argument
28 struct AMediaCodecWrapper;80 sp<AMediaCodecWrapper> mCodec;
147 case AMediaCodecWrapper::CB_INPUT_AVAILABLE: in onMessageReceived()156 case AMediaCodecWrapper::CB_OUTPUT_AVAILABLE: in onMessageReceived()174 case AMediaCodecWrapper::CB_OUTPUT_FORMAT_CHANGED: in onMessageReceived()183 case AMediaCodecWrapper::CB_ERROR: in onMessageReceived()307 mCodec = AMediaCodecWrapper::CreateDecoderByType(mime); in onConfigure()315 mCodec = AMediaCodecWrapper::CreateCodecByName(mComponentName); in onConfigure()