Home
last modified time | relevance | path

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

123456

/external/rust/crates/idna/src/
Dpunycode.rs170 pub(crate) struct Decode<'a> { struct
178 impl<'a> Iterator for Decode<'a> { implementation
206 impl<'a> ExactSizeIterator for Decode<'a> { implementation
/external/pigweed/pw_bluetooth_hci/
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
94 std::optional<SyncDataPacket> SyncDataPacket::Decode(ConstByteSpan data, in Decode() function in pw::bluetooth_hci::SyncDataPacket
122 std::optional<EventPacket> EventPacket::Decode(ConstByteSpan data) { in Decode() function in pw::bluetooth_hci::EventPacket
/external/webrtc/rtc_base/third_party/base64/
Dbase64.h86 static inline std::string Decode(const std::string& data, DecodeFlags flags) { in Decode() function
91 static inline bool Decode(const std::string& data, in Decode() function
97 static inline bool Decode(const std::string& data, in Decode() function
/external/pigweed/pw_varint/public/pw_varint/
Dvarint.h158 inline size_t Decode(const std::span<const std::byte>& input, int64_t* value) { in Decode() function
162 inline size_t Decode(const std::span<const std::byte>& input, uint64_t* value) { in Decode() function
184 inline size_t Decode(std::span<const std::byte> input, in Decode() function
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dserialization.cc353 void Decode(const data::GPUObjectDescriptor* fb_obj, GPUObjectDescriptor* obj) { in Decode() function
384 void Decode(const data::BufferDescriptor* fb_desc, BufferDescriptor* desc) { in Decode() function
416 void Decode(const data::Texture2DDescriptor* fb_desc, in Decode() function
446 void Decode(const data::TensorLinearDescriptor* fb_desc, in Decode() function
482 void Decode(const data::TensorDescriptor* fb_desc, TensorDescriptor* desc) { in Decode() function
497 absl::Status Decode(const data::Arguments* fb_args, Arguments* args) { in Decode() function
795 void Decode(const data::OperationDef* fb_def, OperationDef* def) { in Decode() function
809 absl::Status Decode(const data::GPUOperation* fb_op, GPUOperation* op) { in Decode() function
894 void Decode(const data::TensorDescWithId* fb_desc, TensorDescriptor* desc, in Decode() function
923 absl::Status Decode(const ProgramCache& program_cache, in Decode() function
[all …]
/external/webrtc/test/
Dfake_decoder.cc49 int32_t FakeDecoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeDecoder
106 int32_t FakeH264Decoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeH264Decoder
/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp50 bool CJBig2_ArithIntDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() function in CJBig2_ArithIntDecoder
95 void CJBig2_ArithIaidDecoder::Decode(CJBig2_ArithDecoder* pArithDecoder, in Decode() function in CJBig2_ArithIaidDecoder
DJBig2_ArithDecoder.cpp66 int CJBig2_ArithDecoder::Decode(JBig2ArithCtx* pCX) { in Decode() function in CJBig2_ArithDecoder
/external/vixl/src/aarch64/
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
465 void CompiledDecodeNode::Decode(const Instruction* instr) const { in Decode() function in vixl::aarch64::CompiledDecodeNode
/external/webrtc/modules/video_coding/
Dvideo_receiver.cc175 int32_t VideoReceiver::Decode(uint16_t maxWaitTimeMs) { in Decode() function in webrtc::vcm::VideoReceiver
240 int32_t VideoReceiver::Decode(const VCMEncodedFrame& frame) { in Decode() function in webrtc::vcm::VideoReceiver
Dvideo_receiver2.cc85 int32_t VideoReceiver2::Decode(const VCMEncodedFrame* frame) { in Decode() function in webrtc::VideoReceiver2
/external/tensorflow/tensorflow/core/framework/
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
Dshared_ptr_variant.h67 bool Decode(const VariantTensorData&) { in Decode() function
/external/brotli/csharp/org/brotli/dec/
DHuffmanTreeGroup.cs38 internal static void Decode(Org.Brotli.Dec.HuffmanTreeGroup group, Org.Brotli.Dec.BitReader br) in Decode() method in Org.Brotli.Dec.HuffmanTreeGroup
/external/openscreen/util/
Dbase64.cc40 bool Decode(absl::string_view input, std::vector<uint8_t>* output) { in Decode() function
/external/webrtc/api/audio_codecs/
Daudio_decoder.cc37 absl::optional<DecodeResult> Decode( in Decode() function in webrtc::__anon4349f5880111::OldStyleEncodedFrame
83 int AudioDecoder::Decode(const uint8_t* encoded, in Decode() function in webrtc::AudioDecoder
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_freelist_entry.h58 ALWAYS_INLINE static PartitionFreelistEntry* Decode( in Decode() function
/external/grpc-grpc/src/cpp/ext/filters/census/
Drpc_encoding.h76 static size_t Decode(absl::string_view buf, GrpcTraceContext* tc) { in Decode() function
220 static size_t Decode(absl::string_view buf, uint64_t* time) { in Decode() function
/external/tensorflow/tensorflow/core/kernels/
Dcomposite_tensor_variant.cc53 bool CompositeTensorVariant::Decode(const VariantTensorData& data) { in Decode() function in tensorflow::CompositeTensorVariant
Dragged_tensor_variant.cc43 bool RaggedTensorVariant::Decode(const VariantTensorData& data) { in Decode() function in tensorflow::RaggedTensorVariant
Dtensor_map.cc69 bool TensorMap::Decode(const VariantTensorData& data) { in Decode() function in tensorflow::TensorMap
/external/pigweed/pw_base64/public/pw_base64/
Dbase64.h112 inline size_t Decode(std::string_view base64, void* output) { in Decode() function
/external/webrtc/modules/audio_coding/codecs/opus/
Daudio_coder_opus_common.h60 absl::optional<DecodeResult> Decode( in Decode() function
/external/libgav1/libgav1/tests/fuzzer/
Ddecoder_fuzzer.cc39 void Decode(const uint8_t* const data, const size_t size, in Decode() function
/external/webrtc/video/
Dvideo_stream_decoder_impl_unittest.cc50 int32_t Decode(const EncodedImage& input_image, in Decode() function in webrtc::__anonb4398f340111::StubVideoDecoder
91 int32_t Decode(const EncodedImage& input_image, in Decode() function in webrtc::__anonb4398f340111::WrappedVideoDecoder

123456