Searched refs:StreamingProcessor (Results 1 – 5 of 5) sorted by relevance
43 StreamingProcessor::StreamingProcessor(sp<Camera2Client> client): in StreamingProcessor() function in android::camera2::StreamingProcessor56 StreamingProcessor::~StreamingProcessor() { in ~StreamingProcessor()61 status_t StreamingProcessor::setPreviewWindow(const sp<Surface>& window) { in setPreviewWindow()75 status_t StreamingProcessor::setRecordingWindow(const sp<Surface>& window) { in setRecordingWindow()89 bool StreamingProcessor::haveValidPreviewWindow() const { in haveValidPreviewWindow()94 bool StreamingProcessor::haveValidRecordingWindow() const { in haveValidRecordingWindow()99 status_t StreamingProcessor::updatePreviewRequest(const Parameters ¶ms) { in updatePreviewRequest()151 status_t StreamingProcessor::updatePreviewStream(const Parameters ¶ms) { in updatePreviewStream()217 status_t StreamingProcessor::deletePreviewStream() { in deletePreviewStream()250 int StreamingProcessor::getPreviewStreamId() const { in getPreviewStreamId()[all …]
40 class StreamingProcessor : public virtual VirtualLightRefBase {42 explicit StreamingProcessor(sp<Camera2Client> client);43 ~StreamingProcessor();
35 class StreamingProcessor; variable204 sp<camera2::StreamingProcessor> mStreamingProcessor;
100 mStreamingProcessor = new StreamingProcessor(this); in initializeImpl()856 res = mStreamingProcessor->startStream(StreamingProcessor::PREVIEW, in startPreviewL()868 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startPreviewL()1135 StreamingProcessor, in startRecordingL()1136 &StreamingProcessor::updateRecordingStream>( in startRecordingL()1151 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startRecordingL()1159 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startRecordingL()
36 api1/client2/StreamingProcessor.cpp \