HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 276 - 300 of 2271) sorted by null

<<11121314151617181920>>

  /external/libvpx/libvpx/test/
decode_test_driver.cc 33 // Decode frames.
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.h 11 // 64-bit X86 instruction sets. The main decode sequence for an assembly
33 // ModR/M byte to complete decode. The ModRMDecision's type is an entry from
57 // emits the instruction decode tables discussed above during compilation, and
108 /// @param mode - The X86 architecture mode to decode for.
  /external/openfst/src/script/
Makefile.am 6 concat.cc connect.cc convert.cc decode.cc determinize.cc difference.cc \
  /external/qemu/distrib/jpeg-6b/
Android.mk 30 # enable tile based decode
sources.make 25 # enable tile based decode
  /external/skia/bench/
DecodeBench.cpp 24 fFilename = this->findDefine("decode-filename");
  /external/skia/legacy/src/images/
SkImageDecoder_Factory.cpp 30 // we rewind here, because we promise later when we call "decode", that
  /external/skia/src/images/
SkImageDecoder_Factory.cpp 30 // we rewind here, because we promise later when we call "decode", that
  /external/skia/src/ports/
SkImageDecoder_empty.cpp 26 bool SkImageDecoder::decode(SkStream*, SkBitmap* bitmap, SkBitmap::Config pref, Mode) { function in class:SkImageDecoder
  /external/tremolo/Tremolo/
ogg.h 104 /* decode memory management pool */
131 ogg_int64_t packetno; /* sequence number for decode; the framing
141 /* decode-side state data */
156 ogg_int64_t packetno; /* sequence number for decode; the framing
  /external/v8/src/
property-details.h 100 PropertyType type() { return TypeField::decode(value_); }
102 PropertyAttributes attributes() { return AttributesField::decode(value_); }
104 int index() { return StorageField::decode(value_); }
115 bool IsDeleted() { return DeletedField::decode(value_) != 0;}
  /external/webkit/Source/WebCore/platform/image-decoders/bmp/
BMPImageDecoder.cpp 63 decode(true);
80 decode(false);
90 void BMPImageDecoder::decode(bool onlySize) function in class:WebCore::BMPImageDecoder
95 // If we couldn't decode the image but we've received all the data, decoding
  /external/webkit/Source/WebCore/platform/image-decoders/webp/
WEBPImageDecoder.cpp 34 #include "webp/decode.h"
53 decode(true);
70 decode(false);
75 bool WEBPImageDecoder::decode(bool onlySize) function in class:WebCore::WEBPImageDecoder
  /external/webkit/Source/WebCore/platform/text/
TextCodecLatin1.h 38 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
TextCodecUserDefined.h 38 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
  /external/webkit/Source/WebKit/android/
RenderSkinMediaButton.cpp 75 void RenderSkinMediaButton::Decode()
86 ALOGD("RenderSkinButton::Init: button assets failed to decode\n\tBrowser buttons will not draw");
97 Decode();
103 // If we failed to decode, do nothing. This way the browser still works,
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
DataReference.cpp 39 bool DataReference::decode(ArgumentDecoder* decoder, DataReference& dataReference) function in class:CoreIPC::DataReference
  /external/webkit/Source/WebKit2/Shared/
FontInfo.h 42 static bool decode(CoreIPC::ArgumentDecoder*, FontInfo&);
WebPageGroupData.h 40 static bool decode(CoreIPC::ArgumentDecoder*, WebPageGroupData&);
  /external/webkit/Source/WebKit2/Shared/mac/
AttributedString.h 42 static bool decode(CoreIPC::ArgumentDecoder*, AttributedString&);
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
TiledDrawingArea.cpp 169 if (!arguments->decode(CoreIPC::Out(size)))
183 if (!arguments->decode(CoreIPC::Out(tileID)))
197 if (!arguments->decode(CoreIPC::Out(update.tileID, update.dirtyRect, update.scale)))
213 if (!arguments->decode(CoreIPC::Out(targetSize, contentsRect)))
  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
CaptureActivityHandler.java 79 Log.d(TAG, "Got decode succeeded message");
86 // We're decoding as fast as possible, so when one decode fails, start another.
88 cameraManager.requestPreviewFrame(decodeThread.getHandler(), R.id.decode);
122 cameraManager.requestPreviewFrame(decodeThread.getHandler(), R.id.decode);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/
armCOMM_Bitstream.c 12 * Defines bitstream encode and decode functions common to all codecs
20 * Fixed bit length Decode
152 * Variable bit length Decode
159 * Variable length decode of variable length symbol (max size 32 bits) read from
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/src/
armCOMM_Bitstream.c 12 * Defines bitstream encode and decode functions common to all codecs
20 * Fixed bit length Decode
152 * Variable bit length Decode
159 * Variable length decode of variable length symbol (max size 32 bits) read from
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/src/
armCOMM_Bitstream.c 12 * Defines bitstream encode and decode functions common to all codecs
20 * Fixed bit length Decode
152 * Variable bit length Decode
159 * Variable length decode of variable length symbol (max size 32 bits) read from

Completed in 1867 milliseconds

<<11121314151617181920>>