Home
last modified time | relevance | path

Searched refs:high (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/camera/vdi_base/common/pipeline_core/nodes/src/source_node/
H A Dsource_node.h53 void setWideAndHigh(int32_t wide, int32_t high);
H A Dsource_node.cpp424 void SourceNode::PortHandler::setWideAndHigh(int32_t wide, int32_t high) in setWideAndHigh() argument
427 maxHigh_ = high; in setWideAndHigh()
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_supplicant_hal.c1147 int8_t high = IsValidHexCharAndConvert(str[i]); in HexStringToString() local
1149 if (high < 0 || low < 0) { in HexStringToString()
1152 char tmp = ((high << hexShiftNum) | (low & 0x0F)); in HexStringToString()

Completed in 4 milliseconds