Home
last modified time | relevance | path

Searched refs:mStride (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/UefiCpuPkg/CpuIo2Smm/
DCpuIo2Smm.c39 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/
DQCameraMem.cpp1490 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()
DQCameraMem.h248 int mWidth, mHeight, mFormat, mStride, mScanline; variable
/device/huawei/angler/camera/QCamera2/HAL/
DQCameraMem.cpp1493 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()
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()
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()
DQCameraMem.h283 int mWidth, mHeight, mFormat, mStride, mScanline, mUsage, mMaxFPS; variable