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.cpp4917 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec
4934 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec
4935 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()
4936 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()
7037 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()
7040 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()
8290 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()
8545 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()