Searched refs:StreamingProcessor (Results 1 – 5 of 5) sorted by relevance
47 StreamingProcessor::StreamingProcessor(sp<Camera2Client> client): in StreamingProcessor() function in android::camera2::StreamingProcessor60 StreamingProcessor::~StreamingProcessor() { in ~StreamingProcessor()65 status_t StreamingProcessor::setPreviewWindow(const sp<Surface>& window) { in setPreviewWindow()79 status_t StreamingProcessor::setRecordingWindow(const sp<Surface>& window) { in setRecordingWindow()93 bool StreamingProcessor::haveValidPreviewWindow() const { in haveValidPreviewWindow()98 bool StreamingProcessor::haveValidRecordingWindow() const { in haveValidRecordingWindow()103 status_t StreamingProcessor::updatePreviewRequest(const Parameters ¶ms) { in updatePreviewRequest()155 status_t StreamingProcessor::updatePreviewStream(const Parameters ¶ms) { in updatePreviewStream()221 status_t StreamingProcessor::deletePreviewStream() { in deletePreviewStream()254 int StreamingProcessor::getPreviewStreamId() const { in getPreviewStreamId()[all …]
40 class StreamingProcessor : public virtual VirtualLightRefBase {42 explicit StreamingProcessor(sp<Camera2Client> client);43 ~StreamingProcessor();
35 class StreamingProcessor; variable224 sp<camera2::StreamingProcessor> mStreamingProcessor;
141 mStreamingProcessor = new StreamingProcessor(this); in initializeImpl()940 res = mStreamingProcessor->startStream(StreamingProcessor::PREVIEW, in startPreviewL()952 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startPreviewL()1226 StreamingProcessor, in startRecordingL()1227 &StreamingProcessor::updateRecordingStream>( in startRecordingL()1242 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startRecordingL()1250 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startRecordingL()
57 "api1/client2/StreamingProcessor.cpp",