Home
last modified time | relevance | path

Searched refs:mAsyncNotify (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/ndk/
DNdkMediaCodec.cpp118 sp<AMessage> mAsyncNotify; member
614 if (mData->mAsyncNotify == NULL) { in AMediaCodec_setAsyncNotifyCallback()
615 mData->mAsyncNotify = new AMessage(kWhatAsyncNotify, mData->mHandler); in AMediaCodec_setAsyncNotifyCallback()
625 status_t err = mData->mCodec->setCallback(mData->mAsyncNotify); in AMediaCodec_setAsyncNotifyCallback()
708 if (mData->mAsyncNotify != NULL) { in AMediaCodec_getInputBuffer()
749 if (mData->mAsyncNotify != NULL) { in AMediaCodec_getOutputBuffer()
/frameworks/av/services/camera/libcameraservice/api2/
DHeicCompositeStream.h141 sp<AMessage> mAsyncNotify, mGainmapAsyncNotify; variable
DHeicCompositeStream.cpp1960 mAsyncNotify = new AMessage(kWhatCallbackNotify, mCodecCallbackHandler); in initializeCodec()
1961 res = mCodec->setCallback(mAsyncNotify); in initializeCodec()
2066 mAsyncNotify.clear(); in deinitCodec()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp5757 AsyncNotifyPost(const sp<AMessage> &asyncNotify) : mAsyncNotify(asyncNotify) {} in onMessageReceived()
5759 if (mAsyncNotify) { in onMessageReceived()
5760 mAsyncNotify->post(); in onMessageReceived()
5763 void clear() { mAsyncNotify.clear(); } in onMessageReceived()
5765 sp<AMessage> mAsyncNotify; in onMessageReceived() member