Searched defs:HWRotatorInfo (Results 1 – 6 of 6) sorted by relevance
126 struct HWRotatorInfo { struct135 void Reset() { *this = HWRotatorInfo(); } in Reset() argument
127 struct HWRotatorInfo { struct134 void Reset() { *this = HWRotatorInfo(); } in Reset() argument
151 struct HWRotatorInfo { struct152 enum { ROT_TYPE_MDSS, ROT_TYPE_V4L2 };153 uint32_t type = ROT_TYPE_MDSS;154 uint32_t num_rotator = 0;155 bool has_downscale = false;156 std::string device_path = "";157 float min_downscale = 2.0f;158 bool downscale_compression = false;
227 struct HWRotatorInfo { struct228 enum { ROT_TYPE_MDSS, ROT_TYPE_V4L2 };229 uint32_t type = ROT_TYPE_MDSS;230 uint32_t num_rotator = 0;231 bool has_downscale = false;232 std::string device_path = "";233 float min_downscale = 2.0f;234 bool downscale_compression = false;235 uint64_t max_line_width = 0;
240 struct HWRotatorInfo { struct241 uint32_t num_rotator = 0;242 bool has_downscale = false;243 std::string device_path = "";244 float min_downscale = 2.0f;245 bool downscale_compression = false;246 uint32_t max_line_width = 0;