Searched defs:BurstCapture (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/camera2/
H A DBurstCapture.cpp18 #define LOG_TAG "Camera2-BurstCapture"
23 #include "BurstCapture.h"
31 BurstCapture::BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer): function in class:android::camera2::BurstCapture
38 BurstCapture::~BurstCapture() {
41 status_t BurstCapture::start(Vector<CameraMetadata> &metadatas, int32_t firstCaptureId) {
46 void BurstCapture::onFrameAvailable() {
55 bool BurstCapture::threadLoop() {
76 CpuConsumer::LockedBuffer* BurstCapture
[all...]
H A DBurstCapture.h34 class BurstCapture : public virtual Thread, class in namespace:android::camera2
38 BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer);
39 virtual ~BurstCapture();

Completed in 1034 milliseconds