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

<<11121314151617181920>>

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.h 90 static bool Decode(base::StringPiece* slice, KeyPrefix* result);
178 static bool Decode(base::StringPiece* slice, DatabaseFreeListKey* result);
190 static bool Decode(base::StringPiece* slice, DatabaseNameKey* result);
236 static bool Decode(base::StringPiece* slice, ObjectStoreMetaDataKey* result);
262 static bool Decode(base::StringPiece* slice, IndexMetaDataKey* result);
285 static bool Decode(base::StringPiece* slice, ObjectStoreFreeListKey* result);
299 static bool Decode(base::StringPiece* slice, IndexFreeListKey* result);
319 static bool Decode(base::StringPiece* slice, ObjectStoreNamesKey* result);
336 static bool Decode(base::StringPiece* slice, IndexNamesKey* result);
350 static bool Decode(base::StringPiece* slice, ObjectStoreDataKey* result)
    [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.h 5 // This file contains an implementation of a class that provides H264 decode
6 // support for use with VAAPI hardware video decode acceleration on Intel
40 // Arguments: input buffer id provided at the time of Decode()
59 // Decode result codes.
96 // Try to decode more of the stream, returning decoded frames asynchronously
99 DecResult Decode() WARN_UNUSED_RESULT;
103 // To be used after Decode() returns kNeedNewSurfaces.
125 kDecoding, // Ready to decode from any point.
127 kError, // Error in decode, can't continue.
173 // All data for a frame received, process it and decode
    [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/eg/
bench_decode.pl 31 print "->decode()\n";
36 'JSON::PP' => sub { $pp->decode( $json ) },
37 'JSON::XS' => sub { $xs->decode( $json ) },
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextDecoder.h 52 String decode(ArrayBufferView*, const Dictionary&, ExceptionState&);
53 String decode(ExceptionState& exceptionState) { return decode(0, Dictionary(), exceptionState); } function in class:WebCore::TextDecoder
  /external/chromium_org/third_party/libjingle/source/talk/base/
urlencode.h 33 // Decode all encoded characters. Also decode + as space.
36 // Decode all encoded characters.
  /external/chromium_org/third_party/opus/src/silk/
stereo_decode_pred.c 34 /* Decode mid/side predictors */
65 /* Decode mid-only flag */
71 /* Decode flag that only mid channel is coded */
  /external/chromium_org/third_party/skia/include/core/
SkImageGenerator.h 45 * SkDiscardablePixelRef) to decode and re-decode an image as needed.
76 * Decode into the given pixels, a block of memory of size at
SkImageDecoder.h 44 /** Return the format of image this decoder can decode. If this decoder can decode multiple
89 /** Returns true if the decoder should try to decode the
95 /** Set to true if the the decoder should try to decode the
171 * to some flavor of decode, it is still at the discretion of the codec
193 * decode is preferred.
223 cancel. This will result in decode() returning false. However, there is
226 and decode() will return true (assuming no other problems were
229 This state is automatically reset at the beginning of decode().
237 /** Passed to the decode method. If kDecodeBounds_Mode is passed, the
269 bool decode(SkStream* stream, SkBitmap* bitmap, Mode mode) { function in class:SkImageDecoder
    [all...]
  /external/chromium_org/ui/android/java/src/org/chromium/ui/gfx/
BitmapHelper.java 15 * Helper class to decode and sample down bitmap resources.
25 * Decode and sample down a bitmap resource to the requested width and height.
27 * @param name The resource name of the bitmap to decode.
  /external/dropbear/libtomcrypt/src/pk/asn1/der/integer/
der_decode_integer.c 15 ASN.1 DER, decode an integer, Tom St Denis
25 @param num The first mp_int to decode
47 /* now decode the len stuff */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_decode_utf8_string.c 50 /* decode the length */
72 /* proceed to decode */
84 /* decode, grab upper bits */
  /external/dropbear/libtomcrypt/testprof/
modes_test.c 51 /* decode the block */
74 /* decode the block */
96 /* decode the block */
  /external/libvpx/libvpx/vpx/
vp8dx.h 32 * This interface provides the capability to decode raw VP8 streams, as would
58 * by the last decode
66 * by the last decode
  /external/oauth/core/src/main/java/net/oauth/http/
HttpMessageDecoder.java 32 * Decode the given message if necessary and possible.
35 * given message if this class can't decode it.
37 public static HttpResponseMessage decode(HttpResponseMessage message) method in class:HttpMessageDecoder
  /external/skia/bench/
SkipZeroesBench.cpp 82 // Decode a bunch of times
85 SkDEBUGCODE(bool success =) fDecoder->decode(&fStream, &bm,
89 SkDebugf("failed to decode %s\n", fFilename.c_str());
  /external/skia/include/core/
SkImageGenerator.h 45 * SkDiscardablePixelRef) to decode and re-decode an image as needed.
76 * Decode into the given pixels, a block of memory of size at
SkImageDecoder.h 44 /** Return the format of image this decoder can decode. If this decoder can decode multiple
89 /** Returns true if the decoder should try to decode the
95 /** Set to true if the the decoder should try to decode the
171 * to some flavor of decode, it is still at the discretion of the codec
193 * decode is preferred.
223 cancel. This will result in decode() returning false. However, there is
226 and decode() will return true (assuming no other problems were
229 This state is automatically reset at the beginning of decode().
237 /** Passed to the decode method. If kDecodeBounds_Mode is passed, the
269 bool decode(SkStream* stream, SkBitmap* bitmap, Mode mode) { function in class:SkImageDecoder
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
URLEncoderTest.java 38 assertTrue("1. Incorrect encoding/decoding", URLDecoder.decode(
40 assertTrue("2. Incorrect encoding/decoding", URLDecoder.decode(
42 assertTrue("3. Incorrect encoding/decoding", URLDecoder.decode(
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 74 // By default all threads can decode.
77 // Disallow thread t to decode.
81 // Allow thread t to decode again.
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 61 public static Bitmap decode(JobContext jc, FileDescriptor fd, Options options) { method in class:DecodeUtils
78 public static Bitmap decode(JobContext jc, byte[] bytes, Options options) { method in class:DecodeUtils
79 return decode(jc, bytes, 0, bytes.length, options);
82 public static Bitmap decode(JobContext jc, byte[] bytes, int offset, method in class:DecodeUtils
258 Bitmap bitmap = decode(jc, data, offset, length, options);
267 Log.w(TAG, "decode fail with a given bitmap, try decode to a new bitmap");
270 return decode(jc, data, offset, length, options);
285 Bitmap bitmap = DecodeUtils.decode(jc, fileDescriptor, options);
294 Log.w(TAG, "decode fail with a given bitmap, try decode to a new bitmap")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 32 # XXXX Optionally decode result
52 # XXXX Optionally decode result
78 # XXXX Optionally decode result
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 32 # XXXX Optionally decode result
58 # XXXX Optionally decode result
84 # XXXX Optionally decode result
105 # XXXX Optionally decode result
137 # XXXX Optionally decode result
158 # XXXX Optionally decode result
189 # XXXX Optionally decode result
224 # XXXX Optionally decode result
251 # XXXX Optionally decode result
276 # XXXX Optionally decode resul
    [all...]
  /external/chromium/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
68 || ( echo Decode with three arguments failed ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
90 || ( echo Decode using stdin/stdout failed ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
110 || ( echo Decode with mixed arguments failed ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
129 || ( echo Decode with mixed arguments failed ^
142 %VCDIFF% decode -dictionary %TARGET_FILE%
    [all...]
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
68 || ( echo Decode with three arguments failed ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
90 || ( echo Decode using stdin/stdout failed ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
110 || ( echo Decode with mixed arguments failed ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
129 || ( echo Decode with mixed arguments failed ^
142 %VCDIFF% decode -dictionary %TARGET_FILE%
    [all...]
  /external/open-vcdiff/vsprojects/
vcdiff_test.bat 50 rem vcdiff with three arguments but without "encode" or "decode"
65 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
68 || ( echo Decode with three arguments failed ^
87 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
90 || ( echo Decode using stdin/stdout failed ^
107 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
110 || ( echo Decode with mixed arguments failed ^
126 %VCDIFF% decode -dictionary %DICTIONARY_FILE% ^
129 || ( echo Decode with mixed arguments failed ^
142 %VCDIFF% decode -dictionary %TARGET_FILE%
    [all...]

Completed in 259 milliseconds

<<11121314151617181920>>