Searched defs:HWPanelInfo (Results 1 – 7 of 7) sorted by relevance
275 struct HWPanelInfo { struct276 DisplayPort port = kPortDefault; // Display port277 HWDisplayMode mode = kModeDefault; // Display mode278 bool partial_update = false; // Partial update feature279 int left_align = 1; // ROI left alignment restriction280 int width_align = 1; // ROI width alignment restriction281 int top_align = 1; // ROI top alignment restriction283 int min_roi_width = 1; // Min width needed for ROI284 int min_roi_height = 1; // Min height needed for ROI285 bool needs_roi_merge = false; // Merge ROI's of both the DSI's[all …]
233 struct HWPanelInfo { struct234 DisplayPort port = kPortDefault; // Display port235 HWDisplayMode mode = kModeDefault; // Display mode236 bool partial_update = false; // Partial update feature237 int left_align = 1; // ROI left alignment restriction238 int width_align = 1; // ROI width alignment restriction239 int top_align = 1; // ROI top alignment restriction240 int height_align = 1; // ROI height alignment restriction264 bool operator !=(const HWPanelInfo &panel_info) { argument
381 struct HWPanelInfo { struct382 DisplayPort port = kPortDefault; // Display port383 HWDisplayMode mode = kModeDefault; // Display mode384 bool partial_update = false; // Partial update feature389 int min_roi_width = 1; // Min width needed for ROI390 int min_roi_height = 1; // Min height needed for ROI392 bool dynamic_fps = false; // Panel Supports dynamic fps394 bool ping_pong_split = false; // Supports Ping pong split395 uint32_t min_fps = 0; // Min fps supported by panel396 uint32_t max_fps = 0; // Max fps supported by panel[all …]
240 struct HWPanelInfo { struct241 DisplayPort port = kPortDefault; // Display port242 HWDisplayMode mode = kModeDefault; // Display mode243 bool partial_update = false; // Partial update feature244 int left_align = 1; // ROI left alignment restriction245 int width_align = 1; // ROI width alignment restriction246 int top_align = 1; // ROI top alignment restriction247 int height_align = 1; // ROI height alignment restriction271 bool operator !=(const HWPanelInfo &panel_info) { argument
239 struct HWPanelInfo { struct240 DisplayPort port = kPortDefault; // Display port241 HWDisplayMode mode = kModeDefault; // Display mode242 bool partial_update = false; // Partial update feature243 int left_align = 1; // ROI left alignment restriction244 int width_align = 1; // ROI width alignment restriction245 int top_align = 1; // ROI top alignment restriction246 int height_align = 1; // ROI height alignment restriction270 bool operator !=(const HWPanelInfo &panel_info) { argument
378 struct HWPanelInfo { struct379 DisplayPort port = kPortDefault; // Display port380 HWDisplayMode mode = kModeDefault; // Display mode381 bool partial_update = false; // Partial update feature384 int top_align = 1; // ROI top alignment restriction386 int min_roi_width = 1; // Min width needed for ROI387 int min_roi_height = 1; // Min height needed for ROI389 bool dynamic_fps = false; // Panel Supports dynamic fps390 bool dfps_porch_mode = false; // dynamic fps VFP or HFP mode391 bool ping_pong_split = false; // Supports Ping pong split[all …]
217 struct HWPanelInfo { struct238 bool operator !=(const HWPanelInfo &panel_info) { argument