Searched refs:crop_yoffset (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Dtransupp.h136 JDIMENSION crop_yoffset; /* Y offset of selected region */ member in struct:__anon1014
H A Dtransupp.c807 if (! jt_read_integer(&spec, &info->crop_yoffset))
920 info->crop_yoffset = 0; /* default to +0 */
922 info->crop_yoffset >= info->output_height)
927 info->crop_height = info->output_height - info->crop_yoffset;
932 info->crop_yoffset > info->output_height - info->crop_height)
940 yoffset = info->output_height - info->crop_height - info->crop_yoffset;
942 yoffset = info->crop_yoffset;

Completed in 25 milliseconds