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

/frameworks/av/services/camera/libcameraservice/api1/client2/
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*/,
47 void BurstCapture::onFrameAvailable() {
56 bool BurstCapture::threadLoop() {
77 CpuConsumer::LockedBuffer* BurstCapture
[all...]
H A DBurstCapture.h35 class BurstCapture : public virtual Thread, class in namespace:android::camera2
39 BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer);
40 virtual ~BurstCapture();

Completed in 34 milliseconds