/aosp_15_r20/external/rust/crabbyavif/src/parser/ |
D | mp4box.rs | 984 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 D | gzip_stream.cc | 50 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 D | gzip_stream.cc | 29 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 D | gzip_stream.cc | 50 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 D | Layers.h | 337 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/ |
D | stream.rs | 94 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/ |
D | encode.c | 375 upb_EpsCopyInputStream sub_stream; in txtenc_unknown() local
|
/aosp_15_r20/external/federated-compute/fcp/client/http/ |
H A D | in_memory_request_response.cc | 581 ArrayInputStream sub_stream(compressed_data.data(), in UncompressWithGzip() local
|
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/text/ |
H A D | encode.c | 445 upb_EpsCopyInputStream sub_stream; in txtenc_unknown() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/ |
H A D | stream.cc | 935 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()
|