Home
last modified time | relevance | path

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

12345

/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/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/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
Djbig2module.cpp70 FXCODEC_STATUS Jbig2Module::Decode(Jbig2Context* pJbig2Context, in Decode() function in fxcodec::Jbig2Module
/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/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
414 void CompiledDecodeNode::Decode(const Instruction* instr) const { in Decode() function in vixl::aarch64::CompiledDecodeNode
/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_freelist_entry.h58 ALWAYS_INLINE static PartitionFreelistEntry* 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/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/tensorflow/tensorflow/core/framework/
Dvariant.h290 bool Decode(string buf) { in Decode() function
370 bool Decode(VariantTensorData data) final { in Decode() function
376 bool Decode(string buf) final { return DecodeVariant(&buf, &value); } in Decode() function
Dshared_ptr_variant.h67 bool Decode(const VariantTensorData&) { in Decode() function
/external/v8/src/snapshot/
Dserializer-deserializer.h194 static constexpr TValue Decode(byte bytecode) { in Decode() function
248 static constexpr int Decode(int value) { in Decode() function
/external/v8/src/strings/
Dunicode-decoder.cc46 void Utf8Decoder::Decode(Char* out, const Vector<const uint8_t>& data) { in Decode() function in v8::internal::Utf8Decoder
/external/OpenCSD/decoder/docs/prog_guide/
Dprog_guide_main.md61 ### Decode Tree ###
/external/v4l2_codec2/accel/
Dvp8_decoder.cc53 VP8Decoder::DecodeResult VP8Decoder::Decode() { in Decode() function in media::VP8Decoder
/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/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/libyuv/files/fuzz/
Dmjpeg_dec_fuzz.cc39 extern "C" bool Decode(libyuv::MJpegDecoder &decoder) { in Decode() function
/external/webrtc/webrtc/video/
Dvideo_decoder.cc85 int32_t VideoDecoderSoftwareFallbackWrapper::Decode( in Decode() function in webrtc::VideoDecoderSoftwareFallbackWrapper
/external/v8/src/codegen/arm64/
Ddecoder-arm64-inl.h17 void Decoder<V>::Decode(Instruction* instr) { in Decode() function
/external/v8/src/interpreter/
Dbytecode-flags.cc73 TestTypeOfFlags::LiteralFlag TestTypeOfFlags::Decode(uint8_t raw_flag) { in Decode() function in v8::internal::interpreter::TestTypeOfFlags
/external/webrtc/webrtc/modules/utility/source/
Dcoder.cc51 int32_t AudioCoder::Decode(AudioFrame& decodedAudio, in Decode() function in webrtc::AudioCoder

12345