Home | History | Annotate | Download | only in rs

Lines Matching refs:mGrallocConsumer

155     if (mGrallocConsumer) {
156 mGrallocConsumer->releaseIdx(mCurrentIdx);
157 if (!mGrallocConsumer->isActive()) {
158 delete mGrallocConsumer;
160 mGrallocConsumer = nullptr;
586 mGrallocConsumer = new GrallocConsumer(rsc, this, numAlloc);
601 return mGrallocConsumer->getNativeWindow();
609 mGrallocConsumer = alloc->mGrallocConsumer;
610 mCurrentIdx = mGrallocConsumer->getNextAvailableIdx(this);
611 if (mCurrentIdx >= mGrallocConsumer->mNumAlloc) {
634 media_status_t ret = mGrallocConsumer->lockNextBuffer(mCurrentIdx);