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.h545 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
547 bool allYourBuffersAreBelongToUs();
/frameworks/av/media/libstagefright/
DACodec.cpp5014 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec
5031 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec
5032 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()
5033 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()
7144 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()
7147 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()
8411 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()
8666 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()