Searched refs:_wire_frames (Results 1 – 2 of 2) sorted by relevance
63 xcam_mem_clear (_wire_frames); in set_wire_frame_config()65 _wire_frames [i].pos_x = (uint32_t)(config->faces [i].pos_x / scaler_factor / 2) * 2; in set_wire_frame_config()66 _wire_frames [i].pos_y = (uint32_t)(config->faces [i].pos_y / scaler_factor / 2) * 2; in set_wire_frame_config()67 _wire_frames [i].width = (uint32_t)(config->faces [i].width / scaler_factor / 2) * 2; in set_wire_frame_config()68 _wire_frames [i].height = (uint32_t)(config->faces [i].height / scaler_factor / 2) * 2; in set_wire_frame_config()78 if (_wire_frames [i].pos_x > image_width) { in check_wire_frames_validity()79 … XCAM_LOG_ERROR ("check_wire_frames_validity: invalid pos_x (%d)", _wire_frames [i].pos_x); in check_wire_frames_validity()82 if (_wire_frames [i].pos_y > image_height) { in check_wire_frames_validity()83 … XCAM_LOG_ERROR ("check_wire_frames_validity: invalid pos_y (%d)", _wire_frames [i].pos_y); in check_wire_frames_validity()86 if (_wire_frames [i].pos_x + _wire_frames [i].width > image_width) { in check_wire_frames_validity()[all …]
79 CLWireFrame _wire_frames [XCAM_WIRE_FRAME_MAX_COUNT]; variable