Lines Matching refs:crop
48 return &crop;
98 crop.x = (static_cast<const CameraRect *>(value))->x;
99 crop.y = (static_cast<const CameraRect *>(value))->y;
100 crop.w = (static_cast<const CameraRect *>(value))->w;
101 crop.h = (static_cast<const CameraRect *>(value))->h;
110 crop.x = 0;
111 crop.y = 0;
112 crop.w = 0;
113 crop.h = 0;
114 SetParameter(CAM_IMAGE_CROP_RECT, crop);