Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h43 EmulatedScene(int sensor_width_px, int sensor_height_px,
50 void Initialize(int sensor_width_px, int sensor_height_px,
DEmulatedScene.cpp89 EmulatedScene::EmulatedScene(int sensor_width_px, int sensor_height_px, in EmulatedScene() argument
114 Initialize(sensor_width_px, sensor_height_px, sensor_sensitivity); in EmulatedScene()
125 void EmulatedScene::Initialize(int sensor_width_px, int sensor_height_px, in Initialize() argument
128 sensor_height_ = sensor_height_px; in Initialize()