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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
d2_11pf.h 39 * Purpose : Algebraic codebook decoder
79 * PURPOSE: Algebraic codebook decoder for 2 pulses coded with 11 bits
  /libcore/luni/src/test/java/libcore/java/nio/charset/
OldCharset_AbstractTest.java 35 static CharsetDecoder decoder; field in class:OldCharset_AbstractTest
62 decoder = charset.newDecoder();
126 decoder.onMalformedInput(CodingErrorAction.REPORT);
127 outputCB = decoder.decode(inputBB);
169 decoder.onMalformedInput(CodingErrorAction.REPORT);
181 CharBuffer outputCB = decoder.decode(intermediateBB);
198 decoder.onMalformedInput(CodingErrorAction.REPORT);
209 CharBuffer outputCB = decoder.decode(intermediateBB);
  /system/media/wilhelm/src/android/
VideoCodec_to_android.h 23 * as dynamically discovered on the platform. A hardware video decoder
50 * Retrieve the supported decoder IDs
  /external/protobuf/python/google/protobuf/internal/
decoder.py 35 A "decoder" is a function with the signature:
44 The decoder reads the field and stores it into field_dict, returning the new
45 buffer position. A decoder for a repeated field may proactively decode all of
61 Decoders are constructed using decoder constructors with the signature:
75 As with encoders, we define a decoder constructor for every type of field.
76 Then, for every field of every message class we construct an actual decoder.
77 That decoder goes into a dict indexed by tag, so when we decode a message
78 we repeatedly read a tag, look up the corresponding decoder, and invoke it.
98 returned, e.g. to limit them to 32 bits. The returned decoder does not
101 decoder returns a (value, new_pos) pair
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageSourceAndroid.cpp 268 // GIF Decoder
303 PrivateAndroidImageSourceRec* decoder = m_decoder.m_image; local
304 if (allDataReceived && decoder && !decoder->fAllDataReceived) {
305 decoder->fAllDataReceived = true;
307 SkBitmap* bm = &decoder->bitmap();
313 BitmapAllocatorAndroid alloc(data, decoder->fSampleSize);
434 const PrivateAndroidImageSourceRec& decoder = *m_decoder.m_image; local
436 if (decoder.bitmap().getConfig() == SkBitmap::kRGB_565_Config)
439 if (!decoder.fAllDataReceived
    [all...]
  /dalvik/libdex/
DexDebugInfo.h 28 * Returning non-0 causes the decoder to stop early.
  /external/apache-harmony/nio_char/src/test/java/org/apache/harmony/nio_char/tests/java/nio/charset/
CharsetTest.java 109 * test cached decoder
121 * Mock Charset for cached decoder test
144 * Mock decoder. Only one caller is permitted.
231 * Mock decoder for MockCachedEncoder.
  /external/apache-harmony/nio_char/src/test/java/tests/api/java/nio/charset/
CP037CharsetTest.java 22 * test case specific activity of IBM037 charset encoder/decoder
  /external/apache-http/src/org/apache/commons/codec/
DecoderException.java 20 * Thrown when a Decoder has encountered a failure condition during a decode.
Encoder.java 21 * This is the sister interface of {@link Decoder}. Every implementation of
StringDecoder.java 25 public interface StringDecoder extends Decoder {
  /external/chromium/sdch/open-vcdiff/src/
output_string_crope.h 18 // and decoder.
  /external/libvpx/examples/
decoder_tmpl.txt 30 die_codec(&codec, "Failed to initialize decoder");
  /external/libvpx/vp8/decoder/arm/
dequantize_arm.c 13 #include "vp8/decoder/dequantize.h"
  /external/skia/include/images/
SkJpegUtility.h 44 skjpeg_source_mgr(SkStream* stream, SkImageDecoder* decoder, bool ownStream);
  /external/webkit/Source/WebCore/loader/cache/
CachedFont.cpp 135 RefPtr<TextResourceDecoder> decoder = TextResourceDecoder::create("application/xml"); local
136 String svgSource = decoder->decode(m_data->data(), m_data->size());
137 svgSource += decoder->flush();
141 if (decoder->sawError())
  /external/webkit/Source/WebCore/platform/graphics/
ImageSource.cpp 77 // Make the decoder by sniffing the bytes.
78 // This method will examine the data and instantiate an instance of the appropriate decoder plugin.
79 // If insufficient bytes are available to determine the image type, no decoder plugin will be
177 // TODO: Perhaps we should ensure that each individual decoder returns true
  /external/webkit/Source/WebKit2/Platform/win/
SharedMemoryWin.cpp 87 bool SharedMemory::Handle::decode(CoreIPC::ArgumentDecoder* decoder, Handle& handle)
93 if (!decoder->decodeUInt64(size))
97 if (!decoder->decodeUInt64(sourceHandle))
101 if (!decoder->decodeUInt32(sourcePID))
  /external/zlib/contrib/infback9/
infback9.h 7 * This header file and associated patches provide a decoder for PKWare's
  /frameworks/base/media/libdrm/mobile1/include/objmng/
drm_decoder.h 23 * \section drm decoder interface
  /frameworks/base/media/tests/omxjpegdecoder/
SkOmxPixelRef.h 30 sp<MediaSource> decoder);
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VD_EXTERNAL_Interface.h 29 (useful for video editing) without having to instanciate a decoder, which can be useful precisely
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Exception.java 28 * Thrown by decoder/encoder stream to indicate violation of encoding rules.
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/decoder/
ByteQueue.java 20 package org.apache.james.mime4j.decoder;
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/
UnstructuredField.java 22 import org.apache.james.mime4j.decoder.DecoderUtil;

Completed in 414 milliseconds

1 2 3 4 5 6 7 8 91011>>