Home
last modified time | relevance | path

Searched defs:Decode (Results 1 – 25 of 329) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/rust/android-crates-io/crates/idna/src/
Dpunycode.rs171 pub(crate) struct Decode<'a> { struct
179 impl<'a> Iterator for Decode<'a> { argument
207 impl<'a> ExactSizeIterator for Decode<'a> { implementation
/aosp_15_r20/system/nvram/messages/include/nvram/messages/
H A Dproto.hpp157 static bool Decode(Blob& blob, ProtoReader* reader) { in Decode() function
193 static bool Decode(Type& value, ProtoReader* reader) { in Decode() function
218 static bool Decode(Vector<ElementType>& vector, ProtoReader* reader) { in Decode() function
234 static bool Decode(Optional<ValueType>& value, ProtoReader* reader) { in Decode() function
325 static bool Decode(TaggedUnionType& object, ProtoReader* reader) { in Decode() function
412 static bool Decode(StructType& object, ProtoReader* reader) { in Decode() function in nvram::proto::detail::__anon1b1961fa0211::MessageDecoder
440 static bool Decode(StructType& object, ProtoReader* reader) { in Decode() function
470 bool Decode(Struct* object, InputStreamBuffer* stream) { in Decode() function
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/server/
Dgrpc.rs227 S: UnaryService<T::Decode, Response = T::Encode>, in unary()
270 S: ServerStreamingService<T::Decode, Response = T::Encode>, in server_streaming()
311 S: ClientStreamingService<T::Decode, Response = T::Encode>, in client_streaming()
344 S: StreamingService<T::Decode, Response = T::Encode> + Send, in streaming()
369 ) -> Result<Request<T::Decode>, Status> in map_request_unary()
404 ) -> Result<Request<Streaming<T::Decode>>, Status> in map_request_streaming()
/aosp_15_r20/external/pigweed/pw_bluetooth_hci/
H A Dpacket.cc37 std::optional<CommandPacket> CommandPacket::Decode(ConstByteSpan data, in Decode() function in pw::bluetooth_hci::CommandPacket
65 std::optional<AsyncDataPacket> AsyncDataPacket::Decode(ConstByteSpan data, in Decode() function in pw::bluetooth_hci::AsyncDataPacket
93 std::optional<SyncDataPacket> SyncDataPacket::Decode(ConstByteSpan data, in Decode() function in pw::bluetooth_hci::SyncDataPacket
120 std::optional<EventPacket> EventPacket::Decode(ConstByteSpan data) { in Decode() function in pw::bluetooth_hci::EventPacket
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dserialization_base.cc344 void Decode(const data::GPUObjectDescriptor* fb_obj, GPUObjectDescriptor* obj) { in Decode() function
376 void Decode(const data::BufferDescriptor* fb_desc, BufferDescriptor* desc) { in Decode() function
419 void Decode(const data::TensorDescriptor* fb_desc, TensorDescriptor* desc) { in Decode() function
436 absl::Status Decode(const data::Arguments* fb_args, Arguments* args) { in Decode() function
635 void Decode(const data::OperationDef* fb_def, OperationDef* def) { in Decode() function
649 absl::Status Decode(const data::GPUOperation* fb_op, GPUOperation* op) { in Decode() function
/aosp_15_r20/external/liblc3/include/
H A Dlc3_cpp.h268 int Decode(const uint8_t *in, int block_size, int16_t *pcm) { in Decode() function
272 int Decode(const uint8_t *in, int block_size, int32_t *pcm) { in Decode() function
276 int Decode(const uint8_t *in, int block_size, float *pcm) { in Decode() function
280 int Decode(const uint8_t *in, int block_size, PcmFormat fmt, void *pcm) { in Decode() function
/aosp_15_r20/external/webrtc/rtc_base/third_party/base64/
H A Dbase64.h87 static inline std::string Decode(absl::string_view data, DecodeFlags flags) { in Decode() function
92 static inline bool Decode(absl::string_view data, in Decode() function
98 static inline bool Decode(absl::string_view data, in Decode() function
/aosp_15_r20/packages/modules/adb/
Dcompression_utils.h93 DecodeResult Decode(std::span<char>* output) final { in Decode() function
142 DecodeResult Decode(std::span<char>* output) final { in Decode() function
246 DecodeResult Decode(std::span<char>* output) final { in Decode() function
394 DecodeResult Decode(std::span<char>* output) final { in Decode() function
/aosp_15_r20/external/rust/android-crates-io/crates/tonic/src/client/
Dgrpc.rs215 C: Codec<Encode = M1, Decode = M2>, in unary() argument
235 C: Codec<Encode = M1, Decode = M2>, in client_streaming() argument
271 C: Codec<Encode = M1, Decode = M2>, in server_streaming() argument
291 C: Codec<Encode = M1, Decode = M2>, in streaming() argument
/aosp_15_r20/external/pigweed/pw_varint/public/pw_varint/
H A Dvarint.h292 inline size_t Decode(const span<const std::byte>& input, int64_t* output) { in Decode() function
300 inline size_t Decode(const span<const std::byte>& input, uint64_t* value) { in Decode() function
321 inline size_t Decode(span<const std::byte> input, in Decode() function
/aosp_15_r20/external/vixl/src/aarch64/
H A Ddecoder-aarch64.cc38 void Decoder::Decode(const Instruction* instr) { in Decode() function in vixl::aarch64::Decoder
47 void Decoder::Decode(Instruction* instr) { in Decode() function in vixl::aarch64::Decoder
498 void CompiledDecodeNode::Decode(const Instruction* instr) const { in Decode() function in vixl::aarch64::CompiledDecodeNode
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dvariant.h293 bool Decode(std::string buf) { in Decode() function
373 bool Decode(VariantTensorData data) final { in Decode() function
379 bool Decode(std::string buf) final { return DecodeVariant(&buf, &value); } in Decode() function
H A Dvariant_test.cc92 bool Decode(VariantTensorData data) { return false; } in Decode() function in tensorflow::__anon7a33ae680111::MaybeAlive
132 bool Decode(VariantTensorData data) { return false; } in Decode() function in tensorflow::__anon7a33ae680111::DeleteCounter
253 bool Decode(VariantTensorData data) { return false; } in Decode() function in tensorflow::__anon7a33ae680211::MoveAndCopyCounter
536 bool Decode(VariantTensorData data) { in Decode() function
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/l2cap/
H A Dbredr_command_handler.cc29 bool BrEdrCommandHandler::ConnectionResponse::Decode( in Decode() function in bt::l2cap::internal::BrEdrCommandHandler::ConnectionResponse
43 bool BrEdrCommandHandler::ConfigurationResponse::Decode( in Decode() function in bt::l2cap::internal::BrEdrCommandHandler::ConfigurationResponse
64 bool BrEdrCommandHandler::InformationResponse::Decode( in Decode() function in bt::l2cap::internal::BrEdrCommandHandler::InformationResponse
/aosp_15_r20/external/grpc-grpc/test/core/transport/binder/
H A Dtransport_stream_receiver_test.cc34 std::pair<StreamIdentifier, int> Decode(const T& /*data*/) { in Decode() function
40 std::pair<StreamIdentifier, int> Decode<std::string>(const std::string& data) { in Decode() function
50 std::pair<StreamIdentifier, int> Decode<Metadata>(const Metadata& data) { in Decode() function
/aosp_15_r20/external/webrtc/test/
H A Dfake_decoder.cc43 int32_t FakeDecoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeDecoder
105 int32_t FakeH264Decoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeH264Decoder
/aosp_15_r20/external/mesa3d/src/asahi/lib/tests/
H A Dtest-packing.cpp48 TEST(LODClamp, Decode) in TEST() argument
70 TEST(Groups, Decode) in TEST() argument
/aosp_15_r20/external/pdfium/core/fxcodec/jbig2/
H A DJBig2_ArithIntDecoder.cpp52 bool CJBig2_ArithIntDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() function in CJBig2_ArithIntDecoder
96 void CJBig2_ArithIaidDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() function in CJBig2_ArithIaidDecoder
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Ddecode.rs19 pub trait Decode<'a>: Sized { trait
/aosp_15_r20/system/nvram/messages/
H A Dmessage_codec.cpp89 bool MessageDecoderBase::Decode(void* object, in Decode() function in nvram::proto::MessageDecoderBase
97 bool MessageDecoderBase::Decode(ProtoReader* reader) { in Decode() function in nvram::proto::MessageDecoderBase
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/
H A Dpresence_decoder_v1.cc39 bool PresenceDecoderV1::Decode(const ByteArray &encoded_data, in Decode() function in nearby::PresenceDecoderV1
251 chre::Optional<DataElementHeaderV1> DataElementHeaderV1::Decode( in Decode() function in nearby::DataElementHeaderV1
/aosp_15_r20/external/webrtc/modules/video_coding/
H A Dvideo_receiver.cc151 int32_t VideoReceiver::Decode(uint16_t maxWaitTimeMs) { in Decode() function in webrtc::vcm::VideoReceiver
210 int32_t VideoReceiver::Decode(const VCMEncodedFrame& frame) { in Decode() function in webrtc::vcm::VideoReceiver
/aosp_15_r20/external/cronet/net/extras/preload_data/
H A Ddecoder.cc149 bool PreloadDecoder::HuffmanDecoder::Decode(PreloadDecoder::BitReader* reader, in Decode() function in net::extras::PreloadDecoder::HuffmanDecoder
186 bool PreloadDecoder::Decode(const std::string& search, bool* out_found) { in Decode() function in net::extras::PreloadDecoder
/aosp_15_r20/external/skia/src/codec/
H A DSkAvifCodec.cpp251 std::unique_ptr<SkCodec> Decode(std::unique_ptr<SkStream> stream, in Decode() function
261 std::unique_ptr<SkCodec> Decode(sk_sp<SkData> data, in Decode() function
/aosp_15_r20/external/webrtc/video/
H A Dvideo_stream_decoder_impl_unittest.cc48 int32_t Decode(const EncodedImage& input_image, in Decode() function in webrtc::__anoneb7c30fe0111::StubVideoDecoder
88 int32_t Decode(const EncodedImage& input_image, in Decode() function in webrtc::__anoneb7c30fe0111::WrappedVideoDecoder

12345678910>>...14