Searched defs:streams (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp833 bool StreamingProcessor::isStreamActive(const Vector<int32_t> &streams, argument
835 for (size_t i = 0; i < streams.size(); i++) {
836 if (streams[i] == recordingStreamId) {
/frameworks/av/camera/tests/
H A DProCameraTests.cpp481 * Creating a streaming request for these output streams from a template,
495 // set the output streams. default is empty
631 int32_t streams[] = { depthStreamId }; local
633 streams,
705 // set the output streams to just this stream ID
777 // set the output streams to just this stream ID
847 // set the output streams to just this stream ID
923 // set the output streams to just this stream ID
976 int32_t streams[] = { streamId }; local
977 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*coun
1004 int32_t streams[] = { streamId }; local
1051 int32_t streams[] = { streamId, depthStreamId }; local
1130 int32_t streams[] = { streamId }; local
1184 int32_t streams[] = { streamId }; local
[all...]
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp403 // May be lazily configuring streams, will check during setup
446 // May be lazily configuring streams, will check during setup
485 SET_ERR_L("Can't set up streams: %s (%d)", strerror(-res), res);
489 CLOGE("No streams configured");
553 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
556 SET_ERR_L("Can't pause captures to reconfigure streams!");
582 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
624 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
627 SET_ERR_L("Can't pause captures to reconfigure streams!");
660 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION_
1198 camera_metadata_entry_t streams = local
1254 Vector<camera3_stream_t*> streams; local
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java1009 * handle generic data streams). If using {@link #EXTRA_TEXT}, you can
7251 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM);
7255 if (streams != null) {
7256 num = streams.size();
7275 makeClipItem(streams, texts, htmlTexts, 0));
7278 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i));
7292 private static ClipData.Item makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, argument
7294 Uri uri = streams != null ? streams.get(which) : null;

Completed in 140 milliseconds