HomeSort by relevance Sort by last modified time
    Searched refs:BurstCapture (Results 1 - 5 of 5) 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();
CaptureSequencer.h 37 class BurstCapture;
109 sp<BurstCapture> mBurstCapture;
CaptureSequencer.cpp 27 #include "api1/client2/BurstCapture.h"
620 mBurstCapture = new BurstCapture(client, this);
  /frameworks/av/services/camera/libcameraservice/
Android.mk 23 api1/client2/BurstCapture.cpp \

Completed in 45 milliseconds