Home
last modified time | relevance | path

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

/hardware/google/easel/amber/camera/libhdrplusclient/
DHdrPlusClientUtils.cpp44 uint32_t yIndex = y * streamConfig.image.planes[0].stride + x; in getRgb() local
51 int32_t yc = ((uint8_t*)buffer.data)[yIndex]; in getRgb()