HomeSort by relevance Sort by last modified time
    Searched refs:hw_rotator_session (Results 1 - 3 of 3) sorted by null

  /hardware/qcom/display/msm8996/sdm/libs/core/fb/
hw_device.cpp 192 HWRotatorSession *hw_rotator_session = &hw_layers->config[i].hw_rotator_session; local
193 bool is_rotator_used = (hw_rotator_session->hw_block_count != 0);
198 HWRotateInfo *hw_rotate_info = &hw_rotator_session->hw_rotate_info[count];
201 input_buffer = &hw_rotator_session->output_buffer;
380 HWRotatorSession *hw_rotator_session = &hw_layers->config[i].hw_rotator_session; local
384 HWRotateInfo *hw_rotate_info = &hw_rotator_session->hw_rotate_info[count];
387 input_buffer = &hw_rotator_session->output_buffer;
471 HWRotatorSession *hw_rotator_session = &hw_layers->config[i].hw_rotator_session local
    [all...]
  /hardware/qcom/display/msm8996/sdm/libs/core/
display_base.cpp 569 HWRotatorSession &hw_rotator_session = layer_config.hw_rotator_session; local
579 for (uint32_t count = 0; count < hw_rotator_session.hw_block_count; count++) {
581 HWRotateInfo &rotate = hw_rotator_session.hw_rotate_info[count];
599 if (hw_rotator_session.hw_block_count > 0) {
600 input_buffer = &hw_rotator_session.output_buffer;
646 HWRotatorSession *hw_rotator_session = &hw_layers->config[i].hw_rotator_session; local
648 if (hw_rotator_session->hw_block_count) {
    [all...]
  /hardware/qcom/display/msm8996/sdm/include/private/
hw_info_types.h 407 HWRotatorSession hw_rotator_session; member in struct:sdm::HWLayerConfig

Completed in 60 milliseconds