Home | History | Annotate | Download | only in ocl

Lines Matching refs:pos_x

65         _wire_frames [i].pos_x = (uint32_t)(config->faces [i].pos_x / scaler_factor / 2) * 2;
78 if (_wire_frames [i].pos_x > image_width) {
79 XCAM_LOG_ERROR ("check_wire_frames_validity: invalid pos_x (%d)", _wire_frames [i].pos_x);
86 if (_wire_frames [i].pos_x + _wire_frames [i].width > image_width) {
118 coords [index++] = _wire_frames [i].pos_x + k;
125 coords [index++] = _wire_frames [i].pos_x + k;
132 coords [index++] = _wire_frames [i].pos_x + k;
139 coords [index++] = _wire_frames [i].pos_x + _wire_frames [i].width - border_size + k;