/external/mesa3d/src/mapi/glapi/gen/ |
glX_API.xml | 7 decode tables on the server. The only information that is needed
|
/external/mesa3d/src/mesa/main/ |
texcompress_etc.c | 74 * Decode texture data in format `MESA_FORMAT_ETC1_RGB8` to
|
/external/openssh/ |
uuencode.c | 50 * Decode base64-encoded 'src' into buffer 'target' of 'targsize' bytes.
|
/external/proguard/src/proguard/gui/ |
default.pro | 104 public static java.lang.Byte decode(java.lang.String); 112 public static java.lang.Short decode(java.lang.String); 128 public static java.lang.Integer decode(java.lang.String); 150 public static java.lang.Long decode(java.lang.String);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/ |
SDL_wave.c | 187 /* Decode and store the other samples in this block */ 295 /* Fill the decode buffer with a channel block of data (8 samples) */ 375 /* Decode and store the other samples in this block */ 450 /* Decode the audio data format */
|
/external/robolectric/src/main/java/android/net/ |
Uri__FromAndroid.java | 1040 return decode(encodedHost); 1545 values.add(decode(value)); method 1789 public static String decode(String s) { method in class:Uri__FromAndroid 2110 segmentBuilder.add(decode(path.substring(previous))); method [all...] |
/external/skia/include/images/ |
SkImageRef.h | 55 method will decode and set the pixels in the specified bitmap and
|
/external/skia/src/core/ |
SkOrderedReadBuffer.h | 107 * Provide a function to decode an SkBitmap from encoded data. Only used if the writer
|
SkOrderedWriteBuffer.h | 95 * bitmapEncoder to store the SkBitmap. If the reader does not provide a function to decode, it
|
/external/skia/src/images/ |
SkImageDecoder_libbmp.cpp | 110 // Now decode the BMP into callback's rgb() array [r,g,b, r,g,b, ...]
|
/external/skia/src/ports/ |
SkImageDecoder_empty.cpp | 36 bool SkImageDecoder::decode(SkStream*, SkBitmap*, SkBitmap::Config, Mode) { function in class:SkImageDecoder
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
PYXScanner.java | 95 // Does not decode \t and \\ in input
|
/external/v8/src/ |
lithium.h | 53 Kind kind() const { return KindField::decode(value_); } 167 Policy policy() const { return PolicyField::decode(value_); } 176 return VirtualRegisterField::decode(value_); 195 return LifetimeField::decode(value_) == USED_AT_START;
|
/external/wpa_supplicant_8/src/utils/ |
base64.c | 88 * base64_decode - Base64 decode
|
/external/zlib/src/contrib/ |
README.contrib | 33 Unsupported diffs to infback to decode the deflate64 format
|
/frameworks/av/libvideoeditor/vss/common/inc/ |
M4_BitStreamParser.h | 125 * @brief Decode an MPEG4 Systems descriptor size from an encoded SDL size data.
|
M4_Common.h | 146 * @brief This structure defines the user's data needed to decode the
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_DecodeCoeffsToPairCAVLC.c | 13 * H.264 decode coefficients module
|
/frameworks/base/core/java/android/util/ |
Base64OutputStream.java | 56 * @param encode true to encode, false to decode
|
/frameworks/base/docs/html/training/multiple-threads/ |
index.jd | 46 display them on a thumbnail screen runs substantially faster when you do each decode on a
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_q6vdec.h | 145 u32 status; /* video decode status */
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/ |
Exynos_OMX_Vdec.h | 81 /* For Decode Output */
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
OMX_JpegDec_Utils.h | 486 OMX_U32 ulInReserved0; /*could be like thumbnail decode only*/ 491 OMX_U32 ulnumAU; /*Number of MCUs to decode; set as DEFAULT for full image decoding*/ 492 OMX_U32 uldecodeHeader; /*DECODE_AU = Decode at one shot; PARSE_HEADER = Parse header */ 502 OMX_U32 ulNumMCURow; /*Slide decoding: Set the numbers of lines to decode*/
|
/libcore/crypto/src/main/java/org/conscrypt/ |
ClientKeyExchange.java | 115 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ClientKeyExchange");
|
ServerHello.java | 100 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect ServerHello");
|