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

1 2

  /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/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) {}
41 class Decoder {
43 Decoder(vpx_codec_dec_cfg_t cfg, unsigned long deadline)
48 virtual ~Decoder() {
119 // Common test functionality for all Decoder tests.
129 Decoder *decoder) {}
134 Decoder *decoder) {
    [all...]
  /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/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/vixl/src/vixl/a64/
decoder-a64.h 36 // List macro containing all visitors needed by the decoder class.
140 class Decoder {
142 Decoder() {}
156 // Register a new visitor class with the decoder.
177 // are registered in this order in the decoder, calls to
192 // of visitors stored by the decoder.
204 // Decoder class.
  /external/lzma/Java/SevenZip/Compression/RangeCoder/
Decoder.java 4 public class Decoder
  /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
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 26 struct NuPlayer::Decoder : public DecoderBase {
27 Decoder(const sp<AMessage> &notify,
40 virtual ~Decoder();
125 DISALLOW_EVIL_CONSTRUCTORS(Decoder);
NuPlayerDecoder.cpp 48 NuPlayer::Decoder::Decoder(
74 mComponentName("decoder") {
80 NuPlayer::Decoder::~Decoder() {
85 sp<AMessage> NuPlayer::Decoder::getStats() const {
92 status_t NuPlayer::Decoder::setVideoSurface(const sp<Surface> &surface) {
108 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) {
165 ALOGE("Decoder (%s) reported error : 0x%x",
236 void NuPlayer::Decoder::onConfigure(const sp<AMessage> &format)
    [all...]
  /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/mips/
disasm-mips.cc 45 // Decoder decodes and disassembles instructions into an output buffer.
48 class Decoder {
50 Decoder(const disasm::NameConverter& converter,
58 ~Decoder() {}
111 DISALLOW_COPY_AND_ASSIGN(Decoder);
115 // Support for assertions in the Decoder formatting functions.
121 void Decoder::PrintChar(const char ch) {
127 void Decoder::Print(const char* str) {
138 void Decoder::PrintRegister(int reg) {
143 void Decoder::PrintRs(Instruction* instr)
    [all...]
  /external/v8/src/mips64/
disasm-mips64.cc 45 // Decoder decodes and disassembles instructions into an output buffer.
48 class Decoder {
50 Decoder(const disasm::NameConverter& converter,
58 ~Decoder() {}
112 DISALLOW_COPY_AND_ASSIGN(Decoder);
116 // Support for assertions in the Decoder formatting functions.
122 void Decoder::PrintChar(const char ch) {
128 void Decoder::Print(const char* str) {
139 void Decoder::PrintRegister(int reg) {
144 void Decoder::PrintRs(Instruction* instr)
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 47 // Decoder decodes and disassembles instructions into an output buffer.
50 class Decoder {
52 Decoder(const disasm::NameConverter& converter,
60 ~Decoder() {}
123 DISALLOW_COPY_AND_ASSIGN(Decoder);
127 // Support for assertions in the Decoder formatting functions.
133 void Decoder::PrintChar(const char ch) {
139 void Decoder::Print(const char* str) {
158 void Decoder::PrintCondition(Instruction* instr) {
164 void Decoder::PrintRegister(int reg)
    [all...]
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
CharsetCallback.java 127 * Decoder Callback interface
130 public interface Decoder {
139 public CoderResult call(CharsetDecoderICU decoder, Object context,
183 public static final Decoder TO_U_CALLBACK_SKIP = new Decoder() {
184 public CoderResult call(CharsetDecoderICU decoder, Object context,
227 public static final Decoder TO_U_CALLBACK_SUBSTITUTE = new Decoder() {
228 public CoderResult call(CharsetDecoderICU decoder, Object context,
232 CharsetICU cs = (CharsetICU) decoder.charset()
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 19 CLSID Decoder;
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaDecoder.cs 9 public class Decoder : ICoder, ISetDecoderProperties // ,System.IO.Stream
42 public uint Decode(RangeCoder.Decoder rangeDecoder, uint posState)
69 public byte DecodeNormal(RangeCoder.Decoder rangeDecoder)
78 public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, byte matchByte)
128 public byte DecodeNormal(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte)
131 public byte DecodeWithMatchByte(RangeCoder.Decoder rangeDecoder, uint pos, byte prevByte, byte matchByte)
136 RangeCoder.Decoder m_RangeDecoder = new RangeCoder.Decoder();
160 public Decoder()
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
TestBenchMultipleInstance.c 54 } Decoder;
72 Decoder **decoder; local
134 /* allocate memory for multiple decoder instances
136 decoder = (Decoder **)malloc(sizeof(Decoder*)*(u32)instCount);
137 if (decoder == NULL)
143 /* prepare each decoder instance */
146 decoder[i] = (Decoder *)calloc(1, sizeof(Decoder))
    [all...]
  /frameworks/base/core/java/android/util/
Base64.java 29 * Default values for encoder/decoder flags.
53 * Encoder/decoder flag bit to indicate using the "URL and
158 Decoder decoder = new Decoder(flags, new byte[len*3/4]); local
160 if (!decoder.process(input, offset, len, true)) {
165 if (decoder.op == decoder.output.length) {
166 return decoder.output;
171 byte[] temp = new byte[decoder.op]
    [all...]
  /external/libvorbis/doc/
01-introduction.tex 40 encoder and simple, low-complexity decoder. Vorbis decode is
47 decoder memory usage.
53 raw, unformatted 'packets'. The decoder then accepts these raw
61 mechanism and decoder must allow that a packet may be any size, or
118 reference Vorbis decoder described below may be considered a proper
119 Vorbis encoder. A decoder must faithfully and completely implement
121 a proper Vorbis decoder.
131 \subsection{Decoder Configuration}
133 Decoder setup consists of configuration of multiple, self-contained
136 semantically interchangeable; decoder configuration consists both o
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 1 //===------------ FixedLenDecoderEmitter.cpp - Decoder Generator ----------===//
10 // It contains the tablegen backend that emits the decoder functions for
35 #define DEBUG_TYPE "decoder-emitter"
46 std::string Decoder;
49 : Decoder(D) { }
98 // Emit the decoder state machine table.
214 /// which could have been used by the decoder to resolve the conflict. The
215 /// decoder could try to decode the even/odd register numbering and assign to
216 /// VST4q8a or VST4q8b, but for the time being, the decoder chooses the "a"
691 // Emit the decoder state machine table
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Decoder.java 8 public class Decoder
29 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Choice);
38 public int Decode(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, int posState) throws IOException
59 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_Decoders);
62 public byte DecodeNormal(SevenZip.Compression.RangeCoder.Decoder rangeDecoder) throws IOException
71 public byte DecodeWithMatchByte(SevenZip.Compression.RangeCoder.Decoder rangeDecoder, byte matchByte) throws IOException
124 SevenZip.Compression.RangeCoder.Decoder m_RangeDecoder = new SevenZip.Compression.RangeCoder.Decoder();
148 public Decoder()
183 SevenZip.Compression.RangeCoder.Decoder.InitBitModels(m_IsMatchDecoders);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 285 int width, int height, CFX_ByteString& decoder,
288 if (decoder == FX_BSTRC("CCITTFaxDecode") || decoder == FX_BSTRC("CCF")) {
291 } else if (decoder == FX_BSTRC("ASCII85Decode") || decoder == FX_BSTRC("A85")) {
293 } else if (decoder == FX_BSTRC("ASCIIHexDecode") || decoder == FX_BSTRC("AHx")) {
295 } else if (decoder == FX_BSTRC("FlateDecode") || decoder == FX_BSTRC("Fl")) {
297 } else if (decoder == FX_BSTRC("LZWDecode") || decoder == FX_BSTRC("LZW"))
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
ImageReaderDecoderTest.java 65 * test. For decoder test, hw and sw decoders are tested,
203 class Decoder {
218 Decoder(String name, MediaAssets assets, CodecCapabilities caps) {
252 MediaCodec decoder = null; local
287 // Create decoder
288 decoder = MediaCodec.createByCodecName(mName);
289 assertNotNull("couldn't create decoder" + mName, decoder);
292 decoder, extractor, mediaFormat,
295 decoder.stop()
    [all...]

Completed in 378 milliseconds

1 2