Home
last modified time | relevance | path

Searched refs:table (Results 1 – 25 of 32) sorted by relevance

12

/hardware/intel/common/libmix/mix_audio/docs/reference/MixAudio/html/
Dstyle.css35 table.navigation#top
83 table.navigation {
87 div.titlepage table.navigation {
89 display: table;
129 div.table table
138 div.table table td, div.table table th
147 div.table table th
/hardware/qcom/gps/msm8974/utils/
Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) in loc_get_name_from_mask() argument
64 if (table[i].val & (long) mask) in loc_get_name_from_mask()
66 return table[i].name; in loc_get_name_from_mask()
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) in loc_get_name_from_val() argument
78 if (table[i].val == (long) value) in loc_get_name_from_val()
80 return table[i].name; in loc_get_name_from_val()
Dloc_log.h55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
/hardware/qcom/gps/msm8084/utils/
Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) in loc_get_name_from_mask() argument
64 if (table[i].val & (long) mask) in loc_get_name_from_mask()
66 return table[i].name; in loc_get_name_from_mask()
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) in loc_get_name_from_val() argument
78 if (table[i].val == (long) value) in loc_get_name_from_val()
80 return table[i].name; in loc_get_name_from_val()
Dloc_log.h55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
/hardware/qcom/gps/msm8960/utils/
Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) in loc_get_name_from_mask() argument
64 if (table[i].val & (long) mask) in loc_get_name_from_mask()
66 return table[i].name; in loc_get_name_from_mask()
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) in loc_get_name_from_val() argument
78 if (table[i].val == (long) value) in loc_get_name_from_val()
80 return table[i].name; in loc_get_name_from_val()
Dloc_log.h55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
/hardware/qcom/gps/utils/
Dloc_log.cpp59 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask) in loc_get_name_from_mask() argument
64 if (table[i].val & (long) mask) in loc_get_name_from_mask()
66 return table[i].name; in loc_get_name_from_mask()
73 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value) in loc_get_name_from_val() argument
78 if (table[i].val == (long) value) in loc_get_name_from_val()
80 return table[i].name; in loc_get_name_from_val()
Dloc_log.h55 const char* loc_get_name_from_mask(loc_name_val_s_type table[], int table_size, long mask);
56 const char* loc_get_name_from_val(loc_name_val_s_type table[], int table_size, long value);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dvc1parse_ppic_adv.c28 const uint8_t *table; in vc1_ParsePictureHeader_ProgressivePpicture_Adv() local
38 table = VC1_MVMODE_LOW_TBL; in vc1_ParsePictureHeader_ProgressivePpicture_Adv()
40 table = VC1_MVMODE_HIGH_TBL; in vc1_ParsePictureHeader_ProgressivePpicture_Adv()
51 picLayerHeader->MVMODE = table[bit_count]; in vc1_ParsePictureHeader_ProgressivePpicture_Adv()
64 picLayerHeader->MVMODE2 = table[bit_count]; in vc1_ParsePictureHeader_ProgressivePpicture_Adv()
212 const uint8_t *table; in vc1_ParseFieldHeader_InterlacePpicture_Adv() local
257 table = VC1_MVMODE_LOW_TBL; in vc1_ParseFieldHeader_InterlacePpicture_Adv()
259 table = VC1_MVMODE_HIGH_TBL; in vc1_ParseFieldHeader_InterlacePpicture_Adv()
276 picLayerHeader->MVMODE = table[bit_count]; in vc1_ParseFieldHeader_InterlacePpicture_Adv()
289 picLayerHeader->MVMODE2 = table[bit_count]; in vc1_ParseFieldHeader_InterlacePpicture_Adv()
Dvc1parse_ppic.c27 const uint8_t *table; in vc1_ParsePictureHeader_ProgressivePpicture() local
65 table = VC1_MVMODE_LOW_TBL; in vc1_ParsePictureHeader_ProgressivePpicture()
67 table = VC1_MVMODE_HIGH_TBL; in vc1_ParsePictureHeader_ProgressivePpicture()
78 picLayerHeader->MVMODE = table[bit_count]; in vc1_ParsePictureHeader_ProgressivePpicture()
91 picLayerHeader->MVMODE2 = table[bit_count]; in vc1_ParsePictureHeader_ProgressivePpicture()
Dvc1parse_bpic_adv.c167 const uint8_t *table; in vc1_ParseFieldHeader_InterlaceBpicture_Adv() local
202 table = VC1_MVMODE_LOW_TBL; in vc1_ParseFieldHeader_InterlaceBpicture_Adv()
204 table = VC1_MVMODE_HIGH_TBL; in vc1_ParseFieldHeader_InterlaceBpicture_Adv()
215 picLayerHeader->MVMODE = table[bit_count]; in vc1_ParseFieldHeader_InterlaceBpicture_Adv()
/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp270 create_EXIF(table, exif_tag_count, gps_tag_count, has_datetime_tag); in insertExifToJpeg()
298 if (table[i].Value) { in ~ExifElementsTable()
299 free(table[i].Value); in ~ExifElementsTable()
328 table[position].GpsTag = TRUE; in insertElement()
329 table[position].Tag = GpsTagNameToValue(tag); in insertElement()
332 table[position].GpsTag = FALSE; in insertElement()
333 table[position].Tag = TagNameToValue(tag); in insertElement()
341 table[position].DataLength = 0; in insertElement()
342 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1)); in insertElement()
344 if (table[position].Value) { in insertElement()
[all …]
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp328 create_EXIF(table, exif_tag_count, gps_tag_count, has_datetime_tag); in insertExifToJpeg()
330 create_EXIF(table, exif_tag_count, gps_tag_count); in insertExifToJpeg()
359 if (table[i].Value) { in ~ExifElementsTable()
360 free(table[i].Value); in ~ExifElementsTable()
389 table[position].GpsTag = TRUE; in insertElement()
390 table[position].Tag = GpsTagNameToValue(tag); in insertElement()
393 table[position].GpsTag = FALSE; in insertElement()
394 table[position].Tag = TagNameToValue(tag); in insertElement()
409 table[position].DataLength = 0; in insertElement()
410 table[position].Value = (char*) malloc(sizeof(char) * (value_length + 1)); in insertElement()
[all …]
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
DAnnPlaneManager.cpp278 ZOrderDescription *table; in assignPlanes() local
281 table = PIPE_A_ZORDER_TBL; in assignPlanes()
284 table = PIPE_B_ZORDER_TBL; in assignPlanes()
288 ZOrderDescription *zorderDesc = table + i; in assignPlanes()
/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c276 unsigned int i, cid, table; in parse_SOS() local
286 table = *stream++; in parse_SOS()
288 priv->cur_sos.components[i].dc_selector = ((table>>4)&0x0F); in parse_SOS()
289 priv->cur_sos.components[i].ac_selector = (table&0x0F); in parse_SOS()
291 if ((table&0xf)>=4) in parse_SOS()
293 if ((table>>4)>=4) in parse_SOS()
298 trace("ComponentId:%d tableAC:%d tableDC:%d\n", cid, table&0xf, table>>4); in parse_SOS()
/hardware/intel/bootstub/
DVERSION6 0.7 build e820 table and add SPI controller selection. June 4, 2009
Dbootstub.spec37 - build e820 table (by Feng.Tang@intel.com)
Dbootparam.h76 __u8 table[14]; member
/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp51 #define FIND_BYKEY(table, x, y) {\ argument
53 if (table[ii].key == x || table[ii].key == 0) { \
60 #define FIND_BYVALUE(table, x, y) {\ argument
62 if (table[ii].value == x || table[ii].value == 0) { \
/hardware/ti/omap4xxx/camera/inc/
DEncoder_libjpeg.h100 ExifElement_t table[MAX_EXIF_TAGS_SUPPORTED];
/hardware/ti/omap4-aah/camera/inc/
DEncoder_libjpeg.h114 ExifElement_t table[MAX_EXIF_TAGS_SUPPORTED];
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
Dfastquantizeb_neon.asm101 adr r0, inv_zig_zag ; load ptr of inverse zigzag table
184 adr r0, inv_zig_zag ; load ptr of inverse zigzag table
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
Dsubpixel_ssse3.asm48 movsxd rdx, DWORD PTR arg(5) ;table index
191 movsxd rdx, DWORD PTR arg(5) ;table index
298 movsxd rdx, DWORD PTR arg(5) ;table index
428 movsxd rdx, DWORD PTR arg(5) ;table index
616 movsxd rdx, DWORD PTR arg(5) ;table index
755 movsxd rdx, DWORD PTR arg(5) ;table index
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h433 extern const bcm_iovar_t *bcm_iovar_lookup(const bcm_iovar_t *table, const char *name);
434 extern int bcm_iovar_lencheck(const bcm_iovar_t *table, void *arg, int len, bool set);

12