Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/qemu-pipeline3/
DQemuSensor.cpp52 mWidth(width), 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/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp83 mWidth = (UINT16)Width; in SConfigInfo()
84 mValue = new UINT8[mWidth]; in SConfigInfo()
91 memcpy (mValue, &Value.u8, mWidth); in SConfigInfo()
94 memcpy (mValue, &Value.u16, mWidth); in SConfigInfo()
97 memcpy (mValue, &Value.u32, mWidth); in SConfigInfo()
100 memcpy (mValue, &Value.u64, mWidth); in SConfigInfo()
103 memcpy (mValue, &Value.b, mWidth); in SConfigInfo()
106 memcpy (mValue, &Value.time, mWidth); in SConfigInfo()
109 memcpy (mValue, &Value.date, mWidth); in SConfigInfo()
112 memcpy (mValue, &Value.string, mWidth); in SConfigInfo()
[all …]
DVfrUtilityLib.h50 UINT16 mWidth; member
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
DVfrUtilityLib.cpp82 mWidth = (UINT16)Width; in SConfigInfo()
83 mValue = new UINT8[mWidth]; in SConfigInfo()
90 memcpy (mValue, &Value.u8, mWidth); in SConfigInfo()
93 memcpy (mValue, &Value.u16, mWidth); in SConfigInfo()
96 memcpy (mValue, &Value.u32, mWidth); in SConfigInfo()
99 memcpy (mValue, &Value.u64, mWidth); in SConfigInfo()
102 memcpy (mValue, &Value.b, mWidth); in SConfigInfo()
105 memcpy (mValue, &Value.time, mWidth); in SConfigInfo()
108 memcpy (mValue, &Value.date, mWidth); in SConfigInfo()
111 memcpy (mValue, &Value.string, mWidth); in SConfigInfo()
[all …]
DVfrUtilityLib.h52 UINT16 mWidth; member
/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()
1785 mWidth = width; in setWindowInfo()
2091 err = mWindow->set_crop(mWindow, 0, 0, mWidth, mHeight); in allocate()
2109 gralloc_usage, mWindow, mWidth, mHeight, mStride, in allocate()