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

/frameworks/av/include/media/stagefright/
H A DACodec.h509 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
511 bool allYourBuffersAreBelongToUs();
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h509 bool allYourBuffersAreBelongToUs(OMX_U32 portIndex);
511 bool allYourBuffersAreBelongToUs();
/frameworks/av/media/libstagefright/
H A DACodec.cpp4837 bool ACodec::allYourBuffersAreBelongToUs( function in class:android::ACodec
4854 bool ACodec::allYourBuffersAreBelongToUs() { function in class:android::ACodec
4855 return allYourBuffersAreBelongToUs(kPortIndexInput)
4856 && allYourBuffersAreBelongToUs(kPortIndexOutput);
6857 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexInput)) {
6860 if (mCodec->allYourBuffersAreBelongToUs(kPortIndexOutput)) {
8035 if (mComponentNowIdle && mCodec->allYourBuffersAreBelongToUs()) {
8272 && mCodec->allYourBuffersAreBelongToUs()) {

Completed in 1840 milliseconds