HomeSort by relevance Sort by last modified time
    Searched full:decode (Results 226 - 250 of 1875) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/samplecode/
SampleDecode.cpp 30 codec->decode(&stream, &fBitmap[i], gRec[i].fPrefConfig,
  /external/skia/src/images/
SkImageDecoder_libpvjpeg.cpp 171 // now call Decode to eat some of the bytes
173 status = codec->Decode((uint8*)storage, &consumed);
189 SkDEBUGF(("SkPVJPEGImageDecoder::Decode returned success?\n");)
198 SkDEBUGF(("SkPVJPEGImageDecoder: failed to decode err=%d\n", status);)
  /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/
safepoint-table.h 61 return DeoptimizationIndexField::decode(info_);
66 return GapCodeSizeField::decode(info_);
71 return ArgumentsField::decode(info_);
76 return SaveDoublesField::decode(info_);
  /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 74 void RenderSkinMediaButton::Decode()
85 LOGD("RenderSkinButton::Init: button assets failed to decode\n\tBrowser buttons will not draw");
95 Decode();
98 // 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/webp/src/dec/
Android.mk 41 LOCAL_MODULE:= libwebp-decode
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapFactoryTest.java 30 // tests that we can decode bitmaps from MemoryFiles
  /frameworks/base/libs/utils/
StreamingZipInflater.cpp 112 * a. if there is no input data to decode, read some into the input buffer
114 * b. point the output to the start of the output buffer and decode what we can
133 // need more data? time to decode some.
135 // if we don't have any data to decode, read some in. If we're working
  /frameworks/base/media/libmedia/
IMediaPlayerService.cpp 81 virtual sp<IMemory> decode(const char* url, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) function in class:android::BpMediaPlayerService
93 virtual sp<IMemory> decode(int fd, int64_t offset, int64_t length, uint32_t *pSampleRate, int* pNumChannels, int* pFormat) function in class:android::BpMediaPlayerService
152 sp<IMemory> player = decode(url, &sampleRate, &numChannels, &format);
167 sp<IMemory> player = decode(fd, offset, length, &sampleRate, &numChannels, &format);
  /frameworks/base/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/base/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/base/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
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 41 * {@link #decode(byte[], int) decode} method.
91 ComprehensionTlv ctlv = ComprehensionTlv.decode(data, startIndex);
113 public static ComprehensionTlv decode(byte[] data, int startIndex) method in class:ComprehensionTlv
  /frameworks/base/tools/preload/
Record.java 104 processName = decode(parts[3]).intern();
107 className = vmTypeToLanguage(decode(parts[5])).intern();
113 * Decode any escaping that may have been written to the log line.
120 String decode(String rawField) { method in class:Record
  /frameworks/base/voip/jni/rtp/
AudioCodec.h 33 virtual int decode(int16_t *samples, int count, void *payload, int length) = 0;
G711Codec.cpp 42 int decode(int16_t *samples, int count, void *payload, int length);
67 int UlawCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon15730::UlawCodec
93 int decode(int16_t *samples, int count, void *payload, int length);
117 int AlawCodec::decode(int16_t *samples, int count, void *payload, int length) function in class:__anon15730::AlawCodec

Completed in 622 milliseconds

1 2 3 4 5 6 7 8 91011>>