| /frameworks/opt/bitmap/src/com/android/bitmap/ |
| DecodeTask.java | 39 * decode is complete, even if the task is cancelled, the result is placed in the given cache. 40 * A {@link DecodeCallback} client may be notified on decode begin and completion. 45 * GIFs are supported, but their decode does not reuse bitmaps at all. The resulting 66 * Callback interface for clients to be notified of decode state changes and completion. 91 * @param requestKey The request to decode, also the key to use for the cache. 92 * @param decodeOpts The decode options. 93 * @param factory The factory to obtain file descriptors to decode from. If this factory is 94 * null, then we will decode from requestKey.createInputStream(). 95 * @param callback The callback to notify of decode state changes. 112 return decode(); 115 public ReusableBitmap decode() { method in class:DecodeTask 485 private Bitmap decode(ParcelFileDescriptor fd, InputStream in) { method in class:DecodeTask [all...] |
| /frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
| BasicBitmapDrawable.java | 50 * The actual bitmap decode work is handled by {@link DecodeTask}. 84 new LinkedBlockingQueue<Runnable>(128), new NamedThreadFactory("decode")); 121 * Set the dimensions to decode into. These dimensions should never change while the drawable is 135 * Binds to the given key and start the decode process. This will first look in the cache, then 136 * decode from the request key if not found. 211 // find cached entry here and skip decode if found. 252 decode(null); 266 decode(factory); 273 protected void decode(final FileDescriptorFactory factory) { method in class:BasicBitmapDrawable 274 Trace.beginSection("decode"); [all...] |
| /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/internal/ |
| vpx_codec_internal.h | 177 /*!\brief decode data function pointer prototype 224 * to decode the current frame and a function to be called when libvpx does 226 * be called before the first call to decode or libvpx will assume the 339 vpx_codec_decode_fn_t decode; /**< \copydoc ::vpx_codec_decode_fn_t */ member in struct:vpx_codec_iface::vpx_codec_dec_iface
|
| /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/ |
| Utility.java | 303 private static String decode(Charset charset, byte[] b) { method in class:Utility 307 final CharBuffer cb = charset.decode(ByteBuffer.wrap(b)); 318 return decode(UTF_8, b); 328 return decode(ASCII, b);
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
| CropView.java | 274 private int decode(int movingEdges, float rotation) { method in class:CropView 374 mScreenCropBounds, mCropObj.isFixedAspect(), decode(mCropObj.getSelectState(), mRotation));
|
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/ |
| ImageCrop.java | 216 private int decode(int movingEdges, float rotation) { method in class:ImageCrop 321 decode(mCropObj.getSelectState(), mGeometry.rotation.value()));
|
| /packages/apps/UnifiedEmail/src/com/android/mail/bitmap/ |
| ContactDrawable.java | 267 decode(); method 279 private void decode() { method in class:ContactDrawable
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| _pyio.py | 105 encoding is the name of the encoding used to decode or encode the 1376 def decode(self, input, final=False): member in class:IncrementalNewlineDecoder [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/ |
| gensuitemodule.py | 172 aete = decode(data, verbose) 219 aete = decode(aedata.data, verbose) 270 def decode(data, verbose=None): function 271 """Decode a resource into a python data structure""" 800 fp.write(" # XXXX Optionally decode result\n") 802 # Decode result [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| _pyio.py | 105 encoding is the name of the encoding used to decode or encode the 1376 def decode(self, input, final=False): member in class:IncrementalNewlineDecoder [all...] |
| /prebuilts/tools/common/mkidentity/ |
| mkidentity-prebuilt.jar | |
| /dalvik/dx/src/com/android/dx/io/instructions/ |
| InstructionCodec.java | 27 * Representation of an instruction format, which knows how to decode into 32 @Override public DecodedInstruction decode(int opcodeUnit, method 45 @Override public DecodedInstruction decode(int opcodeUnit, method 60 @Override public DecodedInstruction decode(int opcodeUnit, method 79 @Override public DecodedInstruction decode(int opcodeUnit, method 98 @Override public DecodedInstruction decode(int opcodeUnit, method 114 @Override public DecodedInstruction decode(int opcodeUnit, method 131 @Override public DecodedInstruction decode(int opcodeUnit, method 149 @Override public DecodedInstruction decode(int opcodeUnit, method 168 @Override public DecodedInstruction decode(int opcodeUnit method 187 @Override public DecodedInstruction decode(int opcodeUnit, method 206 @Override public DecodedInstruction decode(int opcodeUnit, method 225 @Override public DecodedInstruction decode(int opcodeUnit, method 255 @Override public DecodedInstruction decode(int opcodeUnit, method 275 @Override public DecodedInstruction decode(int opcodeUnit, method 296 @Override public DecodedInstruction decode(int opcodeUnit, method 318 @Override public DecodedInstruction decode(int opcodeUnit, method 341 @Override public DecodedInstruction decode(int opcodeUnit, method 362 @Override public DecodedInstruction decode(int opcodeUnit, method 384 @Override public DecodedInstruction decode(int opcodeUnit, method 405 @Override public DecodedInstruction decode(int opcodeUnit, method 424 @Override public DecodedInstruction decode(int opcodeUnit, method 442 @Override public DecodedInstruction decode(int opcodeUnit, method 463 @Override public DecodedInstruction decode(int opcodeUnit, method 497 @Override public DecodedInstruction decode(int opcodeUnit, method 519 @Override public DecodedInstruction decode(int opcodeUnit, method 530 @Override public DecodedInstruction decode(int opcodeUnit, method 541 @Override public DecodedInstruction decode(int opcodeUnit, method 552 @Override public DecodedInstruction decode(int opcodeUnit, method 563 @Override public DecodedInstruction decode(int opcodeUnit, method 574 @Override public DecodedInstruction decode(int opcodeUnit, method 585 @Override public DecodedInstruction decode(int opcodeUnit, method 608 @Override public DecodedInstruction decode(int opcodeUnit, method 640 @Override public DecodedInstruction decode(int opcodeUnit, method 680 @Override public DecodedInstruction decode(int opcodeUnit, method 756 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec [all...] |
| /external/chromium_org/v8/src/ |
| utils.h | 256 // BitField is a help template for encoding and decode bitfield with 291 static T decode(U value) { function in class:v8::internal::BitFieldBase [all...] |
| /external/dexmaker/src/dx/java/com/android/dx/io/instructions/ |
| InstructionCodec.java | 28 * Representation of an instruction format, which knows how to decode into 33 @Override public DecodedInstruction decode(int opcodeUnit, method 46 @Override public DecodedInstruction decode(int opcodeUnit, method 61 @Override public DecodedInstruction decode(int opcodeUnit, method 80 @Override public DecodedInstruction decode(int opcodeUnit, method 99 @Override public DecodedInstruction decode(int opcodeUnit, method 115 @Override public DecodedInstruction decode(int opcodeUnit, method 132 @Override public DecodedInstruction decode(int opcodeUnit, method 150 @Override public DecodedInstruction decode(int opcodeUnit, method 169 @Override public DecodedInstruction decode(int opcodeUnit method 188 @Override public DecodedInstruction decode(int opcodeUnit, method 207 @Override public DecodedInstruction decode(int opcodeUnit, method 226 @Override public DecodedInstruction decode(int opcodeUnit, method 256 @Override public DecodedInstruction decode(int opcodeUnit, method 276 @Override public DecodedInstruction decode(int opcodeUnit, method 297 @Override public DecodedInstruction decode(int opcodeUnit, method 319 @Override public DecodedInstruction decode(int opcodeUnit, method 342 @Override public DecodedInstruction decode(int opcodeUnit, method 363 @Override public DecodedInstruction decode(int opcodeUnit, method 385 @Override public DecodedInstruction decode(int opcodeUnit, method 406 @Override public DecodedInstruction decode(int opcodeUnit, method 425 @Override public DecodedInstruction decode(int opcodeUnit, method 443 @Override public DecodedInstruction decode(int opcodeUnit, method 464 @Override public DecodedInstruction decode(int opcodeUnit, method 498 @Override public DecodedInstruction decode(int opcodeUnit, method 520 @Override public DecodedInstruction decode(int opcodeUnit, method 531 @Override public DecodedInstruction decode(int opcodeUnit, method 542 @Override public DecodedInstruction decode(int opcodeUnit, method 553 @Override public DecodedInstruction decode(int opcodeUnit, method 564 @Override public DecodedInstruction decode(int opcodeUnit, method 575 @Override public DecodedInstruction decode(int opcodeUnit, method 586 @Override public DecodedInstruction decode(int opcodeUnit, method 609 @Override public DecodedInstruction decode(int opcodeUnit, method 630 @Override public DecodedInstruction decode(int opcodeUnit, method 651 @Override public DecodedInstruction decode(int opcodeUnit, method 672 @Override public DecodedInstruction decode(int opcodeUnit, method 694 @Override public DecodedInstruction decode(int opcodeUnit, method 718 @Override public DecodedInstruction decode(int opcodeUnit, method 742 @Override public DecodedInstruction decode(int opcodeUnit, method 774 @Override public DecodedInstruction decode(int opcodeUnit, method 814 @Override public DecodedInstruction decode(int opcodeUnit, method 890 public abstract DecodedInstruction decode(int opcodeUnit, CodeInput in) method in class:InstructionCodec [all...] |
| /external/robolectric/lib/main/ |
| commons-codec-1.6.jar | |
| /external/smack/src/org/jivesoftware/smack/util/ |
| Base64.java | 32 public final static int DECODE = 0;
804 public static byte[] decode( byte[] source, int off, int len, int options ) method in class:Base64 863 public static byte[] decode( String s ) method in class:Base64 878 public static byte[] decode( String s, int options ) method in class:Base64 [all...] |
| PacketParserUtils.java | 881 private static Object decode(Class<?> type, String value) throws Exception { method in class:PacketParserUtils [all...] |
| /frameworks/av/media/libmediaplayerservice/nuplayer/ |
| NuPlayerDecoder.cpp | 1056 void NuPlayer::CCDecoder::decode(const sp<ABuffer> &accessUnit) { function in class:android::NuPlayer::CCDecoder [all...] |
| /frameworks/base/media/java/android/media/tv/ |
| TvContract.java | 1096 public static String[] decode(String genres) { method in class:TvContract.Programs.Genres [all...] |
| TvInputInfo.java | 615 set.add(Uri.decode(id)); 638 map.put(Uri.decode(pair[0]), Uri.decode(pair[1]));
|
| /frameworks/opt/net/voip/src/jni/rtp/ |
| AudioGroup.cpp | 106 void decode(int tick); 208 // the first time we successfully decode an incoming packet. 360 void AudioStream::decode(int tick) function in class:__anon38991::AudioStream 402 // Receive the packet and decode it. 432 length = mCodec->decode(samples, count, &buffer[offset], length); 755 ((AudioStream *)events[i].data.ptr)->decode(tick);
|
| /hardware/intel/common/libva/va/ |
| va_trace.c | 51 * Env. to debug some issue, e.g. the decode/encode issue in a video conference scenerio: 56 * decode/encode or jpeg surfaces 203 * to trace decode surface, set the trace file name to sth like *dec* 399 int encode, decode, jpeg; local 420 decode = (trace_ctx->trace_entrypoint == VAEntrypointVLD); 423 (decode && (trace_flag & VA_TRACE_FLAG_SURFACE_DECODE)) || 3166 int encode, decode, jpeg; local [all...] |
| /hardware/intel/img/psb_video/src/ |
| psb_drv_video.c | 2322 int decode = 0, encode = 0, rc_enable = 0, proc = 0; local 2422 int frame_skip = 0, encode = 0, decode = 0, rc_enable = 0, proc = 0; local [all...] |
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/charset/ |
| CharsetDecoderTest.java | 199 * Class under test for CharBuffer decode(ByteBuffer) 208 decoder.decode(null); 214 CharBuffer out = decoder.decode(ByteBuffer.allocate(0)); 219 out = decoder.decode(in); 227 out = decoder.decode(in); 246 CharBuffer buffer = decoder.decode(in); 255 out = decoder.decode(in); 261 out = decoder.decode(in); 271 decoder.decode(in); 279 out = decoder.decode(in) [all...] |
| /libcore/luni/src/main/java/java/net/ |
| URI.java | 127 * <p>To decode a URI, invoke the single-string constructor, and then use the 1263 private String decode(String s) { method in class:URI [all...] |