On a 2x (DPR) device with viewport width 400px, an image is declared as <img srcset="a.jpg 400w, b.jpg 800w, c.jpg 1600w" sizes="100vw">. Which candidate best matches the effective requirement?
<img srcset="a.jpg 400w, b.jpg 800w, c.jpg 1600w" sizes="100vw">