Home
last modified time | relevance | path

Searched refs:CAPTURE_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/
Duser_images_grid.js40 var CAPTURE_SIZE = { variable
525 canvas.width = CAPTURE_SIZE.width;
526 canvas.height = CAPTURE_SIZE.height;
528 this.cameraVideo_, canvas.getContext('2d'), CAPTURE_SIZE);
549 canvas.width = CAPTURE_SIZE.width;
550 canvas.height = CAPTURE_SIZE.height * RECORD_FRAMES;
612 canvas.width = CAPTURE_SIZE.width;
613 canvas.height = CAPTURE_SIZE.height;
615 ctx.translate(CAPTURE_SIZE.width, 0);
632 this.captureFrame_(this.cameraVideo_, data.ctx, CAPTURE_SIZE);
[all …]