Home
last modified time | relevance | path

Searched refs:streaming (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/hardware/camera2/
DICameraDeviceUser.aidl37 int submitRequest(in CaptureRequest request, boolean streaming, in submitRequest() argument
40 int submitRequestList(in List<CaptureRequest> requestList, boolean streaming, in submitRequestList() argument
/frameworks/av/include/camera/camera2/
DICameraDeviceUser.h59 bool streaming = false,
70 bool streaming = false,
/frameworks/av/services/camera/libcameraservice/api2/
DCameraDeviceClient.h67 bool streaming = false,
72 bool streaming = false,
DCameraDeviceClient.cpp102 bool streaming, in submitRequest() argument
107 return submitRequestList(requestList, streaming, lastFrameNumber); in submitRequest()
111 bool streaming, int64_t* lastFrameNumber) { in submitRequestList() argument
142 } else if (streaming) { in submitRequestList()
208 if (streaming) { in submitRequestList()
/frameworks/base/docs/html/guide/topics/media/
Dexoplayer.jd2 page.tags="audio","video","adaptive","streaming","DASH","smoothstreaming"
12 including Dynamic adaptive streaming over HTTP (DASH), SmoothStreaming and Common Encryption. It's
Dmediaplayer.jd104 <li>External URLs (streaming)</li>
135 <p>Playing from a remote URL via HTTP streaming looks like this:</p>
352 However, if your service is playing or streaming music, you want to prevent
377 you are streaming media over the
/frameworks/base/core/java/android/hardware/camera2/legacy/
DCameraDeviceUserShim.java378 public int submitRequest(CaptureRequest request, boolean streaming, in submitRequest() argument
394 return mLegacyDevice.submitRequest(request, streaming, lastFrameNumber); in submitRequest()
398 public int submitRequestList(List<CaptureRequest> request, boolean streaming, in submitRequestList() argument
414 return mLegacyDevice.submitRequestList(request, streaming, lastFrameNumber); in submitRequestList()
/frameworks/base/docs/html/guide/topics/connectivity/
Dindex.jd16 includes two HTTP clients: HttpURLConnection and Apache HTTP Client. Both support HTTPS, streaming
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/integration/
DCameraDeviceBinderTest.java186 private int submitCameraRequest(CaptureRequest request, boolean streaming) throws Exception { in submitCameraRequest() argument
187 int requestId = mCameraUser.submitRequest(request, streaming, null); in submitCameraRequest()
/frameworks/base/docs/html/training/basics/activity-lifecycle/
Dindex.jd50 user leaves and re-enters the activity. For example, if you're building a streaming video player,
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd41 <li>HTTP/HTTPS progressive streaming</li>
42 …<li>HTTP/HTTPS live streaming <a href="http://tools.ietf.org/html/draft-pantos-http-live-streaming
/frameworks/base/docs/html/about/versions/
Dandroid-4.0-highlights.jd234 continuous "open microphone" experience and streaming voice recognition. The new
259 <p>Mobile devices can make extensive use of network data for streaming content,
621 of files, photos, or other media; streaming video or audio from another device; or connecting to
677 <li>HTTP Live streaming</li>
795 <p style="margin-top:1em;margin-bottom:.75em;"><strong>Low-level streaming
798 <p>Android 4.0 provides a direct, efficient path for low-level streaming
812 <p>To support this low-level streaming, the platform introduces a new native API
816 together if needed. Tools support for low-level streaming multimedia will be
866 supports streaming VP8 content. For streaming multimedia, the framework supports
867 HTTP Live streaming protocol version 3 and encoding of ADTS-contained AAC
[all …]
Dandroid-3.1-highlights.jd356 <h3 id="rtp">RTP API, for control over audio streaming sessions</h3>
360 data streaming. In particular, apps that provide VOIP, push-to-talk,
361 conferencing, and audio streaming can use the API to initiate sessions and
Dandroid-3.0-highlights.jd237 <p style="margin-top:.75em;margin-bottom:.75em;"><strong>HTTP Live streaming</strong></p>
239 …edia framework to begin an HTTP Live streaming session. The media framework supports most of the H…
Dandroid-3.1.jd329 streaming. In particular, apps that provide VOIP, push-to-talk, conferencing,
330 and audio streaming can use the API to initiate sessions and transmit or receive
565 high-performance Wi-Fi lock to ensure streaming performance even when the screen
644 <li>New streaming audio formats
647 improved streaming audio, as well as support for FLAC audio, for highest quality
Dandroid-2.2-highlights.jd199 streaming</li>
Dandroid-4.0.jd393 send additional HTTP headers with your request, which can be useful for HTTP(S) live streaming</li>
395 <li>HTTP(S) live streaming now respects HTTP cookies across requests</li>
403 <li>HTTP/HTTPS live streaming protocol version 3 </li>
963 delivers the resulting speech data as streaming audio. First the engine must call {@link
1739 which applications can use to manage on-demand or interactive data streaming. In particular, apps
1740 that provide VOIP, push-to-talk, conferencing, and audio streaming can use the API to initiate
Dandroid-3.0.jd601 <li><b>HTTP Live streaming</b>
604 streaming session. The media framework supports most of the HTTP Live streaming specification,
/frameworks/base/docs/html/training/volley/
Dindex.jd61 <p>Volley is not suitable for large download or streaming operations, since Volley holds
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd98 …ed. For streaming music, rather than maintaining a continuous stream that keeps the radio active a…
/frameworks/base/docs/html/tv/
Dindex.jd246 Get information about the streaming media player
/frameworks/base/docs/html/training/tv/tif/
Dchannel.jd73 <p>For internet streaming based TV inputs, assign your own values to the above accordingly so that
/frameworks/base/docs/html/training/basics/network-ops/
Dconnecting.jd54 Both support HTTPS, streaming uploads and downloads, configurable
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_overview.jd494 method is a streaming
498 sensor is not a streaming sensor because it reports data only when there is a change in the
504 acquisition rates or a streaming sensor, you can use this method to determine whether a sensor
/frameworks/base/docs/html/tv/adt-1/
Dindex.jd30 <p>The ADT-1 Developer Kit is a streaming media player and game controller designed for running

12