Home
last modified time | relevance | path

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

12345

/external/vixl/src/aarch64/
Ddecoder-aarch64.h157 void Decode(const Instruction* instr) { in Decode() function
164 void Decode(Instruction* instr) { in Decode() function
170 void Decode(T start, T end) { in Decode() function
/external/webrtc/webrtc/base/
Dbase64.h73 static inline std::string Decode(const std::string& data, DecodeFlags flags) { in Decode() function
78 static inline bool Decode(const std::string& data, DecodeFlags flags, in Decode() function
83 static inline bool Decode(const std::string& data, DecodeFlags flags, in Decode() function
/external/tensorflow/tensorflow/core/framework/
Dvariant.h249 bool Decode(string buf) { in Decode() function
302 bool Decode(VariantTensorData data) override { in Decode() function
308 bool Decode(string buf) override { return DecodeVariant(&buf, &value); } in Decode() function
/external/webrtc/webrtc/test/
Dfake_decoder.cc33 int32_t FakeDecoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeDecoder
66 int32_t FakeH264Decoder::Decode(const EncodedImage& input, in Decode() function in webrtc::test::FakeH264Decoder
Dfake_decoder.h67 int32_t Decode(const EncodedImage& input, in Decode() function
/external/syzkaller/pkg/ifuzz/
Ddecode.go14 func Decode(mode int, text []byte) (int, error) { func
/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/tensorflow/tensorflow/core/kernels/
Dstring_view_variant_wrapper.h55 bool Decode(const VariantTensorData& data) { in Decode() function
/external/perfetto/include/perfetto/tracing/core/
Dtrace_packet.h69 bool Decode(TracePacketType* packet) const { in Decode() function
/external/v8/src/third_party/utf8-decoder/
Dutf8-decoder.h24 static inline void Decode(uint8_t byte, State* state, uint32_t* buffer) { 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/v4l2_codec2/vda/
Dvp8_decoder.cc53 VP8Decoder::DecodeResult VP8Decoder::Decode() { in Decode() function in media::VP8Decoder
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DBitTreeDecoder.java19 public int Decode(Decoder rangeDecoder) throws java.io.IOException in Decode() method in BitTreeDecoder
/external/brotli/go/cbrotli/
Dreader.go152 func Decode(encodedData []byte) ([]byte, error) { func
/external/webrtc/webrtc/video/
Dvideo_decoder.cc85 int32_t VideoDecoderSoftwareFallbackWrapper::Decode( in Decode() function in webrtc::VideoDecoderSoftwareFallbackWrapper
/external/v8/src/interpreter/
Dbytecode-flags.cc74 TestTypeOfFlags::LiteralFlag TestTypeOfFlags::Decode(uint8_t raw_flag) { in Decode() function in v8::internal::interpreter::TestTypeOfFlags
/external/v8/src/arm64/
Ddecoder-arm64-inl.h19 void Decoder<V>::Decode(Instruction *instr) { in Decode() function
/external/vixl/src/aarch32/
Dinstructions-aarch32.cc661 uint32_t ImmediateT32::Decode(uint32_t value) { in Decode() function in vixl::aarch32::ImmediateT32
712 uint32_t ImmediateA32::Decode(uint32_t value) { in Decode() function in vixl::aarch32::ImmediateA32
/external/webrtc/webrtc/modules/utility/source/
Dcoder.cc51 int32_t AudioCoder::Decode(AudioFrame& decodedAudio, in Decode() function in webrtc::AudioCoder
/external/pdfium/core/fxcodec/gif/
Dcfx_lzwdecompressor.cpp45 CFX_GifDecodeStatus CFX_LZWDecompressor::Decode(uint8_t* src_buf, in Decode() function in CFX_LZWDecompressor
/external/tensorflow/tensorflow/contrib/coder/kernels/
Drange_coder.cc308 int32 RangeDecoder::Decode(tensorflow::gtl::ArraySlice<int32> cdf) { in Decode() function in tensorflow::RangeDecoder
/external/pdfium/core/fxcodec/codec/
Dfx_codec_jbig.cpp79 FXCODEC_STATUS CCodec_Jbig2Module::Decode(CCodec_Jbig2Context* pJbig2Context, in Decode() function in CCodec_Jbig2Module
/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_decoder.h77 bool Decode(const CTCDecoder::SequenceLength& seq_len, in Decode() function
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_decoder.h77 Status Decode(const CTCDecoder::SequenceLength& seq_len, in Decode() function
/external/golang-protobuf/proto/
Ddeprecated.go37 type Stats struct{ Emalloc, Dmalloc, Encode, Decode, Chit, Cmiss, Size uint64 } member

12345