Searched refs:computedValue (Results 1 – 1 of 1) sorted by relevance
142 uint32_t computedValue = 0xFF000000; in ConvertToInner() local144 … uint8_t tmpValue = ((pixelDataSize & computedValue) >> (OFFSET_BYTE * (DATA_BYTE_SIZE - i - 1))); in ConvertToInner()146 computedValue = computedValue >> OFFSET_BYTE; in ConvertToInner()196 uint32_t computedValue = 0xFF000000; in ConvertToInnerWithLimitedSize() local198 … uint8_t tmpValue = ((pixelDataSize & computedValue) >> (OFFSET_BYTE * (DATA_BYTE_SIZE - i - 1))); in ConvertToInnerWithLimitedSize()200 computedValue = computedValue >> OFFSET_BYTE; in ConvertToInnerWithLimitedSize()