Home
last modified time | relevance | path

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

123

/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/v4l2_codec2/vda/
Dvp8_decoder.cc52 VP8Decoder::DecodeResult VP8Decoder::Decode() { in Decode() function in media::VP8Decoder
Dvp9_decoder.cc52 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/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/webrtc/webrtc/modules/utility/source/
Dcoder.cc51 int32_t AudioCoder::Decode(AudioFrame& decodedAudio, in Decode() function in webrtc::AudioCoder
/external/vixl/src/aarch32/
Dinstructions-aarch32.cc662 uint32_t ImmediateT32::Decode(uint32_t value) { in Decode() function in vixl::aarch32::ImmediateT32
713 uint32_t ImmediateA32::Decode(uint32_t value) { in Decode() function in vixl::aarch32::ImmediateA32
Doperands-aarch32.h550 static T Decode(uint32_t v) { in Decode() function
554 static float Decode(uint32_t imm8, const FloatType<float>&) { in Decode() function
558 static double Decode(uint32_t imm8, const FloatType<double>&) { in Decode() function
/external/lzma/CS/7zip/Compress/RangeCoder/
DRangeCoderBitTree.cs120 public uint Decode(RangeCoder.Decoder rangeDecoder) in Decode() method
DRangeCoderBit.cs89 public uint Decode(RangeCoder.Decoder rangeDecoder) in Decode() method
DRangeCoder.cs175 public void Decode(uint start, uint size, uint total) in Decode() method in SevenZip.Compression.RangeCoder.Decoder
/external/libjpeg-turbo/md5/
Dmd5.c38 #define Decode memcpy macro
71 Decode (unsigned int *output, const unsigned char *input, unsigned int len) in Decode() function
/external/webrtc/webrtc/modules/audio_coding/codecs/
Daudio_decoder.cc20 int AudioDecoder::Decode(const uint8_t* encoded, size_t encoded_len, in Decode() function in webrtc::AudioDecoder
/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
Dgeneric_decoder.cc143 int32_t VCMGenericDecoder::Decode(const VCMEncodedFrame& frame, int64_t nowMs) { in Decode() function in webrtc::VCMGenericDecoder
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc167 int I420Decoder::Decode(const EncodedImage& inputImage, in Decode() function in webrtc::I420Decoder
/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
/external/v8/src/interpreter/
Dbytecode-decoder.cc88 std::ostream& BytecodeDecoder::Decode(std::ostream& os, in Decode() function in v8::internal::interpreter::BytecodeDecoder
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/mako/
Dfilters.py65 class Decode(object): class
/external/brotli/go/cbrotli/
Dcbrotli.go245 func Decode(encodedData []byte) ([]byte, error) { func
/external/webrtc/webrtc/modules/video_coding/test/
Dvcm_payload_sink_factory.cc84 bool Decode() { in Decode() function in webrtc::rtpplayer::VcmPayloadSinkFactory::VcmPayloadSink

123