Lines Matching refs:CameraRotator
46 const nsecs_t CameraRotator::kExposureTimeRange[2] =
48 const nsecs_t CameraRotator::kFrameDurationRange[2] =
50 const nsecs_t CameraRotator::kMinVerticalBlank = 10000L;
52 const int32_t CameraRotator::kSensitivityRange[2] = {100, 1600};
53 const uint32_t CameraRotator::kDefaultSensitivity = 100;
55 const char CameraRotator::kHostCameraVerString[] = "ro.boot.qemu.camera_protocol_ver";
77 CameraRotator::CameraRotator(int width, int height): in CameraRotator() function in android::CameraRotator
98 CameraRotator::~CameraRotator() { in ~CameraRotator()
102 status_t CameraRotator::startUp() { in startUp()
120 status_t CameraRotator::shutDown() { in shutDown()
139 void CameraRotator::setExposureTime(uint64_t ns) { in setExposureTime()
143 void CameraRotator::setSensitivity(uint32_t gain) { in setSensitivity()
147 void CameraRotator::setFrameDuration(uint64_t ns) { in setFrameDuration()
153 void CameraRotator::setDestinationBuffers(Buffers *buffers) { in setDestinationBuffers()
158 void CameraRotator::setFrameNumber(uint32_t frameNumber) { in setFrameNumber()
163 bool CameraRotator::waitForVSync(nsecs_t reltime) { in waitForVSync()
176 bool CameraRotator::waitForNewFrame(nsecs_t reltime, nsecs_t *captureTime) { in waitForNewFrame()
195 CameraRotator::CameraRotatorListener::~CameraRotatorListener() { in ~CameraRotatorListener()
198 void CameraRotator::setCameraRotatorListener(CameraRotatorListener *listener) { in setCameraRotatorListener()
203 status_t CameraRotator::readyToRun() { in readyToRun()
211 bool CameraRotator::threadLoop() { in threadLoop()
415 void CameraRotator::captureRGBA(uint8_t *img, uint32_t width, uint32_t height, in captureRGBA()
482 void CameraRotator::captureRGBA(uint32_t width, uint32_t height, in captureRGBA()
522 void CameraRotator::captureRGB(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, int6… in captureRGB()
526 void CameraRotator::captureYU12(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, in captureYU12()
593 void CameraRotator::captureYU12(uint32_t width, uint32_t height, uint32_t stride, in captureYU12()
632 status_t CameraRotator::queryFrame(void* vframe, in queryFrame()
651 status_t CameraRotator::queryFrame(int wdith, in queryFrame()
663 status_t CameraRotator::queryStop() { in queryStop()
667 status_t CameraRotator::queryStart() { in queryStart()
671 status_t CameraRotator::queryStart(uint32_t fmt, int w, int h) { in queryStart()