Home
last modified time | relevance | path

Searched defs:streaming (Results 1 – 15 of 15) sorted by relevance

/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/
Dsupported-formats.md28 ### DASH ###
32 ### SmoothStreaming ###
36 ### HLS ###
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/
Dsupported-formats.md28 ### DASH ###
32 ### SmoothStreaming ###
36 ### HLS ###
/external/rust/crates/nom/src/bytes/
Dmod.rs4 pub mod streaming; module
/external/rust/crates/nom/src/number/
Dmod.rs4 pub mod streaming; module
/external/rust/crates/nom/src/character/
Dmod.rs9 pub mod streaming; module
/external/zstd/lib/common/
Dzstd_trace.h67 unsigned streaming; member
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_preprocessing_layer.py62 def __init__(self, streaming=True, **kwargs): argument
75 def streaming(self): member in PreprocessingLayer
/external/rust/crates/nom/src/bits/
Dmod.rs5 pub mod streaming; module
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dadb_wrapper.py866 streaming=None, argument
917 streaming=None, argument
/external/webrtc/modules/audio_device/win/
Dcore_audio_base_win.cc893 bool streaming = true; in ThreadRun() local
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_fullstack_trickle.cc81 TrickledCHTTP2(Service* service, bool streaming, size_t req_size, in TrickledCHTTP2()
/external/zstd/lib/decompress/
Dzstd_decompress_block.c74const streaming_operation streaming, const size_t expectedWriteSize, const unsigned splitImmediate… in ZSTD_allocateLiteralsBuffer()
121 void* dst, size_t dstCapacity, const streaming_operation streaming) in ZSTD_decodeLiteralsBlock()
1980 … const void* src, size_t srcSize, const int frame, const streaming_operation streaming)
Dzstd_decompress.c845 …DCtx_trace_end(ZSTD_DCtx const* dctx, U64 uncompressedSize, U64 compressedSize, unsigned streaming) in ZSTD_DCtx_trace_end()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_emit.c944 struct fd_ringbuffer *streaming = fd6_program_interp_state(emit); in fd6_emit_state() local
/external/zstd/lib/compress/
Dzstd_compress.c4615 …int const streaming = cctx->inBuffSize > 0 || cctx->outBuffSize > 0 || cctx->appliedParams.nbWorke… in ZSTD_CCtx_trace() local