Lines Matching refs:bufferId
232 doneWithFrame_impl(buffer.bufferId, buffer.memHandle); in doneWithFrame()
324 doneWithFrame_impl(buffer.bufferId, buffer.buffer.nativeHandle); in doneWithFrame_1_1()
511 LOG(WARNING) << "Failed to import a buffer " << b.bufferId; in importExternalBuffers()
541 EvsResult EvsV4lCamera::doneWithFrame_impl(const uint32_t bufferId, in doneWithFrame_impl() argument
551 } else if (bufferId >= mBuffers.size()) { in doneWithFrame_impl()
552 LOG(ERROR) << "Ignoring doneWithFrame called with invalid bufferId " << bufferId in doneWithFrame_impl()
554 } else if (!mBuffers[bufferId].inUse) { in doneWithFrame_impl()
555 LOG(ERROR) << "Ignoring doneWithFrame called on frame " << bufferId in doneWithFrame_impl()
559 mBuffers[bufferId].inUse = false; in doneWithFrame_impl()
564 if (bufferId >= mFramesAllowed) { in doneWithFrame_impl()
568 rec.handle = mBuffers[bufferId].handle; in doneWithFrame_impl()
569 mBuffers[bufferId].handle = nullptr; in doneWithFrame_impl()
779 bufDesc_1_1.bufferId = idx; in forwardFrame()
842 bufDesc_1_1.bufferId, in forwardFrame()
852 << " as id " << bufDesc_1_1.bufferId; in forwardFrame()