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

/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp893 bool StreamingProcessor::isStreamActive(const Vector<int32_t> &streams, argument
895 for (size_t i = 0; i < streams.size(); i++) {
896 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.cpp606 CLOGE("No streams configured");
611 SET_ERR_L("Can't set up streams: %s (%d)", strerror(-res), res);
616 CLOGE("No streams configured");
681 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
684 SET_ERR_L("Can't pause captures to reconfigure streams!");
710 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
752 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION__);
755 SET_ERR_L("Can't pause captures to reconfigure streams!");
790 ALOGV("%s: Restarting activity to reconfigure streams", __FUNCTION__);
827 ALOGV("%s: Stopping activity to reconfigure streams", __FUNCTION_
1391 camera_metadata_entry_t streams = local
1456 Vector<camera3_stream_t*> streams; local
[all...]
/frameworks/base/core/java/android/content/
H A DIntent.java1065 * handle generic data streams). If using {@link #EXTRA_TEXT}, you can
7772 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM);
7773 if (streams != null) {
7775 for (int i = 0; i < streams.size(); i++) {
7776 newStreams.add(maybeAddUserId(streams.get(i), contentUserHint));
7852 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM);
7856 if (streams != null) {
7857 num = streams.size();
7876 makeClipItem(streams, texts, htmlTexts, 0));
7879 clipData.addItem(makeClipItem(streams, text
7907 makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, ArrayList<String> htmlTexts, int which) argument
[all...]

Completed in 61 milliseconds