Home
last modified time | relevance | path

Searched refs:vIndex (Results 1 – 1 of 1) sorted by relevance

/hardware/google/easel/amber/camera/libhdrplusclient/
DHdrPlusClientUtils.cpp45 uint32_t vIndex = streamConfig.image.planes[0].scanline * in getRgb() local
48 uint32_t uIndex = vIndex + 1; in getRgb()
52 int32_t vc = ((uint8_t*)buffer.data)[vIndex] - 128; in getRgb()