/external/webp/src/enc/ |
picture.c | 33 uint8_t bytes[4]; member in union:__anon30399 35 #define ALPHA_IS_LAST (test_endian.bytes[3] == 0xff) 525 if (alpha[x] != 0xff) return 1; // TODO(skal): check 4/8 bytes at a time. 595 int step, // bytes per pixel 596 int rgb_stride, // bytes per scanline [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver_wext.c | 126 * @ssid: Buffer for the SSID; must be at least 32 bytes long 250 int bytes; local 255 bytes = strspn(spos, "0123456789abcdefABCDEF"); 256 if (!bytes || (bytes & 1)) 258 bytes /= 2; 260 req_ies = os_malloc(bytes); 262 hexstr2bin(spos, req_ies, bytes) < 0) 265 data.assoc_info.req_ies_len = bytes; 267 spos += bytes * 2 1302 int bytes; local 1317 int bytes; local 1332 int bytes; local [all...] |
/frameworks/base/core/jni/android/graphics/ |
Paint.cpp | 707 size_t bytes = paint.breakText(value->getGlyphs(), value->getGlyphsCount() << 1, local 709 SkASSERT((bytes & 1) == 0); 716 return bytes >> 1; [all...] |
/frameworks/base/services/jni/ |
com_android_server_location_GpsLocationProvider.cpp | 585 jbyte* bytes = (jbyte *)env->GetPrimitiveArrayCritical(data, 0); local 586 sGpsXtraInterface->inject_xtra_data((char *)bytes, length); 587 env->ReleasePrimitiveArrayCritical(data, bytes, JNI_ABORT);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 96 int bytes[500]= {0}; variable [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 89 /*16 = 8 input samples of 2 bytes each*/ 160 int bytes[500] = {0}; variable 182 bytes[e]=size; 184 printf("__ Allocating %d bytes on address %p, line %d file %s\n", size, p, line, s); 197 printf("__ Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | 192 int bytes[500]; variable 214 bytes[e]=size; 216 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); 229 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q],dp, line, s); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 147 int bytes[500]; variable [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
WbAmrEncTest.c | 174 int bytes[500]; variable 196 bytes[e] = size; 198 APP_IPRINT("Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); 213 APP_IPRINT("Deleting %d bytes on address %p, line %d file %s\n", bytes[q], dp, line, s); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/tests/ |
WmaDecTest.c | 110 int bytes[500]; variable [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/ |
OMX_TI_Debug.h | 552 int bytes[mem_array_size]; variable 576 bytes[e]=size; 579 "Allocating %d bytes on address %p, line %d file %s pos %d\n", size, p, line, s, e); 588 OMXDBG_PRINT(stderr, PRINT, 2, 0, "Deleting %d bytes on address %p, line %d file %s\n", 589 bytes[q],dp, line, s);
|
/hardware/ti/omap4xxx/camera/ |
CameraHal.cpp | 1148 int bytes; local 1224 int bytes; local [all...] |
/hardware/ti/wlan/mac80211/wpa_supplicant_lib/ |
driver_mac80211.c | 135 int bytes; local 139 bytes = strspn(spos, "0123456789abcdefABCDEF"); 140 if (!bytes || (bytes & 1)) { 143 bytes /= 2; 145 data.assoc_info.req_ies = os_malloc(bytes); 149 data.assoc_info.req_ies_len = bytes; 150 hexstr2bin(spos, data.assoc_info.req_ies, bytes); 152 spos += bytes * 2; 160 bytes = strspn(spos, "0123456789abcdefABCDEF") 1042 int bytes; local 1058 int bytes; local 1074 int bytes; local [all...] |
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 41 InternedString() : interned(NULL), bytes(NULL) { 45 delete[] bytes; 52 const char* bytes; member in struct:InternedString 230 * to Java's String.hashCode(). This hashes the bytes while String.hashCode() 248 * representing the given UTF-8 bytes. 250 * @param bytes null-terminated string to intern 251 * @param hash of bytes 254 static InternedString* newInternedString(JNIEnv* env, const char* bytes, int hash) { 262 // Create a copy of the UTF-8 bytes. 264 char* copy = new char[strlen(bytes) + 1] 1036 const char* bytes = reinterpret_cast<const char*>(byteArray.get()); local 1047 const char* bytes = reinterpret_cast<const char*>(charArray.get()); local 1058 const char* bytes = reinterpret_cast<const char*>(xml.get()); local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
telephony.h | 206 * always pass full size frames, any unused bytes will be padded with zeros, 261 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
telephony.h | 206 * always pass full size frames, any unused bytes will be padded with zeros, 261 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
telephony.h | 206 * always pass full size frames, any unused bytes will be padded with zeros, 261 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
telephony.h | 168 unsigned int bytes; member in union:telephony_exception
|