Home
last modified time | relevance | path

Searched refs:BurstCapture (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
DBurstCapture.cpp31 BurstCapture::BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer): in BurstCapture() function in android::camera2::BurstCapture
38 BurstCapture::~BurstCapture() { in ~BurstCapture()
41 status_t BurstCapture::start(Vector<CameraMetadata> &/*metadatas*/, in start()
47 void BurstCapture::onFrameAvailable(const BufferItem &/*item*/) { in onFrameAvailable()
56 bool BurstCapture::threadLoop() { in threadLoop()
77 CpuConsumer::LockedBuffer* BurstCapture::jpegEncode( in jpegEncode()
107 status_t BurstCapture::processFrameAvailable(sp<Camera2Client> &/*client*/) { in processFrameAvailable()
DBurstCapture.h35 class BurstCapture : public virtual Thread,
39 BurstCapture(wp<Camera2Client> client, wp<CaptureSequencer> sequencer);
40 virtual ~BurstCapture();
DCaptureSequencer.h38 class BurstCapture; variable
117 sp<BurstCapture> mBurstCapture;
DCaptureSequencer.cpp685 mBurstCapture = new BurstCapture(client, this); in manageBurstCaptureStart()
/frameworks/av/services/camera/libcameraservice/
DAndroid.mk40 api1/client2/BurstCapture.cpp \