Searched refs:mFrameWidth (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/camera/ |
D | EmulatedFakeCameraDevice.cpp | 243 const int size = mFrameWidth / 10; in drawCheckerboard() 272 for(int x = 0; x < mFrameWidth; x += 2) { in drawCheckerboard() 307 const int sqsize = mFrameWidth / 10; in drawCheckerboard() 318 const int square_xstop = min(mFrameWidth, x + size); in drawSquare() 320 uint8_t* Y_pos = mCurrentFrame + y * mFrameWidth + x; in drawSquare() 337 Y_pos += mFrameWidth; in drawSquare() 366 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) { in drawStripes() 386 memset(pY, changeExposure(color->Y), mFrameWidth); in drawStripes()
|
D | EmulatedCameraDevice.cpp | 172 YV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame() 175 YU12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame() 178 NV21ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame() 181 NV12ToRGB32(mCurrentFrame, buffer, mFrameWidth, mFrameHeight); in getCurrentPreviewFrame() 215 mFrameWidth = width; in commonStartDevice() 228 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, mFrameHeight); in commonStartDevice() 234 mFrameWidth = mFrameHeight = mTotalPixels = 0; in commonStopDevice()
|
D | EmulatedCameraDevice.h | 196 return mFrameWidth; in getFrameWidth() 510 int mFrameWidth; variable
|
D | EmulatedQemuCameraDevice.cpp | 169 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight); in startDevice() 174 mFrameWidth, mFrameHeight); in startDevice()
|