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

/frameworks/av/services/camera/libcameraservice/camera2/
H A DStreamingProcessor.h39 class StreamingProcessor: public BufferItemConsumer::FrameAvailableListener { class in namespace:android::camera2
41 StreamingProcessor(wp<Camera2Client> client);
42 ~StreamingProcessor();
H A DStreamingProcessor.cpp17 #define LOG_TAG "Camera2-StreamingProcessor"
26 #include "StreamingProcessor.h"
34 StreamingProcessor::StreamingProcessor(wp<Camera2Client> client): function in class:android::camera2::StreamingProcessor
46 StreamingProcessor::~StreamingProcessor() {
51 status_t StreamingProcessor::setPreviewWindow(sp<ANativeWindow> window) {
65 bool StreamingProcessor::haveValidPreviewWindow() const {
70 status_t StreamingProcessor::updatePreviewRequest(const Parameters &params) {
106 status_t StreamingProcessor
[all...]

Completed in 40 milliseconds