Searched refs:mScaledYu12Frames (Results 1 – 2 of 2) sorted by relevance
1078 auto it = mScaledYu12Frames.find(outSz); in cropAndScaleLocked()1080 if (it != mScaledYu12Frames.end()) { in cropAndScaleLocked()1127 mScaledYu12Frames.insert({outSz, scaledYu12Buf}); in cropAndScaleLocked()1969 mScaledYu12Frames.clear(); in threadLoop()1986 if (mScaledYu12Frames.size() != 0) { in allocateIntermediateBuffers()1988 __FUNCTION__, mScaledYu12Frames.size()); in allocateIntermediateBuffers()
330 std::unordered_map<Size, sp<AllocatedFrame>, SizeHasher> mScaledYu12Frames; member