Home
last modified time | relevance | path

Searched defs:sub_stream (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/rust/crabbyavif/src/parser/
Dmp4box.rs984 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_ipco() localVariable
1070 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_iprp() localVariable
1081 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_iprp() localVariable
1162 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_iinf() localVariable
1258 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_meta() localVariable
1631 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_stbl() localVariable
1670 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_minf() localVariable
1682 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_mdia() localVariable
1699 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_tref() localVariable
1788 let mut sub_stream = stream.sub_stream(&header.size)?; in parse_edts() localVariable
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc50 GzipInputStream::GzipInputStream(ZeroCopyInputStream* sub_stream, Format format, in GzipInputStream()
206 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream()
210 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream()
215 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init()
/aosp_15_r20/external/icing/icing/portable/
H A Dgzip_stream.cc29 GzipInputStream::GzipInputStream(ZeroCopyInputStream* sub_stream, Format format, in GzipInputStream()
184 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream()
188 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream()
193 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init()
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dgzip_stream.cc50 GzipInputStream::GzipInputStream(ZeroCopyInputStream* sub_stream, Format format, in GzipInputStream()
206 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream) { in GzipOutputStream()
210 GzipOutputStream::GzipOutputStream(ZeroCopyOutputStream* sub_stream, in GzipOutputStream()
215 void GzipOutputStream::Init(ZeroCopyOutputStream* sub_stream, in Init()
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/frontend/
H A DLayers.h337 ConcatLayer(SubStream &&sub_stream) in ConcatLayer()
1094 PriorBoxLayer(SubStream &&sub_stream, const PriorBoxLayerInfo &prior_info) in PriorBoxLayer()
1394 StackLayer(SubStream &&sub_stream) in StackLayer()
/aosp_15_r20/external/rust/crabbyavif/src/internal_utils/
Dstream.rs94 pub fn sub_stream(&mut self, size: &BoxSize) -> AvifResult<IStream> { in sub_stream() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/text/
Dencode.c375 upb_EpsCopyInputStream sub_stream; in txtenc_unknown() local
/aosp_15_r20/external/federated-compute/fcp/client/http/
H A Din_memory_request_response.cc581 ArrayInputStream sub_stream(compressed_data.data(), in UncompressWithGzip() local
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/text/
H A Dencode.c445 upb_EpsCopyInputStream sub_stream; in txtenc_unknown() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream.cc935 Stream *sub_stream = pair.first.get(); in GetOrCreateSubStream() local
963 Stream *sub_stream = sub_streams_.back().first.get(); in GetOrCreateSubStream() local
974 void Stream::ReturnSubStream(Stream *sub_stream) { in ReturnSubStream()