Searched refs:pending (Results 1 – 3 of 3) sorted by relevance
/device/moto/shamu/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 2687 Vector<PendingBufferInfo> pending; in flush() local 2688 pending.add(*k); in flush() 2689 flushMap.add(k->frame_number, pending); in flush() 2691 Vector<PendingBufferInfo> &pending = in flush() local 2693 pending.add(*k); in flush() 2705 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(i); in flush() local 2710 __func__, frame_number, pending.size()); in flush() 2712 pStream_Buf = new camera3_stream_buffer_t[pending.size()]; in flush() 2719 for (size_t j = 0; j < pending.size(); j++) { in flush() 2720 const PendingBufferInfo &info = pending.itemAt(j); in flush() [all …]
|
/device/huawei/angler/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 9577 Vector<PendingBufferInfo> pending; in notifyErrorForPendingRequests() local 9578 pending.add(*k); in notifyErrorForPendingRequests() 9579 flushMap.add(k->frame_number, pending); in notifyErrorForPendingRequests() 9581 Vector<PendingBufferInfo> &pending = in notifyErrorForPendingRequests() local 9583 pending.add(*k); in notifyErrorForPendingRequests() 9595 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); in notifyErrorForPendingRequests() local 9600 __func__, frame_number, pending.size()); in notifyErrorForPendingRequests() 9602 pStream_Buf = new camera3_stream_buffer_t[pending.size()]; in notifyErrorForPendingRequests() 9607 memset(pStream_Buf, 0, sizeof(camera3_stream_buffer_t)*pending.size()); in notifyErrorForPendingRequests() 9609 for (size_t j = 0; j < pending.size(); j++) { in notifyErrorForPendingRequests() [all …]
|
/device/lge/bullhead/camera/QCamera2/HAL3/ |
D | QCamera3HWI.cpp | 9574 Vector<PendingBufferInfo> pending; in notifyErrorForPendingRequests() local 9575 pending.add(*k); in notifyErrorForPendingRequests() 9576 flushMap.add(k->frame_number, pending); in notifyErrorForPendingRequests() 9578 Vector<PendingBufferInfo> &pending = in notifyErrorForPendingRequests() local 9580 pending.add(*k); in notifyErrorForPendingRequests() 9592 const Vector<PendingBufferInfo> &pending = flushMap.valueAt(iFlush); in notifyErrorForPendingRequests() local 9597 __func__, frame_number, pending.size()); in notifyErrorForPendingRequests() 9599 pStream_Buf = new camera3_stream_buffer_t[pending.size()]; in notifyErrorForPendingRequests() 9604 memset(pStream_Buf, 0, sizeof(camera3_stream_buffer_t)*pending.size()); in notifyErrorForPendingRequests() 9606 for (size_t j = 0; j < pending.size(); j++) { in notifyErrorForPendingRequests() [all …]
|