Searched refs:EmulatedCameraDevice (Results 1 – 17 of 17) sorted by relevance
36 EmulatedCameraDevice::EmulatedCameraDevice(EmulatedCamera* camera_hal) in EmulatedCameraDevice() function in android::EmulatedCameraDevice48 EmulatedCameraDevice::~EmulatedCameraDevice() in ~EmulatedCameraDevice()65 status_t EmulatedCameraDevice::Initialize() in Initialize()85 status_t EmulatedCameraDevice::startDeliveringFrames(bool one_burst) in startDeliveringFrames()100 status_t EmulatedCameraDevice::stopDeliveringFrames() in stopDeliveringFrames()114 void EmulatedCameraDevice::setExposureCompensation(const float ev) { in setExposureCompensation()125 void EmulatedCameraDevice::initializeWhiteBalanceModes(const char* mode, in initializeWhiteBalanceModes()134 void EmulatedCameraDevice::setWhiteBalanceMode(const char* mode) { in setWhiteBalanceMode()144 void EmulatedCameraDevice::changeWhiteBalance(uint8_t& y, in changeWhiteBalance()158 status_t EmulatedCameraDevice::getCurrentPreviewFrame(void* buffer) in getCurrentPreviewFrame()[all …]
27 class EmulatedCameraDevice; variable104 EmulatedCameraDevice* camera_dev);128 bool adjustPreviewDimensions(EmulatedCameraDevice* camera_dev);
46 class EmulatedCameraDevice {53 explicit EmulatedCameraDevice(EmulatedCamera* camera_hal);56 virtual ~EmulatedCameraDevice();365 inline explicit WorkerThread(EmulatedCameraDevice* camera_dev) in WorkerThread()453 EmulatedCameraDevice* mCameraDevice;
31 : EmulatedCameraDevice(camera_hal), in EmulatedQemuCameraDevice()59 res = EmulatedCameraDevice::Initialize(); in Initialize()152 status_t res = EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt); in startDevice()203 EmulatedCameraDevice::commonStopDevice(); in stopDevice()226 return EmulatedCameraDevice::getCurrentPreviewFrame(buffer); in getCurrentPreviewFrame()
29 class EmulatedCameraDevice; variable162 EmulatedCameraDevice* camera_dev);
58 EmulatedCameraDevice* getCameraDevice();
106 EmulatedCameraDevice* camera_dev) in onNextFrameAvailable()188 bool PreviewWindow::adjustPreviewDimensions(EmulatedCameraDevice* camera_dev) in adjustPreviewDimensions()
57 EmulatedCameraDevice* getCameraDevice();
67 virtual EmulatedCameraDevice* getCameraDevice() = 0;94 EmulatedCameraDevice* camera_dev);
34 class EmulatedQemuCameraDevice : public EmulatedCameraDevice {
31 : EmulatedCameraDevice(camera_hal), in EmulatedFakeCameraDevice()122 EmulatedCameraDevice::commonStartDevice(width, height, pix_fmt); in startDevice()182 EmulatedCameraDevice::commonStopDevice(); in stopDevice()
85 EmulatedCameraDevice* EmulatedFakeCamera::getCameraDevice() in getCameraDevice()
47 class EmulatedFakeCameraDevice : public EmulatedCameraDevice {
171 EmulatedCameraDevice* camera_dev) in onNextFrameAvailable()195 EmulatedCameraDevice* const camera_dev = getCameraDevice(); in connectCamera()377 EmulatedCameraDevice* const camera_dev = getCameraDevice(); in takePicture()539 EmulatedCameraDevice* camera_dev = getCameraDevice(); in doStartPreview()659 EmulatedCameraDevice* const camera_dev = getCameraDevice(); in cleanupCamera()
114 EmulatedCameraDevice* EmulatedQemuCamera::getCameraDevice() in getCameraDevice()
49 EmulatedCameraDevice.cpp \
213 EmulatedCameraDevice* camera_dev) in onNextFrameAvailable()