HomeSort by relevance Sort by last modified time
    Searched defs:tbl_size (Results 1 - 18 of 18) sorted by null

  /external/libxaac/decoder/
ixheaacd_init_config.c 94 WORD32 tbl_size = sizeof(sampling_rate_tbl) / sizeof(WORD32) - 1; local
96 for (index = 0; index < tbl_size; index++) {
100 if (index > tbl_size) {
101 return tbl_size - 1;
  /external/libldac/src/
ldacBT_internal.c 436 int i, tbl_size; local
440 tbl_size = (int)(sizeof(tbl_ldacbt_eqmid_property)/sizeof(tbl_ldacbt_eqmid_property[0]));
442 for( i = 0; i < tbl_size; ++i, ++pEqmIdProp ){
453 int i, eqmid_0, eqmid_1, eqmid_new, tbl_size; local
461 tbl_size = (int)(sizeof(tbl_ldacbt_eqmid_property)/sizeof(tbl_ldacbt_eqmid_property[0]));
463 for( i = 0; i < tbl_size; ++i ){
471 if( eqmid_1 >= tbl_size ){ return LDACBT_E_FAIL; }
474 for( i = 0; i < tbl_size; ++i ){
487 int i, tbl_size, ldac_mode_id; local
501 tbl_size = (int)(sizeof(tbl_ldacbt_config)/sizeof(tbl_ldacbt_config[0]))
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/private/
color_params.h 209 uint32_t tbl_size[kGamutTableNum]; member in struct:sdm::SDEGamutCfg
  /hardware/qcom/display/msm8909/sdm/include/private/
color_params.h 309 uint32_t tbl_size[kGamutTableNum]; member in struct:sdm::SDEGamutCfg
  /hardware/qcom/display/msm8909w_3100/sdm/include/private/
color_params.h 307 uint32_t tbl_size[kGamutTableNum]; member in struct:sdm::SDEGamutCfg
  /hardware/qcom/display/msm8998/sdm/include/private/
color_params.h 303 uint32_t tbl_size[kGamutTableNum]; member in struct:sdm::SDEGamutCfg
  /hardware/qcom/msm8994/kernel-headers/linux/
msm_mdp.h 801 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_mdp.h 863 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_mdp.h 996 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
1012 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM_V1_7]; member in struct:mdp_gamut_data_v1_7
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_mdp.h 1043 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
1059 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM_V1_7]; member in struct:mdp_gamut_data_v1_7
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_mdp.h 1020 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
1036 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM_V1_7]; member in struct:mdp_gamut_data_v1_7
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_mdp.h 1065 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
1081 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM_V1_7]; member in struct:mdp_gamut_data_v1_7
    [all...]
  /hardware/qcom/msm8x09/kernel-headers/linux/
msm_mdp.h 800 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
813 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM_V1_7]; member in struct:mdp_gamut_data_v1_7
  /hardware/qcom/msm8x09/original-kernel-headers/linux/
msm_mdp.h 1042 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
1058 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM_V1_7]; member in struct:mdp_gamut_data_v1_7
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/linux/
msm_mdp.h 764 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/linux/
msm_mdp.h 823 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_mdp.h 750 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_mdp.h 800 uint32_t tbl_size[MDP_GAMUT_TABLE_NUM]; member in struct:mdp_gamut_cfg_data

Completed in 1014 milliseconds