Home | History | Annotate | Download | only in omx

Lines Matching defs:getSlot

78     slot_id getSlot() const {
195 slot_id getSlot() const {
196 return mBuffer->getSlot();
475 bufferId, cbi, buffer->getSlot(), buffer.use_count(), buffer->getGraphicBuffer()->handle,
643 ALOGV("submitBuffer_l failed, will release bq slot %d", item.mBuffer->getSlot());
652 item.mBuffer->getSlot(), item.mBuffer.use_count(), mNumOutstandingAcquires);
699 mLatestBuffer.mBuffer->getSlot(), mLatestBuffer.mBuffer.use_count());
772 ALOGV("submitBuffer_l [slot=%d, bufferId=%d]", item.mBuffer->getSlot(), codecBufferId);
887 buffer->getSlot(), frameNum, EGL_NO_DISPLAY, EGL_NO_SYNC_KHR,
1000 mLatestBuffer.mBuffer == nullptr ? -2 : mLatestBuffer.mBuffer->getSlot();