Home
last modified time | relevance | path

Searched refs:mInflightRawBoostPresent (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/camera/device/3.3/default/
DCameraDeviceSession.cpp67 if (!mInflightRawBoostPresent.empty()) { in configureStreams_3_3()
70 mInflightRawBoostPresent.size()); in configureStreams_3_3()
/hardware/interfaces/camera/device/3.2/default/
DCameraDeviceSession.cpp1051 if (!mInflightRawBoostPresent.empty()) { in configureStreams()
1054 mInflightRawBoostPresent.size()); in configureStreams()
1312 if (!mInflightRawBoostPresent.empty()) { in close()
1315 mInflightRawBoostPresent.size()); in close()
1390 mInflightRawBoostPresent[frameNumber] = true; in constructCaptureResult()
1392 auto entry = mInflightRawBoostPresent.find(frameNumber); in constructCaptureResult()
1393 if (mInflightRawBoostPresent.end() == entry) { in constructCaptureResult()
1394 mInflightRawBoostPresent[frameNumber] = false; in constructCaptureResult()
1399 if (!mInflightRawBoostPresent[frameNumber]) { in constructCaptureResult()
1411 mInflightRawBoostPresent.erase(frameNumber); in constructCaptureResult()
[all …]
DCameraDeviceSession.h161 std::map<uint32_t, bool> mInflightRawBoostPresent; member
/hardware/interfaces/camera/device/3.4/default/
DCameraDeviceSession.cpp112 if (!mInflightRawBoostPresent.empty()) { in configureStreams_3_4_Impl()
115 mInflightRawBoostPresent.size()); in configureStreams_3_4_Impl()
600 auto boostEntry = d->mInflightRawBoostPresent.find( in sNotify_3_4()
602 if (d->mInflightRawBoostPresent.end() != boostEntry) { in sNotify_3_4()
603 d->mInflightRawBoostPresent.erase( in sNotify_3_4()