Home
last modified time | relevance | path

Searched refs:mLastFrame (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowFrames.java73 final Rect mLastFrame = new Rect(); field in WindowFrames
124 return (mLastFrame.width() != mFrame.width()) || (mLastFrame.height() != mFrame.height()); in didFrameSizeChange()
203 + " last=" + mLastFrame.toShortString(sTmpSB)); in dump()
H A DWindowState.java1403 if (!windowFrames.mFrame.equals(windowFrames.mLastFrame)) { in computeFrame()
1556 + " last=" + mWindowFrames.mLastFrame + " frame=" + mWindowFrames.mFrame); in updateResizingWindowIfNeeded()
5348 mWindowFrames.mLastFrame.set(mWindowFrames.mFrame); in updateLastFrames()
5397 transformFrameToSurfacePosition(mWindowFrames.mLastFrame.left, mWindowFrames.mLastFrame.top, in startMoveAnimation()
/aosp12/frameworks/av/include/media/
H A DVolumeShaper.h883 , mLastFrame(0) in VolumeHandler()
982 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
1000 const int64_t frameCount = clockTime ? VolumeShaper::getNowUs() : mLastFrame; in applyVolumeShaper()
1034 mLastFrame = trackFrameCount; in getVolume()
1055 (void)getVolume(mLastFrame); // getVolume() will start the individual VolumeShapers. in setStarted()
1067 ss << ", mLastFrame=" << mLastFrame; in toString()
1094 mLastFrame = 0; in reset()
1145 int64_t mLastFrame; // logging purpose only, 0 on start variable
/aosp12/frameworks/av/services/camera/libcameraservice/common/
H A DFrameProcessorBase.cpp97 lastFrame = CameraMetadata(mLastFrame); in dump()
163 mLastFrame.acquire(result.mMetadata); in processNewFrames()
H A DFrameProcessorBase.h88 CameraMetadata mLastFrame; variable
/aosp12/hardware/interfaces/camera/device/3.2/default/
H A DCameraDeviceSession.cpp420 batch->mLastFrame = batch->mFirstFrame + batch->mBatchSize - 1; in registerBatch()
438 uint32_t frameMax = mInflightBatches[numBatches - 1]->mLastFrame; in getBatch()
444 frameNumber <= mInflightBatches[i]->mLastFrame) { in getBatch()
708 if (frameNumber == batch->mLastFrame) { in notify()
714 if (frameNumber == batch->mLastFrame) { in notify()
816 if (result.frameNumber == batch->mLastFrame) { in processCaptureResult()
829 if (result.frameNumber == batch->mLastFrame) { in processCaptureResult()
H A DCameraDeviceSession.h208 uint32_t mLastFrame; member
/aosp12/hardware/interfaces/camera/device/3.4/default/
H A DCameraDeviceSession.cpp682 if (result.v3_2.frameNumber == batch->mLastFrame) { in processCaptureResult_3_4()
695 if (result.v3_2.frameNumber == batch->mLastFrame) { in processCaptureResult_3_4()