Searched refs:mStride (Results 1 – 7 of 7) sorted by relevance
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Smm/ |
D | CpuIo2Smm.c | 39 UINT8 mStride[] = { variable 129 if ((Address & (UINT64)(mStride[Width] - 1)) != 0) { in CpuIoCheckParameter() 181 Stride = mStride[Width]; in CpuMemoryServiceRead() 241 Stride = mStride[Width]; in CpuMemoryServiceWrite() 301 Stride = mStride[Width]; in CpuIoServiceRead() 363 Stride = mStride[Width]; in CpuIoServiceWrite()
|
/device/lge/bullhead/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 1490 mWidth = mHeight = mStride = mScanline = 0; in QCameraGrallocMemory() 1534 mStride = stride; in setWindowInfo() 1636 err = mWindow->set_buffers_geometry(mWindow, mStride, mScanline, mFormat); in allocate() 1661 __func__, gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()
|
D | QCameraMem.h | 248 int mWidth, mHeight, mFormat, mStride, mScanline; variable
|
/device/huawei/angler/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 1493 mWidth = mHeight = mStride = mScanline = 0; in QCameraGrallocMemory() 1538 mStride = stride; in setWindowInfo() 1640 err = mWindow->set_buffers_geometry(mWindow, mStride, mScanline, mFormat); in allocate() 1665 __func__, gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()
|
D | QCameraMem.h | 252 int mWidth, mHeight, mFormat, mStride, mScanline; variable
|
/device/google/marlin/camera/QCamera2/HAL/ |
D | QCameraMem.cpp | 1741 mWidth = mHeight = mStride = mScanline = mUsage = 0; in QCameraGrallocMemory() 1787 mStride = stride; in setWindowInfo() 2083 err = mWindow->set_buffers_geometry(mWindow, mStride, mScanline, mFormat); in allocate() 2109 gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()
|
D | QCameraMem.h | 283 int mWidth, mHeight, mFormat, mStride, mScanline, mUsage, mMaxFPS; variable
|