/device/google/cuttlefish/guest/hals/camera/ |
D | EmulatedQemuCameraDevice.h | 71 status_t startDevice(int width, int height, uint32_t pix_fmt, int fps);
|
D | EmulatedFakeCameraDevice.h | 75 status_t startDevice(int width, int height, uint32_t pix_fmt, int fps);
|
D | EmulatedCameraDevice.h | 98 virtual status_t startDevice(int width, int height, uint32_t pix_fmt,
|
D | EmulatedQemuCameraDevice.cpp | 127 status_t EmulatedQemuCameraDevice::startDevice(int width, int height, in startDevice() function in android::EmulatedQemuCameraDevice
|
D | EmulatedFakeCameraDevice.cpp | 102 status_t EmulatedFakeCameraDevice::startDevice(int width, int height, in startDevice() function in android::EmulatedFakeCameraDevice
|
D | EmulatedCamera.cpp | 408 res = camera_dev->startDevice(width, height, org_fmt, max_fps_rate); in takePicture() 647 res = camera_dev->startDevice(width, height, org_fmt, max_fps_rate); in doStartPreview()
|
/device/generic/goldfish/camera/ |
D | EmulatedQemuCameraDevice.h | 71 status_t startDevice(int width, int height, uint32_t pix_fmt);
|
D | EmulatedFakeRotatingCameraDevice.h | 68 status_t startDevice(int width, int height, uint32_t pix_fmt);
|
D | EmulatedFakeCameraDevice.h | 75 status_t startDevice(int width, int height, uint32_t pix_fmt);
|
D | EmulatedCameraDevice.h | 98 virtual status_t startDevice(int width, int height, uint32_t pix_fmt) = 0;
|
D | EmulatedQemuCameraDevice.cpp | 130 status_t EmulatedQemuCameraDevice::startDevice(int width, in startDevice() function in android::EmulatedQemuCameraDevice
|
D | EmulatedFakeCameraDevice.cpp | 121 status_t EmulatedFakeCameraDevice::startDevice(int width, in startDevice() function in android::EmulatedFakeCameraDevice
|
D | EmulatedFakeRotatingCameraDevice.cpp | 464 status_t EmulatedFakeRotatingCameraDevice::startDevice(int width, in startDevice() function in android::EmulatedFakeRotatingCameraDevice
|
D | EmulatedCameraDevice.cpp | 635 res = mCameraDevice->startDevice(mRestartWidth, in checkRestartRequest()
|
D | EmulatedCamera.cpp | 866 res = camera_dev->startDevice(width, height, org_fmt); in doStartPreview()
|