Home
last modified time | relevance | path

Searched refs:streams (Results 1 – 25 of 44) 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/base/docs/html/distribute/monetize/
Dsubscriptions.jd3 page.metaDescription=Sell subscriptions to your products to create continuing revenue streams.
16 streams. Subscriptions are similar to digital goods offered through <a href=
/frameworks/av/services/camera/libcameraservice/api1/client2/
DStreamingProcessor.h138 static bool isStreamActive(const Vector<int32_t> &streams,
DStreamingProcessor.cpp893 bool StreamingProcessor::isStreamActive(const Vector<int32_t> &streams, in isStreamActive() argument
895 for (size_t i = 0; i < streams.size(); i++) { in isStreamActive()
896 if (streams[i] == recordingStreamId) { in isStreamActive()
/frameworks/av/services/camera/libcameraservice/device3/
DCamera3Device.cpp1392 camera_metadata_entry_t streams = in createCaptureRequest() local
1394 if (streams.count == 0) { in createCaptureRequest()
1399 for (size_t i = 0; i < streams.count; i++) { in createCaptureRequest()
1400 int idx = mOutputStreams.indexOfKey(streams.data.i32[i]); in createCaptureRequest()
1403 streams.data.u8[i]); in createCaptureRequest()
1457 Vector<camera3_stream_t*> streams; in configureStreamsLocked() local
1458 streams.setCapacity(config.num_streams); in configureStreamsLocked()
1467 streams.add(inputStream); in configureStreamsLocked()
1486 streams.add(outputStream); in configureStreamsLocked()
1489 config.streams = streams.editArray(); in configureStreamsLocked()
/frameworks/base/core/java/android/content/
DIntent.java7472 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); in fixUris() local
7473 if (streams != null) { in fixUris()
7475 for (int i = 0; i < streams.size(); i++) { in fixUris()
7476 newStreams.add(maybeAddUserId(streams.get(i), contentUserHint)); in fixUris()
7552 final ArrayList<Uri> streams = getParcelableArrayListExtra(EXTRA_STREAM); in migrateExtraStreamToClipData() local
7556 if (streams != null) { in migrateExtraStreamToClipData()
7557 num = streams.size(); in migrateExtraStreamToClipData()
7576 makeClipItem(streams, texts, htmlTexts, 0)); in migrateExtraStreamToClipData()
7579 clipData.addItem(makeClipItem(streams, texts, htmlTexts, i)); in migrateExtraStreamToClipData()
7607 private static ClipData.Item makeClipItem(ArrayList<Uri> streams, ArrayList<CharSequence> texts, in makeClipItem() argument
[all …]
/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/docs/html/guide/topics/media/
Dexoplayer.jd265 Representation} objects, each of which describes one of the available media streams. In the DASH
266 model, these streams are parsed from a media presentation description (MPD) file. The ExoPlayer
300 eliminate any streams that whose resolution is too high to be played by the device. For H.264,
303 resolution streams the device is able to handle, as shown in the following code example:</p>
321 seamlessly switch between H.264 streams of different resolution is an optional decoder feature
Dmediarouteprovider.jd111 retrieves, renders and streams video or music directly to the receiver device. This approach is
/frameworks/base/docs/html/google/play-services/
Dcast.jd36 Google Cast device, known as the receiver app. If your app streams audio or video content
/frameworks/base/docs/html/google/
Dindex.jd28 build new revenue streams, manage app distribution,
/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
/frameworks/base/docs/html/about/versions/
Dlollipop.jd140 <p>The <strong>Android TV Input Framework</strong> (TIF) allows TV apps to handle video streams fro…
204 <p>Apps sending video streams over the network can now take advantage of H.265 <strong>High Efficie…
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
/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/google/gcm/
Dccs.jd115 xmlns:stream=&quot;http://etherx.jabber.org/streams&quot;/&gt;
118 <pre>&lt;str:features xmlns:str=&quot;http://etherx.jabber.org/streams&quot;&gt;
/frameworks/base/docs/html/tools/support-library/
Dfeatures.jd253 controlling the routing of media channels and streams from the current device to

12