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.h 45 class ZslProcessor :
49 ZslProcessor(sp<Camera2Client> client, wp<CaptureSequencer> sequencer);
50 ~ZslProcessor();
88 InputProducerListener(wp<ZslProcessor> parent) : mParent(parent) {}
93 wp<ZslProcessor> mParent;
ZslProcessor.cpp 17 #define LOG_TAG "Camera2-ZslProcessor"
37 #include "api1/client2/ZslProcessor.h"
125 ZslProcessor::ZslProcessor(
180 ZslProcessor::~ZslProcessor() {
185 void ZslProcessor::onResultAvailable(const CaptureResult &result) {
215 status_t ZslProcessor::updateStream(const Parameters &params) {
332 status_t ZslProcessor::deleteStream() {
386 int ZslProcessor::getStreamId() const
    [all...]

Completed in 213 milliseconds