HomeSort by relevance Sort by last modified time
    Searched defs:Decode (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /prebuilts/go/darwin-x86/doc/progs/
json3.go 14 func Decode() {
72 Decode()
json4.go 21 func Decode() {
44 Decode()
json1.go 36 func Decode() {
86 Decode()
  /prebuilts/go/linux-x86/doc/progs/
json3.go 14 func Decode() {
72 Decode()
json4.go 21 func Decode() {
44 Decode()
json1.go 36 func Decode() {
86 Decode()
  /system/nvram/messages/
nvram_messages.cpp 193 bool Decode(const uint8_t* data, size_t size, Message* msg) {
195 return nvram::proto::Decode(msg, &stream) && stream.Done();
201 template NVRAM_EXPORT bool Decode<Request>(const uint8_t*, size_t, Request*);
205 template NVRAM_EXPORT bool Decode<Response>(const uint8_t*, size_t, Response*);
  /prebuilts/go/darwin-x86/src/compress/bzip2/
move_to_front.go 39 func (m moveToFrontDecoder) Decode(n int) (b byte) {
  /prebuilts/go/linux-x86/src/compress/bzip2/
move_to_front.go 39 func (m moveToFrontDecoder) Decode(n int) (b byte) {
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Include/Library/
EdkIIGlueUefiDecompressLib.h 33 #define Decode(_SD) GlueDecode(_SD)
  /external/brotli/csharp/org/brotli/dec/
HuffmanTreeGroup.cs 38 internal static void Decode(Org.Brotli.Dec.HuffmanTreeGroup group, Org.Brotli.Dec.BitReader br)
45 Org.Brotli.Dec.Decode.ReadHuffmanCode(group.alphabetSize, group.codes, next, br);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyRegion/
LegacyRegion.h 74 EFI_LEGACY_REGION_DECODE Decode;
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
LegacyRegion.h 31 Sets hardware to decode or not decode a region.
34 @param Start The start of the region to decode.
36 @param On The decode/nondecode flag.
38 @retval EFI_SUCCESS The decode range successfully changed.
116 EFI_LEGACY_REGION_DECODE Decode; ///< Specifies a region for the chipset to decode.
  /external/brotli/go/cbrotli/
reader.go 13 #include <brotli/decode.h>
55 in []byte // current chunk to decode; usually aliases buf
151 // Decode decodes Brotli encoded data.
152 func Decode(encodedData []byte) ([]byte, error) {
  /external/brotli/java/org/brotli/dec/
BitReaderTest.java 25 Decode.initState(reader, new ByteArrayInputStream(new byte[1]));
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBitTree.cs 120 public uint Decode(RangeCoder.Decoder rangeDecoder)
124 m = (m << 1) + Models[m].Decode(rangeDecoder);
134 uint bit = Models[m].Decode(rangeDecoder);
149 uint bit = Models[startIndex + m].Decode(rangeDecoder);
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
BitTreeDecoder.java 19 public int Decode(Decoder rangeDecoder) throws java.io.IOException
  /external/pdfium/core/fxcodec/codec/
fx_codec_jbig.cpp 69 return Decode(pJbig2Context, ret);
76 return Decode(pJbig2Context, ret);
79 FXCODEC_STATUS CCodec_Jbig2Module::Decode(CCodec_Jbig2Context* pJbig2Context,
  /external/pdfium/core/fxcodec/gif/
cfx_lzwdecompressor.cpp 45 CFX_GifDecodeStatus CFX_LZWDecompressor::Decode(uint8_t* src_buf,
  /external/perfetto/include/perfetto/tracing/core/
trace_packet.h 69 bool Decode(TracePacketType* packet) const {
  /external/v8/src/arm64/
decoder-arm64-inl.h 17 // Top-level instruction decode function.
19 void Decoder<V>::Decode(Instruction *instr) {
101 // decode.
640 // TODO(all): Implement Advanced SIMD load/store instruction decode.
648 // TODO(all): Implement Advanced SIMD data processing instruction decode.
  /external/webrtc/webrtc/modules/audio_coding/codecs/
audio_decoder.cc 20 int AudioDecoder::Decode(const uint8_t* encoded, size_t encoded_len,
23 TRACE_EVENT0("webrtc", "AudioDecoder::Decode");
  /external/webrtc/webrtc/modules/utility/source/
coder.cc 51 int32_t AudioCoder::Decode(AudioFrame& decodedAudio,
  /external/webrtc/webrtc/test/
fake_decoder.cc 33 int32_t FakeDecoder::Decode(const EncodedImage& input,
66 int32_t FakeH264Decoder::Decode(const EncodedImage& input,
85 return FakeDecoder::Decode(input,
  /external/webrtc/webrtc/video/
video_decoder.cc 85 int32_t VideoDecoderSoftwareFallbackWrapper::Decode(
94 int32_t ret = decoder_->Decode(input_image, missing_frames, fragmentation,
98 // Decode OK -> stop using fallback decoder.
112 return fallback_decoder_->Decode(input_image, missing_frames, fragmentation,

Completed in 718 milliseconds

1 2 3 4 5 6 7