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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DZslProcessor.cpp17 #define LOG_TAG "Camera2-ZslProcessor"
37 #include "api1/client2/ZslProcessor.h"
42 ZslProcessor::ZslProcessor( function in class:android::camera2::ZslProcessor
64 ZslProcessor::~ZslProcessor() {
69 void ZslProcessor::onFrameAvailable(const BufferItem& /*item*/) {
77 void ZslProcessor::onResultAvailable(const CaptureResult &result) {
95 void ZslProcessor::onBufferReleased(buffer_handle_t *handle) {
115 status_t ZslProcessor
[all...]
H A DZslProcessor.h45 class ZslProcessor: class in namespace:android::camera2
52 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
53 ~ZslProcessor();

Completed in 533 milliseconds