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()216 status_t StreamingProcessor::deletePreviewStream() { in deletePreviewStream()249 int StreamingProcessor::getPreviewStreamId() const { in getPreviewStreamId()[all …]
40 class StreamingProcessor : public virtual VirtualLightRefBase {42 explicit StreamingProcessor(sp<Camera2Client> client);43 ~StreamingProcessor();
35 class StreamingProcessor; variable205 sp<camera2::StreamingProcessor> mStreamingProcessor;
115 mStreamingProcessor = new StreamingProcessor(this); in initializeImpl()910 res = mStreamingProcessor->startStream(StreamingProcessor::PREVIEW, in startPreviewL()922 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startPreviewL()1189 StreamingProcessor, in startRecordingL()1190 &StreamingProcessor::updateRecordingStream>( in startRecordingL()1205 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startRecordingL()1213 res = mStreamingProcessor->startStream(StreamingProcessor::RECORD, in startRecordingL()
35 "api1/client2/StreamingProcessor.cpp",