Home
last modified time | relevance | path

Searched refs:mHeight (Results 1 – 6 of 6) sorted by relevance

/device/lge/bullhead/camera/QCamera2/HAL/
DQCameraMem.cpp1490 mWidth = mHeight = mStride = mScanline = 0; in QCameraGrallocMemory()
1533 mHeight = height; in setWindowInfo()
1644 err = mWindow->set_crop(mWindow, 0, 0, mWidth, mHeight); in allocate()
1661 __func__, gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()
DQCameraMem.h248 int mWidth, mHeight, mFormat, mStride, mScanline; variable
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp1493 mWidth = mHeight = mStride = mScanline = 0; in QCameraGrallocMemory()
1537 mHeight = height; in setWindowInfo()
1648 err = mWindow->set_crop(mWindow, 0, 0, mWidth, mHeight); in allocate()
1665 __func__, gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()
DQCameraMem.h252 int mWidth, mHeight, mFormat, mStride, mScanline; variable
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.cpp1741 mWidth = mHeight = mStride = mScanline = mUsage = 0; in QCameraGrallocMemory()
1786 mHeight = height; in setWindowInfo()
2091 err = mWindow->set_crop(mWindow, 0, 0, mWidth, mHeight); in allocate()
2109 gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()
DQCameraMem.h283 int mWidth, mHeight, mFormat, mStride, mScanline, mUsage, mMaxFPS; variable