Searched refs:UINT8 (Results 1 – 5 of 5) sorted by relevance
49 typedef UINT8 tUIPC_STATUS;63 UINT8 opcode; /* UIPC_OPEN_REQ */70 UINT8 opcode; /* UIPC_OPEN_RESP */74 …UINT8 num_streams; /* Number of simultaneous streams supported by the light stack…81 UINT8 opcode; /* UIPC_CLOSE_REQ */88 UINT8 opcode; /* UIPC_CLOSE_RSP */95 UINT8 opcode;107 UINT8 msg[IPC_LOG_MSG_LEN];130 UINT8 op_code;131 UINT8 status;[all …]
207 hw_resource->num_blending_stages = UINT8(atoi(tokens[1])); in GetHWResourceInfo()261 uint32_t pipe_count = UINT8(atoi(tokens[1])); in GetHWResourceInfo()378 hw_resource->hw_rot_info.num_rotator = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()381 hw_resource->hw_rot_info.has_downscale = UINT8(atoi(tokens[1])); in GetMDSSRotatorInfo()488 format_supported[i] = UINT8(atoi(tokens[i])); in ParseFormats()
37 #define UINT8(exp) static_cast<uint8_t>(exp) macro
238 UINT8 losc; in bcrm_vnd_a2dp_parse_codec_info()239 UINT8 mt; in bcrm_vnd_a2dp_parse_codec_info()
878 *decimation = UINT8(ceilf(log2f(downscale / max_down_scale))); in CalculateDecimation()