Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.cpp53 mHeight(height), in QemuSensor()
382 mWidth, mHeight); in captureRGBA()
388 mWidth, mHeight); in captureRGBA()
451 mWidth, mHeight); in captureNV21()
457 mWidth, mHeight); in captureNV21()
DQemuSensor.h116 const uint32_t mWidth, mHeight; variable
/device/google/marlin/camera/QCamera2/HAL/
DQCameraMem.h283 int mWidth, mHeight, mFormat, mStride, mScanline, mUsage, mMaxFPS; variable
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()