Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/
H A Ddemo.h105 int crop_xoffset; member
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/
H A Ddemo.h105 int crop_xoffset; member
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/
H A Ddemo.h105 int crop_xoffset; member
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch844 + if (! jt_read_integer(&spec, &info->crop_xoffset))
1002 + info->crop_xoffset = 0; /* default to +0 */
1005 + if (info->crop_xoffset >= info->output_width ||
1009 + info->crop_width = info->output_width - info->crop_xoffset;
1015 + info->crop_xoffset > info->output_width - info->crop_width ||
1020 + xoffset = info->output_width - info->crop_width - info->crop_xoffset;
1022 + xoffset = info->crop_xoffset;
1801 + JDIMENSION crop_xoffset; /* X offset of selected region */