• Home
  • Raw
  • Download

Lines Matching refs:EmulatedCameraDevice

42 EmulatedCameraDevice::EmulatedCameraDevice(EmulatedCamera* camera_hal)  in EmulatedCameraDevice()  function in android::EmulatedCameraDevice
53 EmulatedCameraDevice::~EmulatedCameraDevice() in ~EmulatedCameraDevice()
67 status_t EmulatedCameraDevice::Initialize() in Initialize()
80 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) in startDeliveringFrames()
95 status_t EmulatedCameraDevice::stopDeliveringFrames() in stopDeliveringFrames()
109 status_t EmulatedCameraDevice::setPreviewFrameRate(int framesPerSecond) { in setPreviewFrameRate()
117 void EmulatedCameraDevice::setExposureCompensation(const float ev) { in setExposureCompensation()
128 void EmulatedCameraDevice::initializeWhiteBalanceModes(const char* mode, in initializeWhiteBalanceModes()
137 void EmulatedCameraDevice::setWhiteBalanceMode(const char* mode) { in setWhiteBalanceMode()
147 void EmulatedCameraDevice::changeWhiteBalance(uint8_t& y, in changeWhiteBalance()
161 void EmulatedCameraDevice::checkAutoFocusTrigger() { in checkAutoFocusTrigger()
173 status_t EmulatedCameraDevice::getCurrentFrameImpl(const uint8_t* source, in getCurrentFrameImpl()
223 status_t EmulatedCameraDevice::getCurrentFrame(void* buffer, in getCurrentFrame()
252 status_t EmulatedCameraDevice::getCurrentPreviewFrame(void* buffer, in getCurrentPreviewFrame()
297 const void* EmulatedCameraDevice::getCurrentFrame() { in getCurrentFrame()
304 EmulatedCameraDevice::FrameLock::FrameLock(EmulatedCameraDevice& cameraDevice) in FrameLock()
309 EmulatedCameraDevice::FrameLock::~FrameLock() { in ~FrameLock()
313 status_t EmulatedCameraDevice::setAutoFocus() { in setAutoFocus()
318 status_t EmulatedCameraDevice::cancelAutoFocus() { in cancelAutoFocus()
323 bool EmulatedCameraDevice::requestRestart(int width, int height, in requestRestart()
340 status_t EmulatedCameraDevice::commonStartDevice(int width, in commonStartDevice()
387 void EmulatedCameraDevice::commonStopDevice() in commonStopDevice()
403 status_t EmulatedCameraDevice::startWorkerThread(bool one_burst) in startWorkerThread()
427 status_t EmulatedCameraDevice::stopWorkerThread() in stopWorkerThread()
452 EmulatedCameraDevice::CameraThread::CameraThread(EmulatedCameraDevice* dev, in CameraThread()
468 const void* EmulatedCameraDevice::CameraThread::getPrimaryBuffer() const { in getPrimaryBuffer()
475 int64_t EmulatedCameraDevice::CameraThread::getPrimaryTimestamp() const { in getPrimaryTimestamp()
482 void EmulatedCameraDevice::CameraThread::lockPrimaryBuffer() { in lockPrimaryBuffer()
486 void EmulatedCameraDevice::CameraThread::unlockPrimaryBuffer() { in unlockPrimaryBuffer()
491 EmulatedCameraDevice::CameraThread::waitForFrameOrTimeout(nsecs_t timeout) { in waitForFrameOrTimeout()
512 bool EmulatedCameraDevice::CameraThread::inWorkerThread() { in inWorkerThread()
537 status_t EmulatedCameraDevice::CameraThread::onThreadStart() { in onThreadStart()
550 void EmulatedCameraDevice::CameraThread::onThreadExit() { in onThreadExit()
559 EmulatedCameraDevice::CameraThread::FrameProducer::FrameProducer( in FrameProducer()
560 EmulatedCameraDevice* dev, in FrameProducer()
578 EmulatedCameraDevice::CameraThread::FrameProducer::getPrimaryBuffer() const { in getPrimaryBuffer()
583 EmulatedCameraDevice::CameraThread::FrameProducer::getPrimaryTimestamp() const { in getPrimaryTimestamp()
587 void EmulatedCameraDevice::CameraThread::FrameProducer::lockPrimaryBuffer() { in lockPrimaryBuffer()
590 void EmulatedCameraDevice::CameraThread::FrameProducer::unlockPrimaryBuffer() { in unlockPrimaryBuffer()
594 void EmulatedCameraDevice::CameraThread::requestRestart(int width, in requestRestart()
608 bool EmulatedCameraDevice::CameraThread::FrameProducer::hasFrame() const { in hasFrame()
612 bool EmulatedCameraDevice::CameraThread::checkRestartRequest() { in checkRestartRequest()
661 bool EmulatedCameraDevice::CameraThread::FrameProducer::inWorkerThread() { in inWorkerThread()
694 void EmulatedCameraDevice::lockCurrentFrame() { in lockCurrentFrame()
698 void EmulatedCameraDevice::unlockCurrentFrame() { in unlockCurrentFrame()