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

  /external/webkit/Source/JavaScriptCore/wtf/
Decoder.h 35 class Decoder {
37 Decoder() { }
38 virtual ~Decoder() { }
55 using WTF::Decoder;
  /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 $
32 public interface Decoder {
38 * to the specific type expected by a particular Decoder
46 * @throws DecoderException a decoder exception can
  /frameworks/base/media/libmediaplayerservice/nuplayer/
NuPlayerDecoder.h 29 struct NuPlayer::Decoder : public AHandler {
30 Decoder(const sp<AMessage> &notify,
40 virtual ~Decoder();
62 DISALLOW_EVIL_CONSTRUCTORS(Decoder);
NuPlayerDecoder.cpp 37 NuPlayer::Decoder::Decoder(
44 NuPlayer::Decoder::~Decoder() {
47 void NuPlayer::Decoder::configure(const sp<MetaData> &meta) {
82 void NuPlayer::Decoder::onMessageReceived(const sp<AMessage> &msg) {
105 sp<AMessage> NuPlayer::Decoder::makeFormat(const sp<MetaData> &meta) {
240 void NuPlayer::Decoder::onFillThisBuffer(const sp<AMessage> &msg) {
266 void NuPlayer::Decoder::signalFlush() {
272 void NuPlayer::Decoder::signalResume()
    [all...]
  /sdk/emulator/qtools/
decoder.h 6 class Decoder {
8 Decoder();
9 ~Decoder();
decoder.cpp 7 #include "decoder.h"
88 Decoder::Decoder()
96 Decoder::~Decoder()
102 void Decoder::Close()
110 void Decoder::Open(char *filename)
138 void Decoder::FillBuffer()
167 void Decoder::Read(char *dest, int len)
204 int64_t Decoder::Decode(bool is_signed
    [all...]
  /external/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) { }
FixedLenDecoderEmitter.cpp 1 //===------------ FixedLenDecoderEmitter.cpp - Decoder Generator ----------===//
10 // It contains the tablegen backend that emits the decoder functions for
15 #define DEBUG_TYPE "decoder-emitter"
122 /// which could have been used by the decoder to resolve the conflict. The
123 /// decoder could try to decode the even/odd register numbering and assign to
124 /// VST4q8a or VST4q8b, but for the time being, the decoder chooses the "a"
578 << "const void *Decoder, const MCSubtargetInfo &STI) {\n";
743 std::string &Decoder = OpInfo.Decoder;
760 if (Decoder != ""
    [all...]
  /external/v8/src/mips/
disasm-mips.cc 71 // Decoder decodes and disassembles instructions into an output buffer.
74 class Decoder {
76 Decoder(const disasm::NameConverter& converter,
84 ~Decoder() {}
134 DISALLOW_COPY_AND_ASSIGN(Decoder);
138 // Support for assertions in the Decoder formatting functions.
144 void Decoder::PrintChar(const char ch) {
150 void Decoder::Print(const char* str) {
161 void Decoder::PrintRegister(int reg) {
166 void Decoder::PrintRs(Instruction* instr)
    [all...]
  /external/v8/src/arm/
disasm-arm.cc 73 // Decoder decodes and disassembles instructions into an output buffer.
76 class Decoder {
78 Decoder(const disasm::NameConverter& converter,
86 ~Decoder() {}
145 DISALLOW_COPY_AND_ASSIGN(Decoder);
149 // Support for assertions in the Decoder formatting functions.
155 void Decoder::PrintChar(const char ch) {
161 void Decoder::Print(const char* str) {
180 void Decoder::PrintCondition(Instruction* instr) {
186 void Decoder::PrintRegister(int reg)
    [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...]
  /frameworks/base/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...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]
  /prebuilt/common/mkidentity/
mkidentity-prebuilt.jar 
  /prebuilt/common/http-client/
commons-codec-1.4.jar 

Completed in 729 milliseconds