Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/
DEmulatedCameraDevice.cpp172 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()
216 mFrameHeight = height; in commonStartDevice()
228 reinterpret_cast<const char*>(&mPixelFormat), mFrameWidth, mFrameHeight); in commonStartDevice()
234 mFrameWidth = mFrameHeight = mTotalPixels = 0; in commonStopDevice()
DEmulatedFakeCameraDevice.cpp269 for(int y = 0; y < mFrameHeight; y++) { in drawCheckerboard()
319 const int square_ystop = min(mFrameHeight, y + size); in drawSquare()
363 const int change_color_at = mFrameHeight / 4; in drawStripes()
366 for (int y = 0; y < mFrameHeight; y++, pY += mFrameWidth) { in drawStripes()
DEmulatedCameraDevice.h208 return mFrameHeight; in getFrameHeight()
513 int mFrameHeight; variable
DEmulatedQemuCameraDevice.cpp169 res = mQemuClient.queryStart(mPixelFormat, mFrameWidth, mFrameHeight); in startDevice()
174 mFrameWidth, mFrameHeight); in startDevice()