Searched refs:captureYU12 (Results 1 – 5 of 5) sorted by relevance
/device/generic/goldfish/camera/qemu-pipeline3/ |
D | QemuSensor.h | 199 void captureYU12(uint32_t width, uint32_t height, uint32_t stride, 203 void captureYU12(uint8_t *img, uint32_t width, uint32_t height,
|
D | QemuSensor.cpp | 353 captureYU12(b.width, b.height, b.stride, ×tamp, b.buffer); in threadLoop() 355 captureYU12(b.img, b.width, b.height, b.stride, ×tamp); in threadLoop() 505 void QemuSensor::captureYU12(uint8_t *img, uint32_t width, uint32_t height, uint32_t stride, in captureYU12() function in android::QemuSensor 571 void QemuSensor::captureYU12(uint32_t width, uint32_t height, uint32_t stride, in captureYU12() function in android::QemuSensor
|
/device/generic/goldfish/camera/fake-pipeline2/ |
D | Sensor.h | 241 void captureYU12(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height);
|
D | Sensor.cpp | 356 captureYU12(b.img, gain, b.width, b.height); in threadLoop() 509 void Sensor::captureYU12(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height) { in captureYU12() function in android::Sensor
|
/device/generic/goldfish/camera/ |
D | EmulatorCameraTest.cpp | 95 void captureYU12(uint8_t *img, uint32_t gain, uint32_t width, uint32_t height, Scene& scene, uint32… in captureYU12() function 208 captureYU12(buf.data(), 0, width, height, scene, sceneWidth, sceneHeight); in main()
|