Home
last modified time | relevance | path

Searched refs:allYourBuffersAreBelongToUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/include/media/stagefright/
DACodec.h532 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
534 bool allYourBuffersAreBelongToUs();
/frameworks/av/media/libstagefright/
DACodec.cpp4948 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec
4965 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec
4966 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()
4967 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()
7068 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()
7071 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()
8321 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()
8576 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()