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

  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 17 #define LOG_TAG "Camera2-ZslProcessor"
37 #include "api1/client2/ZslProcessor.h"
42 ZslProcessor::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::updateStream(const Parameters &params)
    [all...]
ZslProcessor.h 45 class ZslProcessor:
52 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
53 ~ZslProcessor();

Completed in 1229 milliseconds