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.h509 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
511 bool allYourBuffersAreBelongToUs();
/frameworks/av/media/libstagefright/
DACodec.cpp4837 bool ACodec::allYourBuffersAreBelongToUs( in allYourBuffersAreBelongToUs() function in android::ACodec
4854 bool ACodec::allYourBuffersAreBelongToUs() { in allYourBuffersAreBelongToUs() function in android::ACodec
4855 return allYourBuffersAreBelongToUs(kPortIndexInput) in allYourBuffersAreBelongToUs()
4856 && allYourBuffersAreBelongToUs(kPortIndexOutput); in allYourBuffersAreBelongToUs()
6857 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) { in stateEntered()
6860 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) { in stateEntered()
8035 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()
8272 && mCodec->allYourBuffersAreBelongToUs()) { in changeStateIfWeOwnAllBuffers()