HomeSort by relevance Sort by last modified time
    Searched full:streamed (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/samples/RandomMusicPlayer/
_index.html 4 streamed. It also illustrates how to use the notification system to indicate
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_upload.c 60 * Interface for getting memory for uploading streamed data to the GPU
62 * In most cases, streamed data (for GPU state structures, for example) is
64 * from the streamed space returned to other BOs. However, that interface has
98 brw->upload.bo = drm_intel_bo_alloc(brw->bufmgr, "streamed data",
brw_ff_gs.h 60 * gl_varying_slot that should be streamed out through that binding table
82 * Register holding streamed vertex buffer pointers -- see the Sandy
93 * Register holding destination indices for streamed buffer writes.
  /frameworks/base/media/java/android/media/
package.html 6 and video (e.g., play a video streamed over the web or from local storage).
  /external/apache-http/src/org/apache/http/
HttpEntity.java 47 * <li><b>streamed</b>: The content is received from a stream, or
50 * {@link #isStreaming Streamed} entities are generally not
62 * using the HTTP components framework, the difference between streamed
64 * to consider non-repeatable entities as streamed, and those that are
163 * Streamed entities should return <code>true</code> until the
168 * The content of a streamed entity is consumed when the stream
171 * If a streamed entity can not detect whether the stream has been
175 * @return <code>true</code> if the entity content is streamed and
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
AudioFiller.java 20 * An interface for objects which provide streamed audio data to a StreamPlayer instance.
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
package-info.java 10 * <li>Single-threaded streamed compression and decompression</li>
  /external/perfetto/protos/perfetto/trace/
trace.proto 29 // (streaming) where TracePacket are directly streamed without being wrapped
  /external/llvm/include/llvm/Support/
MemoryObject.h 17 /// Interface to data which might be streamed. Streamability has 2 important
24 /// streamed (this would defeat the purpose of streaming). Instead,
StreamingMemoryObject.h 22 /// Interface to data which is actually streamed from a DataStreamer. In
24 /// setKnownObjectSize methods which are not applicable to non-streamed objects.
  /external/sfntly/
README.md 9 The uses of sfntly are really anything that you can think of that involves reading and/or editing fonts. Right now, the Java version is the core library used to power Google's Web Fonts project. There it is used for all font manipulation - to read font data, to pull apart fonts, and to then reassemble them before they are streamed out to a user. Portions of the font that are not needed - specific glyph ranges or features - are stripped using sfntly to minimize the size of the streamed font. The C++ port is used somewhat similarly within Chrome to subset fonts for insertion into a PDF for viewing or printing. Though the features stripped in the font are different in Chrome than in Web Fonts because the end use is different.
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
MemoryObject.h 17 /// Interface to data which might be streamed. Streamability has 2 important
24 /// streamed (this would defeat the purpose of streaming). Instead,
StreamingMemoryObject.h 22 /// Interface to data which is actually streamed from a DataStreamer. In
24 /// setKnownObjectSize methods which are not applicable to non-streamed objects.
  /external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Support/
MemoryObject.h 17 /// Interface to data which might be streamed. Streamability has 2 important
24 /// streamed (this would defeat the purpose of streaming). Instead,
StreamingMemoryObject.h 22 /// Interface to data which is actually streamed from a DataStreamer. In
24 /// setKnownObjectSize methods which are not applicable to non-streamed objects.
  /external/lzma/Java/Tukaani/
README 10 - Single-threaded streamed compression and decompression
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpStream.java 33 /** Returns an output stream where the request body can be streamed. */
  /tools/tradefederation/core/src/com/android/tradefed/result/
FileInputStreamSource.java 43 * @param file {@link File} containing the data to be streamed
  /external/vogar/src/vogar/
Console.java 90 * When writing verbose output in the middle of streamed output, keep
91 * the streamed mark location. That way we can remove the verbose output
92 * later without losing our position mid-line in the streamed output.
149 * Hook to flush anything streamed via {@link #streamOutput}.
393 * The line contains streamed application output. Additional streamed
  /external/google-breakpad/src/testing/gtest/include/gtest/
gtest-message.h 63 // This causes the text in the Message to be streamed
186 // Gets the text streamed to this object so far as a String.
215 // We'll hold the text streamed to this object here.
  /external/llvm/utils/unittest/googletest/include/gtest/
gtest-message.h 63 // This causes the text in the Message to be streamed
186 // Gets the text streamed to this object so far as a String.
215 // We'll hold the text streamed to this object here.
  /external/protobuf/gtest/include/gtest/
gtest-message.h 63 // This causes the text in the Message to be streamed
187 // Gets the text streamed to this object so far as a String.
215 // We'll hold the text streamed to this object here.
  /external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/
gtest-message.h 63 // This causes the text in the Message to be streamed
186 // Gets the text streamed to this object so far as a String.
215 // We'll hold the text streamed to this object here.
  /external/tensorflow/tensorflow/core/protobuf/
debug.proto 43 // debug_urls to make sure that the streamed or dumped events do not overlap
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
report_block_unittest.cc 25 // Use values that are streamed differently LE and BE.

Completed in 2127 milliseconds

1 2 3 4 5 6 7 8 91011>>