Lines Matching refs:bufferId
226 doneWithFrame_impl(buffer.bufferId, buffer.memHandle); in doneWithFrame()
312 doneWithFrame_impl(buffer.bufferId, buffer.buffer.nativeHandle); in doneWithFrame_1_1()
477 LOG(WARNING) << "Failed to import a buffer " << b.bufferId; in importExternalBuffers()
506 EvsResult EvsV4lCamera::doneWithFrame_impl(const uint32_t bufferId, in doneWithFrame_impl() argument
516 } else if (bufferId >= mBuffers.size()) { in doneWithFrame_impl()
517 LOG(ERROR) << "Ignoring doneWithFrame called with invalid bufferId " << bufferId in doneWithFrame_impl()
519 } else if (!mBuffers[bufferId].inUse) { in doneWithFrame_impl()
520 LOG(ERROR) << "Ignoring doneWithFrame called on frame " << bufferId in doneWithFrame_impl()
524 mBuffers[bufferId].inUse = false; in doneWithFrame_impl()
529 if (bufferId >= mFramesAllowed) { in doneWithFrame_impl()
533 rec.handle = mBuffers[bufferId].handle; in doneWithFrame_impl()
534 mBuffers[bufferId].handle = nullptr; in doneWithFrame_impl()
735 bufDesc_1_1.bufferId = idx; in forwardFrame()
794 bufDesc_1_1.bufferId, in forwardFrame()
803 << " as id " << bufDesc_1_1.bufferId; in forwardFrame()