HomeSort by relevance Sort by last modified time
    Searched refs:startDevice (Results 1 - 6 of 6) sorted by null

  /development/tools/emulator/system/camera/
EmulatedQemuCameraDevice.h 71 status_t startDevice(int width, int height, uint32_t pix_fmt);
EmulatedFakeCameraDevice.h 75 status_t startDevice(int width, int height, uint32_t pix_fmt);
EmulatedCameraDevice.h 93 virtual status_t startDevice(int width, int height, uint32_t pix_fmt) = 0;
281 /* Performs common validation and calculation of startDevice parameters.
283 * width, height, pix_fmt - Parameters passed to the startDevice method.
EmulatedQemuCameraDevice.cpp 134 status_t EmulatedQemuCameraDevice::startDevice(int width,
EmulatedFakeCameraDevice.cpp 104 status_t EmulatedFakeCameraDevice::startDevice(int width,
EmulatedCamera.cpp 391 res = camera_dev->startDevice(width, height, org_fmt);
608 res = camera_dev->startDevice(width, height, org_fmt);
    [all...]

Completed in 132 milliseconds