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

/frameworks/av/include/media/stagefright/
H A DACodec.h502 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
504 bool allYourBuffersAreBelongToUs();
/frameworks/av/media/libstagefright/
H A DACodec.cpp4465 bool ACodec::allYourBuffersAreBelongToUs( function in class:android::ACodec
4482 bool ACodec::allYourBuffersAreBelongToUs() { function in class:android::ACodec
4483 return allYourBuffersAreBelongToUs(kPortIndexInput)
4484 && allYourBuffersAreBelongToUs(kPortIndexOutput);
6833 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) {
6836 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) {
7565 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) {
7788 && mCodec->allYourBuffersAreBelongToUs()) {

Completed in 1196 milliseconds