Searched refs:EmulatedScene (Results 1 – 5 of 5) sorted by relevance
/hardware/google/camera/devices/EmulatedCamera/hwl/ |
D | EmulatedScene.cpp | 39 #define G (EmulatedScene::GRASS * EmulatedScene::NUM_CHANNELS) 40 #define S (EmulatedScene::GRASS_SHADOW * EmulatedScene::NUM_CHANNELS) 41 #define H (EmulatedScene::HILL * EmulatedScene::NUM_CHANNELS) 42 #define W (EmulatedScene::WALL * EmulatedScene::NUM_CHANNELS) 43 #define R (EmulatedScene::ROOF * EmulatedScene::NUM_CHANNELS) 44 #define D (EmulatedScene::DOOR * EmulatedScene::NUM_CHANNELS) 45 #define C (EmulatedScene::CHIMNEY * EmulatedScene::NUM_CHANNELS) 46 #define I (EmulatedScene::WINDOW * EmulatedScene::NUM_CHANNELS) 47 #define U (EmulatedScene::SUN * EmulatedScene::NUM_CHANNELS) 48 #define K (EmulatedScene::SKY * EmulatedScene::NUM_CHANNELS) [all …]
|
D | EmulatedScene.h | 41 class EmulatedScene : public RefBase { 43 EmulatedScene(int sensor_width_px, int sensor_height_px, 46 ~EmulatedScene(); 104 SensorHandler(wp<EmulatedScene> scene) : scene_(scene) { in SensorHandler() 111 wp<EmulatedScene> scene_;
|
D | EmulatedSensor.cpp | 506 scene_ = new EmulatedScene( in StartUp() 1162 EmulatedScene::ColorChannels EmulatedSensor::GetQuadBayerColor(uint32_t x, in GetQuadBayerColor() 1172 return EmulatedScene::ColorChannels::R; in GetQuadBayerColor() 1174 return EmulatedScene::ColorChannels::Gr; in GetQuadBayerColor() 1177 return EmulatedScene::ColorChannels::Gb; in GetQuadBayerColor() 1179 return EmulatedScene::ColorChannels::B; in GetQuadBayerColor() 1235 int bayer_select[4] = {EmulatedScene::R, EmulatedScene::Gr, EmulatedScene::Gb, in CaptureRawBinned() 1236 EmulatedScene::B}; in CaptureRawBinned() 1296 int bayer_select[4] = {EmulatedScene::R, EmulatedScene::Gr, EmulatedScene::Gb, in CaptureRawFullRes() 1297 EmulatedScene::B}; in CaptureRawFullRes() [all …]
|
D | Android.bp | 23 "EmulatedScene.cpp",
|
D | EmulatedSensor.h | 326 sp<EmulatedScene> scene_; 328 static EmulatedScene::ColorChannels GetQuadBayerColor(uint32_t x, uint32_t y);
|