Lines Matching defs:resolution
3992 // Set default picture size to the smallest resolution
9226 * DESCRIPTION: if resolution is 4k x 2k or true 4k x 2k
9230 * RETURN : true: video resolution is 4k x 2k
9231 * false: video resolution is not 4k x 2k
9236 cam_dimension_t resolution;
9237 getVideoSize(&resolution.width, &resolution.height);
9238 if (!(resolution.width < 3840 && resolution.height < 2160)) {