Camera small image upscaling

Hey,

If I use cordova camera and set for example
{
targetWidth: 1000,
targetHeight: 1000
}
That means my 200x200 picture will be upscaled to 1000x1000? Or only images larger than 1000x1000 will be affected ?