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.h576 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
578 bool allYourBuffersAreBelongToUs();
/frameworks/av/media/libstagefright/
DACodec.cpp5206 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec
5223 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec
5224 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()
5225 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()
7483 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()
7486 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()
7583 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in onOMXEvent()
7587 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in onOMXEvent()
8917 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()
9173 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()