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

1 2 3 4 5

  /external/apache-http/src/org/apache/commons/codec/
Decoder.java 24 * <p>Allows a user to pass a generic Object to any Decoder
30 * @version $Id: Decoder.java,v 1.9 2004/02/29 04:08:31 tobrien Exp $
37 public interface Decoder {
43 * to the specific type expected by a particular Decoder
51 * @throws DecoderException a decoder exception can
  /external/sl4a/Common/src/org/apache/commons/codec/
Decoder.java 25 * <p>Allows a user to pass a generic Object to any Decoder
30 * @version $Id: Decoder.java 797690 2009-07-24 23:28:35Z ggregory $
32 public interface Decoder {
38 * to the specific type expected by a particular Decoder
46 * @throws DecoderException a decoder exception can
  /external/v8/src/arm64/
decoder-arm64.h 17 // List macro containing all visitors needed by the decoder class.
83 // Register a new visitor class with the decoder.
109 // stored by the decoder.
123 class Decoder : public V {
125 Decoder() {}
126 virtual ~Decoder() {}
128 // Top-level instruction decoder function. Decodes an instruction and calls
129 // the visitor functions registered with the Decoder class.
  /external/libvpx/libvpx/test/
decode_test_driver.h 26 explicit DxDataIterator(vpx_codec_ctx_t *decoder)
27 : decoder_(decoder), iter_(NULL) {}
39 class Decoder {
41 explicit Decoder(vpx_codec_dec_cfg_t cfg)
46 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag)
51 virtual ~Decoder() { vpx_codec_destroy(&decoder_); }
117 // Common test functionality for all Decoder tests.
130 Decoder * /*decoder*/) {}
135 Decoder *decoder)
    [all...]
  /frameworks/base/core/java/android/net/metrics/
ApfProgramEvent.java 118 names.add(Decoder.constants.get(bit));
123 final static class Decoder {
IpReachabilityEvent.java 95 String eventName = Decoder.constants.get(hi);
99 final static class Decoder {
IpManagerEvent.java 91 Decoder.constants.get(eventType), durationMs);
94 final static class Decoder {
NetworkEvent.java 105 Decoder.constants.get(eventType), durationMs);
108 final static class Decoder {
ValidationProbeEvent.java 97 return Decoder.constants.get(probeType & 0xff, "PROBE_???");
101 return Decoder.constants.get(probeType & 0xff00, "UNKNOWN");
110 final static class Decoder {
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 22 class Decoder {
31 bool (Decoder::*Routine)(const uint8_t *, unsigned &, unsigned, bool);
110 Decoder(ScopedPrinter &SW) : SW(SW), OS(SW.getOStream()) {}
  /external/webrtc/webrtc/modules/audio_coding/acm2/
acm_receiver.h 42 struct Decoder {
80 // sampling rate of the decoder.
95 // - acm_codec_id : ACM codec ID; -1 means external decoder.
98 // - audio_decoder : pointer to a decoder object. If it's null, then
99 // NetEq will internally create a decoder object
102 // given decoder for the given payload type. NetEq
103 // won't take ownership of the decoder; it's up to
107 // Providing an existing decoder object here is
111 // (e.g. iSAC, where the decoder needs to be paired
160 // Returns the sample rate of the decoder associated with the last incomin
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
decoder.go 20 // A Decoder manages the receipt of type and data information read from the
23 // The Decoder does only basic sanity checking on decoded input sizes,
26 type Decoder struct {
38 // NewDecoder returns a new decoder that reads from the io.Reader.
41 func NewDecoder(r io.Reader) *Decoder {
42 dec := new(Decoder)
57 func (dec *Decoder) recvType(id typeId) {
78 func (dec *Decoder) recvMessage() bool {
94 func (dec *Decoder) readMessage(nbytes int) {
97 panic("non-empty decoder buffer"
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
decoder.go 20 // A Decoder manages the receipt of type and data information read from the
23 // The Decoder does only basic sanity checking on decoded input sizes,
26 type Decoder struct {
38 // NewDecoder returns a new decoder that reads from the io.Reader.
41 func NewDecoder(r io.Reader) *Decoder {
42 dec := new(Decoder)
57 func (dec *Decoder) recvType(id typeId) {
78 func (dec *Decoder) recvMessage() bool {
94 func (dec *Decoder) readMessage(nbytes int) {
97 panic("non-empty decoder buffer"
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.cpp 99 SPIRVDecoder Decoder = getDecoder(I);
100 Decoder >> Type >> Id >> FCtrlMask >> FuncType;
104 Decoder.getWordCountAndOpCode();
106 if (Decoder.OpCode == OpFunctionEnd)
109 switch(Decoder.OpCode) {
111 auto Param = static_cast<SPIRVFunctionParameter *>(Decoder.getEntry());
115 Decoder.getWordCountAndOpCode();
120 decodeBB(Decoder);
132 SPIRVFunction::decodeBB(SPIRVDecoder &Decoder) {
133 SPIRVBasicBlock *BB = static_cast<SPIRVBasicBlock*>(Decoder.getEntry())
    [all...]
SPIRVDecorate.cpp 114 SPIRVDecoder Decoder = getDecoder(I);
115 Decoder >> Target >> Dec;
117 SPIRVDecorateLinkageAttr::decodeLiterals(Decoder, Literals);
119 Decoder >> Literals;
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
decoder.py 38 __all__ = ["Decoder", "dynamic_decode"]
45 class Decoder(object):
46 """An RNN Decoder abstract interface object.
50 the RNNCell composing the decoder, at each time step.
103 containing the decoder output, `next_state` is a (structure of) state
115 """Describes whether the Decoder keeps track of finished states.
125 up to the decoder to declare that it will keep track of its own finished
150 def dynamic_decode(decoder,
157 """Perform dynamic decoding with `decoder`.
159 Calls initialize() once and step() repeatedly on the Decoder object
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/HiiDatabaseDxe/
ImageEx.c 56 system if the decoder of the certain image type is not supported by the
176 system if the decoder of the certain image type is not supported by the
247 Return the first HII image decoder instance which supports the DecoderName.
251 @retval Pointer to the HII image decoder instance.
259 EFI_HII_IMAGE_DECODER_PROTOCOL *Decoder;
287 Status = gBS->HandleProtocol (Handles[Index], &gEfiHiiImageDecoderProtocolGuid, (VOID **) &Decoder);
292 Status = Decoder->GetImageDecoderName (Decoder, &DecoderNames, &NumberOfDecoderName);
298 return Decoder;
311 system if the decoder of image type is not supported by the EFI_HII_IMAGE_EX_PROTOCOL.
    [all...]
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Decoder.java 4 public class Decoder
  /external/swiftshader/third_party/LLVM/utils/TableGen/
FixedLenDecoderEmitter.h 1 //===------------ FixedLenDecoderEmitter.h - Decoder Generator --*- C++ -*-===//
10 // It contains the tablegen backend that emits the decoder functions for
33 std::string Decoder;
36 : Decoder(D) { }
  /external/vixl/src/aarch64/
decoder-aarch64.h 37 // List macro containing all visitors needed by the decoder class.
145 class Decoder {
147 Decoder() {}
161 // Register a new visitor class with the decoder.
182 // are registered in this order in the decoder, calls to
197 // of visitors stored by the decoder.
209 // Decoder class.
  /external/v8/src/ppc/
disasm-ppc.cc 46 // Decoder decodes and disassembles instructions into an output buffer.
49 class Decoder {
51 Decoder(const disasm::NameConverter& converter, Vector<char> out_buffer)
56 ~Decoder() {}
91 DISALLOW_COPY_AND_ASSIGN(Decoder);
95 // Support for assertions in the Decoder formatting functions.
101 void Decoder::PrintChar(const char ch) { out_buffer_[out_buffer_pos_++] = ch; }
105 void Decoder::Print(const char* str) {
116 void Decoder::PrintRegister(int reg) {
122 void Decoder::PrintDRegister(int reg)
    [all...]
  /external/v8/src/wasm/
decoder.h 32 class Decoder {
34 Decoder(const byte* start, const byte* end)
40 Decoder(const byte* start, const byte* pc, const byte* end)
47 virtual ~Decoder() {}
281 // Resets the boundaries of this decoder.
  /external/brotli/java/org/brotli/wrapper/dec/
Decoder.java 17 public class Decoder {
19 private final DecoderJNI.Wrapper decoder; field in class:Decoder
24 * Creates a Decoder wrapper.
29 public Decoder(ReadableByteChannel source, int inputBufferSize)
38 this.decoder = new DecoderJNI.Wrapper(inputBufferSize);
65 switch (decoder.getStatus()) {
70 decoder.push(0);
74 ByteBuffer inputBuffer = decoder.getInputBuffer();
80 decoder.push(bytesRead);
84 buffer = decoder.pull()
122 DecoderJNI.Wrapper decoder = new DecoderJNI.Wrapper(data.length); local
    [all...]
  /external/ksoap2/kobjects/org/ksoap2/kobjects/mime/
Decoder.java 27 public class Decoder {
118 public Decoder(InputStream is, String _bound) throws IOException {
122 public Decoder(InputStream is, String _bound, String characterEncoding) throws IOException {
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 122 class Decoder

Completed in 633 milliseconds

1 2 3 4 5