Home
last modified time | relevance | path

Searched refs:currentSource (Results 1 - 2 of 2) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/src/
H A Dpixel_convert.cpp148 uint8_t currentSource = 0; in BitConvert() local
155 currentSource = *(sourceRow + i / BYTE_BITS); in BitConvert()
159 destinationRow[i] = ((currentSource >> (BYTE_BITS_MAX_INDEX - bitIndex)) & GET_1_BIT) ? white : black; in BitConvert()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp376 static bool IsHigherPrioritySource(SourceType newSource, SourceType currentSource) in IsHigherPrioritySource() argument
379 NORMAL_SOURCE_PRIORITY.count(currentSource) == 0) { in IsHigherPrioritySource()
382 return NORMAL_SOURCE_PRIORITY[newSource] > NORMAL_SOURCE_PRIORITY[currentSource]; in IsHigherPrioritySource()

Completed in 21 milliseconds