Home
last modified time | relevance | path

Searched refs:mScaledYu12Frames (Results 1 – 3 of 3) sorted by relevance

/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDeviceSession.cpp972 auto it = mScaledYu12Frames.find(outSz); in cropAndScaleLocked()
974 if (it != mScaledYu12Frames.end()) { in cropAndScaleLocked()
1021 mScaledYu12Frames.insert({outSz, scaledYu12Buf}); in cropAndScaleLocked()
1588 mScaledYu12Frames.clear(); in threadLoop()
1605 if (mScaledYu12Frames.size() != 0) { in allocateIntermediateBuffers()
1607 __FUNCTION__, mScaledYu12Frames.size()); in allocateIntermediateBuffers()
/hardware/interfaces/camera/device/3.4/default/include/ext_device_v3_4_impl/
DExternalCameraDeviceSession.h181 std::unordered_map<Size, sp<AllocatedFrame>, SizeHasher> mScaledYu12Frames; member
/hardware/interfaces/camera/device/3.6/default/
DExternalCameraOfflineSession.cpp272 mScaledYu12Frames.clear(); in threadLoop()