/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
Android.mk | 28 LOCAL_MODULE:= libOMX.TI.AAC.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G711.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
Android.mk | 27 LOCAL_MODULE:= libOMX.TI.G722.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G726.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
Android.mk | 28 LOCAL_MODULE:= libOMX.TI.G729.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
Android.mk | 27 LOCAL_MODULE:= libOMX.TI.MP3.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
Android.mk | 27 LOCAL_MODULE:= libOMX.TI.AMR.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
Android.mk | 27 LOCAL_MODULE:= libOMX.TI.WBAMR.decode
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
Android.mk | 26 LOCAL_MODULE:= libOMX.TI.WMA.decode
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
base64_codec.py | 4 will return Python string objects for both encode and decode. 49 def decode(self, input,errors='strict'): member in class:Codec 58 def decode(self, input, final=False): member in class:IncrementalDecoder 74 decode=base64_decode,
|
hex_codec.py | 4 will return Python string objects for both encode and decode. 49 def decode(self, input,errors='strict'): member in class:Codec 58 def decode(self, input, final=False): member in class:IncrementalDecoder 74 decode=hex_decode,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
base64_codec.py | 4 will return Python string objects for both encode and decode. 49 def decode(self, input,errors='strict'): member in class:Codec 58 def decode(self, input, final=False): member in class:IncrementalDecoder 74 decode=base64_decode,
|
hex_codec.py | 4 will return Python string objects for both encode and decode. 49 def decode(self, input,errors='strict'): member in class:Codec 58 def decode(self, input, final=False): member in class:IncrementalDecoder 74 decode=hex_decode,
|
/sdk/emulator/qtools/ |
decoder.h | 13 int64_t Decode(bool is_signed);
|
/external/chromium/sdch/open-vcdiff/src/ |
vcdiff_test.sh | 45 # vcdiff with three arguments but without "encode" or "decode" 60 $VCDIFF decode -dictionary $DICTIONARY_FILE \ 63 || { echo "Decode with three arguments failed"; \ 80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 83 || { echo "Decode using stdin/stdout failed"; \ 100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 103 || { echo "Decode with mixed arguments failed"; \ 119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 122 || { echo "Decode with mixed arguments failed"; \ 135 $VCDIFF decode -dictionary $TARGET_FILE [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
vcdiff_test.sh | 45 # vcdiff with three arguments but without "encode" or "decode" 60 $VCDIFF decode -dictionary $DICTIONARY_FILE \ 63 || { echo "Decode with three arguments failed"; \ 80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 83 || { echo "Decode using stdin/stdout failed"; \ 100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 103 || { echo "Decode with mixed arguments failed"; \ 119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 122 || { echo "Decode with mixed arguments failed"; \ 135 $VCDIFF decode -dictionary $TARGET_FILE [all...] |
/external/open-vcdiff/src/ |
vcdiff_test.sh | 45 # vcdiff with three arguments but without "encode" or "decode" 60 $VCDIFF decode -dictionary $DICTIONARY_FILE \ 63 || { echo "Decode with three arguments failed"; \ 80 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 83 || { echo "Decode using stdin/stdout failed"; \ 100 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 103 || { echo "Decode with mixed arguments failed"; \ 119 { $VCDIFF decode -dictionary $DICTIONARY_FILE \ 122 || { echo "Decode with mixed arguments failed"; \ 135 $VCDIFF decode -dictionary $TARGET_FILE [all...] |
/external/chromium/chrome/browser/importer/ |
importer.cc | 32 // Decode the favicon using WebKit's image decoder. 34 SkBitmap decoded = decoder.Decode(src_data, src_len); 36 return false; // Unable to decode.
|
/external/chromium_org/chrome/browser/chromeos/extensions/ |
wallpaper_function_base.h | 16 // Wallpaper manager function base. It contains a image decoder to decode 25 // A class to decode JPEG file. 31 // Starts to decode |data|. Must run on UI thread.
|
/external/chromium_org/ui/gfx/image/ |
image_png_rep.cc | 30 // using the gfx::PNGCodec API, is to decode the whole thing. 33 if (!gfx::PNGCodec::Decode(raw_data->front(), raw_data->size(), 35 LOG(ERROR) << "Unable to decode PNG.";
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/ |
IntegerResourceLoader.java | 38 // Decode into long, because there are some large hex values in the android resource files 40 // Integer.decode() does not support large, i.e. negative values in hex numbers. 41 return (int) Long.decode(rawValue).longValue();
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
decode_bwe.c | 14 * This C file contains the internal decode bandwidth estimate function. 38 /* decode framelength */ 45 /* decode BW estimation */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
video_decoder.h | 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */ 9 #define VIDEO_DECODER_NTSC 2 /* can decode NTSC */ 10 #define VIDEO_DECODER_SECAM 4 /* can decode SECAM */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_decoder.h | 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */ 9 #define VIDEO_DECODER_NTSC 2 /* can decode NTSC */ 10 #define VIDEO_DECODER_SECAM 4 /* can decode SECAM */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
video_decoder.h | 8 #define VIDEO_DECODER_PAL 1 /* can decode PAL signal */ 9 #define VIDEO_DECODER_NTSC 2 /* can decode NTSC */ 10 #define VIDEO_DECODER_SECAM 4 /* can decode SECAM */
|