Home
last modified time | relevance | path

Searched refs:Streaming (Results 1 – 25 of 39) sorted by relevance

12

/external/lz4/examples/
Dstreaming_api_basics.md1 # LZ4 Streaming API Basics
13 - "Streaming" API : This is designed for complex thing.
17 But if you want to write advanced application, it's time to use Block or Streaming APIs.
20 ## What is difference between Block and Streaming API ?
24 Streaming API does same thing but (de)compress multiple adjacent contiguous memory block.
58 Example (3) : Streaming API, 4KiB Block
82 ## Restriction of Streaming API
84 For the efficiency, Streaming API doesn't keep mirror copy of dependent (de)compressed memory.
DREADME.md7 - [Streaming API Basics](streaming_api_basics.md)
DblockStreaming_doubleBuffer.md1 # LZ4 Streaming API Example : Double Buffer
8 - Firstly, read "LZ4 Streaming API Basics".
DblockStreaming_lineByLine.md1 # LZ4 Streaming API Example : Line by Line Text Compression
8 - Firstly, read "LZ4 Streaming API Basics".
/external/clang/test/Preprocessor/
Dmacro_expand.c25 #define Streaming _Pragma("omp FOO for") macro
26 Streaming
/external/exoplayer/tree/library/smoothstreaming/
DREADME.md3 Provides support for Smooth Streaming content. To play Smooth Streaming content,
/external/exoplayer/tree/library/hls/
DREADME.md3 Provides support for HTTP Live Streaming (HLS) content. To play HLS content,
/external/exoplayer/tree/library/dash/
DREADME.md3 Provides support for Dynamic Adaptive Streaming over HTTP (DASH) content. To
/external/grpc-grpc/
DCONCEPTS.md41 ## Streaming section in gRPC Concepts Overview
45 Bidirectional Streaming where a single gRPC call establishes a stream in which both
/external/grpc-grpc/doc/cpp/
Dperf_notes.md3 ## Streaming write buffering
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DClientRunners.cs312 …GrpcPreconditions.CheckArgument(rpcType == RpcType.Streaming, "Generic client only supports stream… in RunClientAsync()
329 case RpcType.Streaming: in RunClientAsync()
/external/flatbuffers/src/
Didl_gen_grpc.cpp38 enum Streaming { enum in flatbuffers::FlatBufMethod
97 Streaming streaming_;
/external/skqp/src/compute/hs/
DREADME.md236 1. *Streaming Flip Merge*
237 1. If necessary, *Streaming Half Merge*
271 As an example, the *Streaming Flip Merge* kernel is illustrated below:
/external/perfetto/protos/perfetto/ipc/
Dwire_protocol.proto61 // In the case of a Streaming response (has_more = true) the host will send
/external/owasp/sanitizer/lib/commons-codec-1.4/
DRELEASE-NOTES.txt25 o [CODEC-69] Streaming Base64 (Base64InputStream and Base64OutputStream added).
/external/grpc-grpc/src/objective-c/tests/Connectivity/ConnectivityTestingApp/
DViewController.m95 NSLog(@"Streaming call finished with error: %@", error);
/external/cbor-java/
DREADME.md66 ### Streaming Decoding Example
/external/grpc-grpc/doc/
Dunit_testing.md152 Streaming RPC:
/external/cpuinfo/test/build.prop/
Dgalaxy-s5-global.log73 # VQG - User Agent Header for Video-Streaming Client
Dgalaxy-a3-2016-eu.log93 # VQG - User Agent Header for Video-Streaming Client
Dgalaxy-j7-tmobile.log84 # VQG - User Agent Header for Video-Streaming Client
Dgalaxy-j7-uae.log83 # VQG - User Agent Header for Video-Streaming Client
/external/python/cpython3/Doc/library/
Dasyncio-llapi-index.rst428 .. rubric:: Streaming Protocols (TCP, Unix Sockets, Pipes)
440 .. rubric:: Buffered Streaming Protocols
/external/catch2/docs/
Dlogging.md86 ## Streaming macros
/external/lz4/
DNEWS172 Modified : Streaming API, using strong types
185 New : LZ4 Streaming API (Fast version), special thanks to Takayuki Matsuoka

12