| /external/pdfium/xfa/src/fxbarcode/qrcode/ |
| D | BC_QRCodeReader.cpp | 54 CFX_ByteString CBC_QRCodeReader::Decode(CBC_BinaryBitmap* image, in Decode() function in CBC_QRCodeReader 69 CFX_ByteString CBC_QRCodeReader::Decode(const CFX_WideString& filename, in Decode() function in CBC_QRCodeReader 82 CFX_ByteString CBC_QRCodeReader::Decode(CFX_DIBitmap* pBitmap, in Decode() function in CBC_QRCodeReader 93 CFX_ByteString CBC_QRCodeReader::Decode(CBC_BinaryBitmap* image, int32_t& e) { in Decode() function in CBC_QRCodeReader
|
| D | BC_QRCoderDecoder.cpp | 47 CBC_CommonDecoderResult* CBC_QRCoderDecoder::Decode(FX_BOOL* image, in Decode() function in CBC_QRCoderDecoder 64 CBC_CommonDecoderResult* CBC_QRCoderDecoder::Decode(CBC_CommonBitMatrix* bits, in Decode() function in CBC_QRCoderDecoder
|
| /external/webrtc/webrtc/base/ |
| D | base64.h | 73 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/pdfium/xfa/src/fxbarcode/ |
| D | BC_BarCode.cpp | 242 CFX_WideString CBC_Code39::Decode(uint8_t* buf, in Decode() function in CBC_Code39 249 CFX_WideString CBC_Code39::Decode(CFX_DIBitmap* pBitmap, int32_t& e) { in Decode() function in CBC_Code39 345 CFX_WideString CBC_Codabar::Decode(uint8_t* buf, in Decode() function in CBC_Codabar 352 CFX_WideString CBC_Codabar::Decode(CFX_DIBitmap* pBitmap, int32_t& e) { in Decode() function in CBC_Codabar 422 CFX_WideString CBC_Code128::Decode(uint8_t* buf, in Decode() function in CBC_Code128 429 CFX_WideString CBC_Code128::Decode(CFX_DIBitmap* pBitmap, int32_t& e) { in Decode() function in CBC_Code128 505 CFX_WideString CBC_EAN8::Decode(uint8_t* buf, in Decode() function in CBC_EAN8 512 CFX_WideString CBC_EAN8::Decode(CFX_DIBitmap* pBitmap, int32_t& e) { in Decode() function in CBC_EAN8 589 CFX_WideString CBC_EAN13::Decode(uint8_t* buf, in Decode() function in CBC_EAN13 596 CFX_WideString CBC_EAN13::Decode(CFX_DIBitmap* pBitmap, int32_t& e) { in Decode() function in CBC_EAN13 [all …]
|
| /external/pdfium/xfa/src/fxbarcode/datamatrix/ |
| D | BC_DataMatrixReader.cpp | 44 CFX_ByteString CBC_DataMatrixReader::Decode(CBC_BinaryBitmap* image, in Decode() function in CBC_DataMatrixReader 61 CFX_ByteString CBC_DataMatrixReader::Decode(CBC_BinaryBitmap* image, in Decode() function in CBC_DataMatrixReader
|
| D | BC_DataMatrixDecoder.cpp | 45 CBC_CommonDecoderResult* CBC_DataMatrixDecoder::Decode( in Decode() function in CBC_DataMatrixDecoder
|
| /external/pdfium/xfa/src/fxbarcode/pdf417/ |
| D | BC_PDF417Reader.cpp | 56 CFX_ByteString CBC_PDF417Reader::Decode(CBC_BinaryBitmap* image, int32_t& e) { in Decode() function in CBC_PDF417Reader 59 CFX_ByteString CBC_PDF417Reader::Decode(CBC_BinaryBitmap* image, in Decode() function in CBC_PDF417Reader 85 CFX_ByteString CBC_PDF417Reader::Decode(CBC_BinaryBitmap* image, in Decode() function in CBC_PDF417Reader
|
| /external/libvorbis/doc/ |
| D | 04-codec.tex | 7 \subsection{Overview} 17 \subsection{Header decode and decode setup} 277 \subsection{Audio packet decode and synthesis}
|
| /external/vixl/src/vixl/a64/ |
| D | decoder-a64.h | 151 void Decode(const Instruction* instr) { in Decode() function 158 void Decode(Instruction* instr) { in Decode() function
|
| /external/webrtc/webrtc/test/ |
| D | fake_decoder.cc | 33 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
|
| D | fake_decoder.h | 67 int32_t Decode(const EncodedImage& input, in Decode() function
|
| /external/pdfium/xfa/src/fxbarcode/oned/ |
| D | BC_OnedUPCAReader.cpp | 64 CFX_ByteString CBC_OnedUPCAReader::Decode(CBC_BinaryBitmap* image, int32_t& e) { in Decode() function in CBC_OnedUPCAReader 71 CFX_ByteString CBC_OnedUPCAReader::Decode(CBC_BinaryBitmap* image, in Decode() function in CBC_OnedUPCAReader
|
| D | BC_OneDReader.cpp | 34 CFX_ByteString CBC_OneDReader::Decode(CBC_BinaryBitmap* image, int32_t& e) { in Decode() function in CBC_OneDReader 39 CFX_ByteString CBC_OneDReader::Decode(CBC_BinaryBitmap* image, in Decode() function in CBC_OneDReader
|
| /external/openfst/src/script/ |
| D | decode.cc | 25 void Decode(MutableFstClass *ofst, const string &coder_fname) { in Decode() function
|
| /external/openfst/src/include/fst/script/ |
| D | decode.h | 32 void Decode(DecodeArgs *args) { in Decode() function
|
| /external/lzma/CPP/7zip/Compress/ |
| D | RangeCoderBit.h | 83 UInt32 Decode(CDecoder *decoder) in Decode() function
|
| /external/lzma/Java/SevenZip/Compression/RangeCoder/ |
| D | BitTreeDecoder.java | 19 public int Decode(Decoder rangeDecoder) throws java.io.IOException in Decode() method in BitTreeDecoder
|
| /external/libgdx/gdx/src/com/badlogic/gdx/utils/compression/rangecoder/ |
| D | BitTreeDecoder.java | 32 public int Decode (Decoder rangeDecoder) throws java.io.IOException { in Decode() method in BitTreeDecoder
|
| /external/v8/src/arm64/ |
| D | decoder-arm64-inl.h | 19 void Decoder<V>::Decode(Instruction *instr) { in Decode() function
|
| /external/webrtc/webrtc/video/ |
| D | video_decoder.cc | 85 int32_t VideoDecoderSoftwareFallbackWrapper::Decode( in Decode() function in webrtc::VideoDecoderSoftwareFallbackWrapper
|
| /external/webrtc/webrtc/modules/utility/source/ |
| D | coder.cc | 51 int32_t AudioCoder::Decode(AudioFrame& decodedAudio, in Decode() function in webrtc::AudioCoder
|
| /external/pdfium/xfa/src/fwl/src/basewidget/ |
| D | fxmath_barcodeimp.cpp | 345 CFX_WideString CFX_Barcode::Decode(uint8_t* buf, in Decode() function in CFX_Barcode 363 CFX_WideString CFX_Barcode::Decode(CFX_DIBitmap* pBitmap, int32_t& errorCode) { in Decode() function in CFX_Barcode
|
| /external/lzma/CS/7zip/Compress/RangeCoder/ |
| D | RangeCoderBitTree.cs | 120 public uint Decode(RangeCoder.Decoder rangeDecoder) in Decode() method
|
| D | RangeCoderBit.cs | 89 public uint Decode(RangeCoder.Decoder rangeDecoder) in Decode() method
|
| /external/libjpeg-turbo/md5/ |
| D | md5.c | 38 #define Decode memcpy macro 71 Decode (unsigned int *output, const unsigned char *input, unsigned int len) in Decode() function
|