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

/frameworks/av/services/camera/libcameraservice/camera2/
H A DFrameProcessor.h38 class FrameProcessor: public Thread { class in namespace:android::camera2
40 FrameProcessor(wp<Camera2Client> client);
41 ~FrameProcessor();
H A DFrameProcessor.cpp17 #define LOG_TAG "Camera2-FrameProcessor"
24 #include "FrameProcessor.h"
31 FrameProcessor::FrameProcessor(wp<Camera2Client> client): function in class:android::camera2::FrameProcessor
35 FrameProcessor::~FrameProcessor() {
39 status_t FrameProcessor::registerListener(int32_t minId,
49 status_t FrameProcessor::removeListener(int32_t minId,
65 void FrameProcessor::dump(int fd, const Vector<String16>& args) {
71 bool FrameProcessor
[all...]

Completed in 389 milliseconds