Home
last modified time | relevance | path

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

/hardware/google/camera/devices/EmulatedCamera/hwl/
DEmulatedScene.h99 static const int kSceneHeight = 20; variable
119 uint8_t scene_rot0_[kSceneWidth*kSceneHeight];
120 uint8_t scene_rot90_[kSceneWidth*kSceneHeight];
121 uint8_t scene_rot180_[kSceneWidth*kSceneHeight];
122 uint8_t scene_rot270_[kSceneWidth*kSceneHeight];
DEmulatedScene.cpp52 EmulatedScene::kSceneHeight] = {
136 map_div_ = (sensor_height_ / (kSceneHeight + 1)) + 1; in Initialize()
139 offset_y_ = (kSceneHeight * map_div_ - sensor_height_) / 2; in Initialize()
417 for (ssize_t i = kSceneHeight-1; i >= 0; i--) { in InitiliazeSceneRotation()
425 for (size_t j = 0; j < kSceneHeight; j++) { in InitiliazeSceneRotation()
436 for (ssize_t j = kSceneHeight-1; j >= 0; j--) { in InitiliazeSceneRotation()
DEmulatedSensor.cpp1584 input_height = EmulatedScene::kSceneHeight; in ProcessYUV420()