Searched refs:BurstCapture (Results 1 - 5 of 5) 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();
H A DCaptureSequencer.h37 class BurstCapture;
109 sp<BurstCapture> mBurstCapture;
H A DCaptureSequencer.cpp26 #include "BurstCapture.h"
553 mBurstCapture = new BurstCapture(client, this);
/frameworks/av/services/camera/libcameraservice/
H A DAndroid.mk21 camera2/BurstCapture.cpp \

Completed in 60 milliseconds