HomeSort by relevance Sort by last modified time
    Searched defs:kMaxSDELayers (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 37 const int kMaxSDELayers = 16; // Maximum number of layers that can be handled by hardware in a
416 uint32_t index[kMaxSDELayers]; // Indexes of the layers from the layer stack which need to be
418 LayerRect updated_src_rect[kMaxSDELayers]; // Updated layer src rects in s3d mode
419 LayerRect updated_dst_rect[kMaxSDELayers]; // Updated layer dst rects in s3d mode
420 bool updating[kMaxSDELayers] = {0}; // Updated by strategy, considering plane_alpha+updating
435 HWLayerConfig config[kMaxSDELayers];
  /hardware/qcom/display/msmcobalt/sdm/include/private/
hw_info_types.h 39 const int kMaxSDELayers = 16; // Maximum number of layers that can be handled by hardware in a
426 uint32_t index[kMaxSDELayers]; // Indexes of the layers from the layer stack which need to be
428 LayerRect updated_src_rect[kMaxSDELayers]; // Updated layer src rects in s3d mode
429 LayerRect updated_dst_rect[kMaxSDELayers]; // Updated layer dst rects in s3d mode
430 bool updating[kMaxSDELayers] = {0}; // Updated by strategy, considering plane_alpha+updating
445 HWLayerConfig config[kMaxSDELayers];

Completed in 525 milliseconds