Home
last modified time | relevance | path

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

/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.cpp303 int yPos, uPos, vPos; in ProcessImage() local
308 vPos = 3; // 3:Pixel initial value in ProcessImage()
311 vPosIncrement = 4; // 4:vPos increase value in ProcessImage()
320 v = in[vPos] - 128; // 128:display size in ProcessImage()
333 vPos += vPosIncrement; in ProcessImage()
339 vPos = 3; // 3:Pixel initial value in ProcessImage()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H A Dv4l2_main.cpp235 int yPos, uPos, vPos; in ProcessImage() local
239 vPos = 3; // 3:v position 3 in ProcessImage()
249 v = in[vPos] - 128; // 128:offset of v in ProcessImage()
260 vPos += 4; // 4:v position in ProcessImage()
266 vPos = 3; // 3:v position 3 in ProcessImage()
/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp314 int yPos, uPos, vPos; in ProcessImage() local
319 vPos = 3; // 3:Pixel initial value in ProcessImage()
322 vPosIncrement = 4; // 4:vPos increase value in ProcessImage()
331 v = in[vPos] - 128; // 128:display size in ProcessImage()
344 vPos += vPosIncrement; in ProcessImage()
350 vPos = 3; // 3:Pixel initial value in ProcessImage()

Completed in 5 milliseconds