Searched refs:StreamingProcessor (Results 1 – 5 of 5) sorted by relevance
48 StreamingProcessor::StreamingProcessor(sp<Camera2Client> client): in StreamingProcessor() function in android::camera2::StreamingProcessor61 StreamingProcessor::~StreamingProcessor() { in ~StreamingProcessor()66 status_t StreamingProcessor::setPreviewWindow(const sp<Surface>& window) { in setPreviewWindow()80 status_t StreamingProcessor::setRecordingWindow(const sp<Surface>& window) { in setRecordingWindow()94 bool StreamingProcessor::haveValidPreviewWindow() const { in haveValidPreviewWindow()99 bool StreamingProcessor::haveValidRecordingWindow() const { in haveValidRecordingWindow()104 status_t StreamingProcessor::updatePreviewRequest(const Parameters ¶ms) { in updatePreviewRequest()156 status_t StreamingProcessor::updatePreviewStream(const Parameters ¶ms) { in updatePreviewStream()222 status_t StreamingProcessor::deletePreviewStream() { in deletePreviewStream()255 int StreamingProcessor::getPreviewStreamId() const { in getPreviewStreamId()[all …]
40 class StreamingProcessor : public virtual VirtualLightRefBase {42 explicit StreamingProcessor(sp<Camera2Client> client);43 ~StreamingProcessor();
31 class StreamingProcessor; variable226 sp<camera2::StreamingProcessor> mStreamingProcessor;
145 mStreamingProcessor = new StreamingProcessor(this); in initializeImpl()960 res = mStreamingProcessor->startStream(StreamingProcessor::PREVIEW, in startPreviewL()972 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startPreviewL()1246 StreamingProcessor, in startRecordingL()1247 &StreamingProcessor::updateRecordingStream>( in startRecordingL()1262 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startRecordingL()1270 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startRecordingL()
145 "api1/client2/StreamingProcessor.cpp",