Searched defs:table (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4xxx/camera/inc/
H A DEncoder_libjpeg.h100 ExifElement_t table[MAX_EXIF_TAGS_SUPPORTED]; member in class:android::ExifElementsTable
/hardware/broadcom/wlan/bcm4329/dhdutil/
H A Dbcmutils.c710 /* Set bits in delimiter table */
1011 /* iovar table lookup */
1013 bcm_iovar_lookup(const bcm_iovar_t *table, const char *name) argument
1025 ASSERT(table != NULL);
1027 for (vi = table; vi->name; vi++) {
1031 /* ran to end of table */
1705 /* Smallest mW value that will round up to the first table entry, QDBM_OFFSET.
1710 /* Largest mW value that will round down to the last table entry,
1736 /* scale the qdBm index up to the range of the table 0-40
1764 /* move mw into the range of the table */
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c710 /* Set bits in delimiter table */
1011 /* iovar table lookup */
1013 bcm_iovar_lookup(const bcm_iovar_t *table, const char *name) argument
1025 ASSERT(table != NULL);
1027 for (vi = table; vi->name; vi++) {
1031 /* ran to end of table */
1705 /* Smallest mW value that will round up to the first table entry, QDBM_OFFSET.
1710 /* Largest mW value that will round down to the last table entry,
1736 /* scale the qdBm index up to the range of the table 0-40
1764 /* move mw into the range of the table */
[all...]
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp2483 // linear interpolation in the attenuation table in dB
3297 uint32_t AudioPolicyManagerBase::stringToEnum(const struct StringToEnum *table, argument
3302 if (strcmp(table[i].name, name) == 0) {
3303 ALOGV("stringToEnum() found %s", table[i].name);
3304 return table[i].value;

Completed in 1175 milliseconds