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

1 2 3

  /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/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/der/
decoder.py 1 # DER decoder
3 from pyasn1.codec.cer import decoder namespace
5 tagMap = decoder.tagMap
6 typeMap = decoder.typeMap
7 Decoder = decoder.Decoder
9 decode = Decoder(tagMap, typeMap)
  /external/sl4a/Common/src/org/apache/commons/codec/
Decoder.java 25 * <p>Allows a user to pass a generic Object to any Decoder
31 * @version $Id: Decoder.java 797690 2009-07-24 23:28:35Z ggregory $
33 public interface Decoder {
39 * to the specific type expected by a particular Decoder
47 * @throws DecoderException a decoder exception can
  /external/v8/src/arm64/
decoder-arm64.h 17 // List macro containing all visitors needed by the decoder class.
82 // Register a new visitor class with the decoder.
108 // stored by the decoder.
122 class Decoder : public V {
124 Decoder() {}
125 virtual ~Decoder() {}
127 // Top-level instruction decoder function. Decodes an instruction and calls
128 // the visitor functions registered with the Decoder class.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
decode_test_driver.h 26 explicit DxDataIterator(vpx_codec_ctx_t *decoder)
27 : decoder_(decoder), iter_(NULL) {}
41 class Decoder {
43 Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline)
48 virtual ~Decoder() {
107 // Common test functionality for all Decoder tests.
115 Decoder *decoder) {}
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/codec/cer/
decoder.py 1 # CER decoder
3 from pyasn1.codec.ber import decoder namespace
7 class BooleanDecoder(decoder.AbstractSimpleDecoder):
26 tagMap = decoder.tagMap.copy()
31 typeMap = decoder.typeMap
33 class Decoder(decoder.Decoder): pass
35 decode = Decoder(tagMap, decoder.typeMap
    [all...]
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 22 class Decoder {
31 bool (Decoder::*Routine)(const uint8_t *, unsigned &, unsigned, bool);
110 Decoder(StreamWriter &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...]
  /external/libvpx/libvpx/test/
decode_test_driver.h 26 explicit DxDataIterator(vpx_codec_ctx_t *decoder)
27 : decoder_(decoder), iter_(NULL) {}
41 class Decoder {
43 Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline)
48 Decoder(vpx_codec_dec_cfg_t cfg, const vpx_codec_flags_t flag,
54 virtual ~Decoder() {
134 // Common test functionality for all Decoder tests.
147 Decoder* /*decoder*/) {}
152 Decoder *decoder)
    [all...]
  /external/v8/src/wasm/
decoder.h 29 class Decoder {
31 Decoder(const byte* start, const byte* end)
38 virtual ~Decoder() {}
206 // Resets the boundaries of this decoder.
  /external/vixl/src/vixl/a64/
decoder-a64.h 36 // List macro containing all visitors needed by the decoder class.
146 class Decoder {
148 Decoder() {}
162 // Register a new visitor class with the decoder.
183 // are registered in this order in the decoder, calls to
198 // of visitors stored by the decoder.
210 // Decoder class.
  /frameworks/base/core/java/android/net/metrics/
IpManagerEvent.java 80 ifName, Decoder.constants.get(eventType), durationMs);
83 final static class Decoder {
IpReachabilityEvent.java 89 Decoder.constants.get(eventType));
92 final static class Decoder {
NetworkEvent.java 92 netId, Decoder.constants.get(eventType), durationMs);
95 final static class Decoder {
ValidationProbeEvent.java 83 return Decoder.constants.get(probeType, "PROBE_???");
96 final static class Decoder {
DhcpErrorEvent.java 112 return String.format("DhcpErrorEvent(%s, %s)", ifName, Decoder.constants.get(errorCode));
115 final static class Decoder {
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Decoder.java 4 public class Decoder
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 64 Windows::Graphics::Imaging::BitmapDecoder ^Decoder;
403 }).then([state](Windows::Graphics::Imaging::BitmapDecoder ^decoder)
405 state->Decoder = decoder;
415 return Windows::Graphics::Imaging::BitmapEncoder::CreateForTranscodingAsync(state->OutputStream, state->Decoder);
  /external/v8/src/ppc/
disasm-ppc.cc 45 // Decoder decodes and disassembles instructions into an output buffer.
48 class Decoder {
50 Decoder(const disasm::NameConverter& converter, Vector<char> out_buffer)
55 ~Decoder() {}
89 DISALLOW_COPY_AND_ASSIGN(Decoder);
93 // Support for assertions in the Decoder formatting functions.
99 void Decoder::PrintChar(const char ch) { out_buffer_[out_buffer_pos_++] = ch; }
103 void Decoder::Print(const char* str) {
114 void Decoder::PrintRegister(int reg) {
120 void Decoder::PrintDRegister(int reg)
    [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
  /external/sl4a/ScriptingLayerForAndroid/src/org/apache/harmony/niochar/charset/additional/
IBM437.java 43 return new Decoder(this);
50 private static final class Decoder extends CharsetDecoder{
51 private Decoder(Charset cs){
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 26 struct NuPlayer::Decoder : public DecoderBase {
27 Decoder(const sp<AMessage> &notify,
40 virtual ~Decoder();
124 DISALLOW_EVIL_CONSTRUCTORS(Decoder);
  /frameworks/base/tests/HierarchyViewerTest/src/com/android/test/hierarchyviewer/
Decoder.java 8 public class Decoder {
26 public Decoder(byte[] buf) {
30 public Decoder(ByteBuffer buf) {
  /external/v8/src/arm/
disasm-arm.cc 46 // Decoder decodes and disassembles instructions into an output buffer.
49 class Decoder {
51 Decoder(const disasm::NameConverter& converter,
59 ~Decoder() {}
122 DISALLOW_COPY_AND_ASSIGN(Decoder);
126 // Support for assertions in the Decoder formatting functions.
132 void Decoder::PrintChar(const char ch) {
138 void Decoder::Print(const char* str) {
157 void Decoder::PrintCondition(Instruction* instr) {
163 void Decoder::PrintRegister(int reg)
    [all...]

Completed in 281 milliseconds

1 2 3