I have done some replaments ( just changed place of codes ) , no affecting.... nothing changing in META description and keywords...
For meta description just before this line 182 in functions.php
return (osc_apply_filter('meta_description_filter', $text));
add following one according to your requirement
//incase you want to extend description
$text .= "Your description";
//incase you want to replace the description
$text = "Your text";