Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/core/framework/
Dvariant.h244 bool Decode(const VariantTensorData& data) { in Decode() function
257 bool Decode(const string& buf) { in Decode() function
328 bool Decode(const VariantTensorData& data) override { in Decode() function
334 bool Decode(const string& buf) override { 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/vixl/src/aarch64/
Ddecoder-aarch64.h150 void Decode(const Instruction* instr) { in Decode() function
157 void Decode(Instruction* instr) { 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/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/perfetto/include/perfetto/tracing/core/
Dtrace_packet.h69 bool Decode(TracePacketType* packet) const { in Decode() function
/external/v4l2_codec2/vda/
Dvp8_decoder.cc53 VP8Decoder::DecodeResult VP8Decoder::Decode() { in Decode() function in media::VP8Decoder
Dvp9_decoder.cc54 VP9Decoder::DecodeResult VP9Decoder::Decode() { in Decode() function in media::VP9Decoder
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DBitTreeDecoder.java19 public int Decode(Decoder rangeDecoder) throws java.io.IOException in Decode() method in BitTreeDecoder
/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/brotli/go/cbrotli/
Dreader.go152 func Decode(encodedData []byte) ([]byte, error) { func
/external/v8/src/arm64/
Ddecoder-arm64-inl.h19 void Decoder<V>::Decode(Instruction *instr) { in Decode() function
/external/webrtc/webrtc/video/
Dvideo_decoder.cc85 int32_t VideoDecoderSoftwareFallbackWrapper::Decode( in Decode() function in webrtc::VideoDecoderSoftwareFallbackWrapper
/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/webrtc/webrtc/modules/utility/source/
Dcoder.cc51 int32_t AudioCoder::Decode(AudioFrame& decodedAudio, in Decode() function in webrtc::AudioCoder
/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/core/util/ctc/
Dctc_decoder.h76 Status Decode(const CTCDecoder::SequenceLength& seq_len, in Decode() function
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoderBitTree.cs120 public uint Decode(RangeCoder.Decoder rangeDecoder) in Decode() method
/external/libjpeg-turbo/md5/
Dmd5.c47 #define Decode memcpy macro
80 Decode (unsigned int *output, const unsigned char *input, unsigned int len) in Decode() function
/external/tensorflow/tensorflow/core/kernels/
Ddecode_bmp_op.cc152 uint8* DecodeBmpOp::Decode(const uint8* input, const int row_size, in Decode() function in tensorflow::DecodeBmpOp
Dshape_op_test.cc48 bool Decode(const VariantTensorData& d) { in Decode() function
/external/webrtc/webrtc/modules/video_coding/
Dvideo_receiver.cc271 int32_t VideoReceiver::Decode(uint16_t maxWaitTimeMs) { in Decode() function in webrtc::vcm::VideoReceiver
347 int32_t VideoReceiver::Decode(const VCMEncodedFrame& frame) { in Decode() function in webrtc::vcm::VideoReceiver
/external/lzma/CPP/7zip/Bundles/LzmaSpec/
DLzmaSpec.cpp249 unsigned Decode(CRangeDecoder *rc) in Decode() function in CBitTreeDecoder
295 unsigned Decode(CRangeDecoder *rc, unsigned posState) in Decode() function in CLenDecoder
467 int CLzmaDecoder::Decode(bool unpackSizeDefined, UInt64 unpackSize) in Decode() function in CLzmaDecoder

1234