Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Ddemo.h106 int crop_yoffset; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Ddemo.h106 int crop_yoffset; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Ddemo.h106 int crop_yoffset; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch851 + if (! jt_read_integer(&spec, &info->crop_yoffset))
1004 + info->crop_yoffset = 0; /* default to +0 */
1006 + info->crop_yoffset >= info->output_height)
1011 + info->crop_height = info->output_height - info->crop_yoffset;
1016 + info->crop_yoffset > info->output_height - info->crop_height)
1024 + yoffset = info->output_height - info->crop_height - info->crop_yoffset;
1026 + yoffset = info->crop_yoffset;
1803 + JDIMENSION crop_yoffset; /* Y offset of selected region */