Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H A Dv4l2_main.cpp234 int ypos = (g_vInfo.yres - height) / 2; in ProcessImage() local
242 for (y = ypos; y < (height + ypos); y++) { in ProcessImage()
/ohos5.0/drivers/peripheral/camera/test/ut/usb_camera/
H A Dtest_camera_base.cpp313 int ypos = (vinfo_.yres - height) / 2; in ProcessImage() local
324 for (y = ypos; y < (height + ypos); y++) { in ProcessImage()
/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.cpp302 int ypos = (vinfo_.yres - height) / 2; in ProcessImage() local
313 for (y = ypos; y < (height + ypos); y++) { in ProcessImage()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp2833 const size_t ypos = yline + w; in ConvertYUV420ToRGBA() local
2836 const uint8_t y = (ypos < yuvSize) ? yuvPlane[ypos] : 0; in ConvertYUV420ToRGBA()
2844 const size_t rgbpos = ypos << 2; in ConvertYUV420ToRGBA()