/external/libyuv/files/source/ |
row_win.cc | 656 // Convert 16 ARGB pixels (64 bytes) to 16 Y values. 966 // step 2 - convert to U and V 1036 // step 2 - convert to U and V 1102 // step 2 - convert to U and V [all...] |
/frameworks/native/opengl/tests/hwc/ |
hwcTestLib.cpp | 717 // When formats differ, convert colors. 718 // Important to not convert when formats are the same, since 765 * 2. Convert the in gamut color into the fraction of the fromFromat 768 * 3. Convert from the fraction of the in gamut from format range to 860 // and recursively convert it to the requested graphic format. 866 // Within from format, convert from fraction of full range 930 // Within to format, convert from fraction of valid range [all...] |
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | 64 // If the vector is a vector of floating point, convert it to vector of int 98 // If this is a scalar -> vector cast, convert the input into a <1 x scalar> 140 // Okay, we know the destination is integer, if the input is FP, convert 586 // PtrToInt may change the bitwidth so we have convert to the right size [all...] |
/external/libxml2/ |
triostr.c | 696 Convert the alphabetic letters in the string to lower-case. 939 Convert string to floating-point number. 1087 Convert string to floating-point number. 1110 Convert string to floating-point number. 1134 Convert string to signed integer. 1156 Convert one alphabetic letter to lower-case. 1183 Convert string to unsigned integer. 1205 Convert one alphabetic letter to upper-case. 1231 Convert the alphabetic letters in the string to upper-case. [all...] |
/external/llvm/unittests/ADT/ |
APFloatTest.cpp | [all...] |
/frameworks/av/libvideoeditor/vss/src/ |
M4xVSS_API.c | 150 /*No need to convert into UTF8 as all input of xVSS are in UTF8 317 * UTF conversion: convert into the customer format*/ 831 /*As all inputs of the xVSS are in UTF8, convert the output file path into the [all...] |
/external/icu4c/common/unicode/ |
ucnv.h | 25 * <p>This API is used to convert codepage or character encoded data to and 27 * converter, you can get its properties, set options, convert your data and 338 * convert some characters differently from other platforms. Details on this topic 751 * - Supplementary code points may convert to more bytes than BMP code points. [all...] |
/external/icu4c/i18n/unicode/ |
umsg.h | 80 * printf("%s\n", austrdup(result) );//austrdup( a function used to convert UChar* to char*) 109 * printf("%s\n", austrdup(result) ); //austrdup( a function used to convert UChar* to char*) 592 * Convert an 'apostrophe-friendly' pattern into a standard 601 * is indeed a valid pattern. The only effect is to convert 604 * @param pattern the 'apostrophe-friendly' patttern to convert
|
/external/icu4c/samples/ugrep/ |
ugrep.cpp | 62 // Converter, used on output to convert Unicode data back to char * 254 // readFile Read a file into memory, and convert it to Unicode. 325 // Convert the file data to UChar. 430 // Convert the line to be printed back to the default 8 bit code page. 436 lineEnd-lineStart, // number of UChars to convert
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/builder/ |
DefaultMp4Builder.java | 143 mvhd.setCreationTime(DateHelper.convert(new Date())); 144 mvhd.setModificationTime(DateHelper.convert(new Date())); 218 tkhd.setCreationTime(DateHelper.convert(track.getTrackMetaData().getCreationTime())); 226 tkhd.setModificationTime(DateHelper.convert(new Date())); 250 mdhd.setCreationTime(DateHelper.convert(track.getTrackMetaData().getCreationTime()));
|
FragmentedMp4Builder.java | 431 mvhd.setCreationTime(DateHelper.convert(new Date())); 432 mvhd.setModificationTime(DateHelper.convert(new Date())); 644 tkhd.setCreationTime(DateHelper.convert(track.getTrackMetaData().getCreationTime())); 652 tkhd.setModificationTime(DateHelper.convert(new Date())); 664 mdhd.setCreationTime(DateHelper.convert(track.getTrackMetaData().getCreationTime()));
|
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/spulibs/ |
yuv2rgb_converter.c | 108 deprintf("[SPU] Convert %ix%i from YUV to RGB\n", parms_converter.src_pixel_width, parms_converter.src_pixel_height); 231 // Convert YUV to BGRA, store it back (first two lines) 258 // Convert YUV to BGRA, store it back (first two lines) 340 // Convert YUV to BGRA, store it back (first two lines) 367 // Convert YUV to BGRA, store it back (first two lines)
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_math.h | 232 /* use CENTS_TO_DENTS to convert a value in cents to dents */ 238 of dB. However, we use a linear gain value, so we must convert 252 So, in order to convert the LFO gain value in dB to something 256 The divide by 20 helps convert dB to linear gain, and we might 262 /* use LFO_GAIN_TO_CENTS to convert the LFO gain value to cents */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_math.h | 232 /* use CENTS_TO_DENTS to convert a value in cents to dents */ 238 of dB. However, we use a linear gain value, so we must convert 252 So, in order to convert the LFO gain value in dB to something 256 The divide by 20 helps convert dB to linear gain, and we might 262 /* use LFO_GAIN_TO_CENTS to convert the LFO gain value to cents */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_math.h | 232 /* use CENTS_TO_DENTS to convert a value in cents to dents */ 238 of dB. However, we use a linear gain value, so we must convert 252 So, in order to convert the LFO gain value in dB to something 256 The divide by 20 helps convert dB to linear gain, and we might 262 /* use LFO_GAIN_TO_CENTS to convert the LFO gain value to cents */
|
/external/stlport/src/ |
num_get_float.cpp | 265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp. 353 /* Convert the decimal digits to a binary integer. */ 368 bexp = 64; /* convert from 64b int to fraction */ 487 /* Convert the decimal digits to a binary integer. */ 503 int bexp = 64; /* convert from 64b int to fraction */
|
/external/v8/src/ |
full-codegen.h | 299 // Helper function to convert a pure value into a test context. The value 624 // Convert constant control flow (true or false) to the result expected for 628 // Emit code to convert a pure value (in a register, known variable 637 // Emit code to convert pure control flow to a pair of unbound labels into 644 // Emit code to discard count elements from the top of stack, then convert
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucnv.h | 25 * <p>This API is used to convert codepage or character encoded data to and 27 * converter, you can get its properties, set options, convert your data and 289 * convert some characters differently from other platforms. Details on this topic 602 * - Supplementary code points may convert to more bytes than BMP code points. [all...] |
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
ucnv.h | 25 * <p>This API is used to convert codepage or character encoded data to and 27 * converter, you can get its properties, set options, convert your data and 289 * convert some characters differently from other platforms. Details on this topic 602 * - Supplementary code points may convert to more bytes than BMP code points. [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucnv.h | 25 * <p>This API is used to convert codepage or character encoded data to and 27 * converter, you can get its properties, set options, convert your data and 289 * convert some characters differently from other platforms. Details on this topic 602 * - Supplementary code points may convert to more bytes than BMP code points. [all...] |
/frameworks/av/media/libeffects/testlibs/ |
EffectsMath.h | 223 /* use CENTS_TO_DENTS to convert a value in cents to dents */ 229 of dB. However, we use a linear gain value, so we must convert 243 So, in order to convert the LFO gain value in dB to something 247 The divide by 20 helps convert dB to linear gain, and we might 253 /* use LFO_GAIN_TO_CENTS to convert the LFO gain value to cents */
|
/hardware/invensense/libsensors_iio/software/core/mllite/ |
ml_math_func.c | 50 // Now convert cross product into world frame 578 * @param[in] mtx Orientation matrix to convert to a scalar. 608 /** Uses the scalar orientation value to convert from chip frame to body frame 620 /** Uses the scalar orientation value to convert from body frame to chip frame 633 /** Uses the scalar orientation value to convert from chip frame to body frame and
|
/ndk/sources/cxx-stl/stlport/src/ |
num_get_float.cpp | 265 // Convert a 64-bitb fraction * 10^exp to a 64-bit fraction * 2^bexp. 353 /* Convert the decimal digits to a binary integer. */ 368 bexp = 64; /* convert from 64b int to fraction */ 487 /* Convert the decimal digits to a binary integer. */ 503 int bexp = 64; /* convert from 64b int to fraction */
|
/packages/apps/Email/src/org/apache/commons/io/ |
EndianUtils.java | 53 * @param value value to convert
63 * @param value value to convert
76 * @param value value to convert
93 * @param value value to convert
102 * @param value value to convert
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
UiElementPullParser.java | 376 // Auto-convert http://schemas.android.com/apk/res-auto resources. The lookup 392 // on the fly convert match_parent to fill_parent for compatibility with older 518 // (but modified to directly take the parsed value and convert it into pixel instead of 573 * Convert the string into a pixel value, and puts it in {@link #sIntOut} 617 // convert the value into pixel based on the dimention type
|