Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 38) sorted by relevance

12

/frameworks/av/camera/tests/
DProCameraTests.cpp631 int32_t streams[] = { depthStreamId }; in TEST_F() local
633 streams, in TEST_F()
976 int32_t streams[] = { streamId }; in TEST_F() local
977 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*count*/1)); in TEST_F()
1004 int32_t streams[] = { streamId }; in TEST_F() local
1005 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*count*/1, in TEST_F()
1051 int32_t streams[] = { streamId, depthStreamId }; in TEST_F() local
1052 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*count*/2, in TEST_F()
1130 int32_t streams[] = { streamId }; in TEST_F() local
1131 ASSERT_NO_FATAL_FAILURE(createSubmitRequestForStreams(streams, /*count*/1, in TEST_F()
[all …]
/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.h135 static bool isStreamActive(const Vector<int32_t> &streams,
DStreamingProcessor.cpp833 bool StreamingProcessor::isStreamActive(const Vector<int32_t> &streams, in isStreamActive() argument
835 for (size_t i = 0; i < streams.size(); i++) { in isStreamActive()
836 if (streams[i] == recordingStreamId) { in isStreamActive()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1198 camera_metadata_entry_t streams = in createCaptureRequest() local
1200 if (streams.count == 0) { in createCaptureRequest()
1205 for (size_t i = 0; i < streams.count; i++) { in createCaptureRequest()
1206 int idx = mOutputStreams.indexOfKey(streams.data.i32[i]); in createCaptureRequest()
1209 streams.data.u8[i]); in createCaptureRequest()
1254 Vector<camera3_stream_t*> streams; in configureStreamsLocked() local
1255 streams.setCapacity(config.num_streams); in configureStreamsLocked()
1264 streams.add(inputStream); in configureStreamsLocked()
1283 streams.add(outputStream); in configureStreamsLocked()
1286 config.streams = streams.editArray(); in configureStreamsLocked()
/frameworks/base/docs/html/google/play/
Ddist.jd49 <p>Protect your revenue streams and integrate policies for usage into your app.
/frameworks/base/tests/AccessoryDisplay/
DREADME36 an encoder and streams the output to the sink over USB. Then
/frameworks/base/core/java/android/content/
DIntent.java7251 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); in migrateExtraStreamToClipData() local
7255 if (streams != null) { in migrateExtraStreamToClipData()
7256 num = streams.size(); in migrateExtraStreamToClipData()
7275 makeClipItem(streams, texts, htmlTexts, 0)); in migrateExtraStreamToClipData()
7278 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i)); in migrateExtraStreamToClipData()
7292 private static ClipData.Item makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, in makeClipItem() argument
7294 Uri uri = streams != null ? streams.get(which) : null; in makeClipItem()
/frameworks/base/docs/html/google/
Dindex.jd28 build new revenue streams, manage app distribution,
/frameworks/base/docs/html/google/gcm/
Dccs.jd96 xmlns:stream=&quot;http://etherx.jabber.org/streams&quot;/&gt;
99 <pre>&lt;str:features xmlns:str=&quot;http://etherx.jabber.org/streams&quot;&gt;
/frameworks/base/docs/html/tools/help/
Dindex.jd49 <dd>Runs on your emulator or device and generates pseudo-random streams of user events such
Dmonkey.jd8 streams of user events such as clicks, touches, or gestures, as well as a number of system-level
Dmonkeyrunner_concepts.jd48 device or emulator and generates pseudo-random streams of user and system events. In comparison,
/frameworks/base/docs/html/guide/topics/text/
Dcopy-paste.jd76 <a href="#Streams">Copying data streams</a>
679 Content providers support copying complex data such as database records or file streams.
691 provide file streams. The descriptions assume that you are familiar with the general principles
941 <h3 id="Streams">Copying data streams</h3>
943 You can copy and paste large amounts of text and binary data as streams. The data can have
958 A content provider for data streams provides access to its data with a file descriptor object
/frameworks/base/docs/html/training/managing-audio/
Dvolume-playback.jd51 <p>Most of these streams are restricted to system events, so unless your app is a replacement alarm
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_environment.jd161 android.hardware.Sensor#TYPE_AMBIENT_TEMPERATURE}) you can use these two data streams to calculate
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd478 point, each device can obtain input and output streams and data transfer can
793 <li>Read and write data to the streams with {@link
825 // Get the input and output streams, using temp objects because
826 // member streams are final
870 <p>The constructor acquires the necessary streams and once executed, the thread
Dwifip2p.jd489 with byte streams. </li>
/frameworks/base/docs/html/training/sharing/
Dsend.jd135 handle generic data streams.</li>
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Daccessory.jd399 obtain a file descriptor that you can set up input and output streams to read and write data to
400 descriptor. The streams represent the accessory's input and output bulk endpoints. You should set
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd232 controlling the routing of media channels and streams from the current device to
/frameworks/base/docs/html/about/versions/
Dandroid-3.1.jd331 data streams over any available network.</p>
336 <li>{@link android.net.rtp.RtpStream}, the base class of streams that send and
Dandroid-3.1-highlights.jd362 transmit or receive data streams over any available network.</p>
Dandroid-3.0.jd593 <li><b>Texture support for image streams</b>
826 read and write JSON streams. The new APIs complement the {@link org.json} classes, which manipulate
/frameworks/base/media/java/android/media/
DAudioService.java612 VolumeStreamState[] streams = mStreamStates = new VolumeStreamState[numStreamTypes]; in createStreamStates() local
615 streams[i] = new VolumeStreamState(System.VOLUME_SETTINGS[mStreamVolumeAlias[i]], i); in createStreamStates()
/frameworks/base/docs/html/tools/adk/
Dadk.jd387 devices. If there is a connected device, it continuously updates the input and output streams

12