HomeSort by relevance Sort by last modified time
    Searched defs:BurstCapture (Results 1 - 2 of 2) sorted by null

  /frameworks/av/services/camera/libcameraservice/api1/client2/
BurstCapture.cpp 18 #define LOG_TAG "Camera2-BurstCapture"
23 #include "BurstCapture.h"
31 BurstCapture::BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer):
38 BurstCapture::~BurstCapture() {
41 status_t BurstCapture::start(Vector<CameraMetadata> &/*metadatas*/,
47 void BurstCapture::onFrameAvailable() {
56 bool BurstCapture::threadLoop() {
77 CpuConsumer::LockedBuffer* BurstCapture::jpegEncode
    [all...]
BurstCapture.h 35 class BurstCapture : public virtual Thread,
39 BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer);
40 virtual ~BurstCapture();

Completed in 120 milliseconds