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

  /hardware/qcom/display/msm8909/libhdmi/
hdmi.cpp 601 uint32_t alignedExtH;
615 alignedExtH = overlay::utils::aligndown(newExtH, 4);
617 mYres = alignedExtH;
  /hardware/qcom/display/msm8994/libhdmi/
hdmi.cpp 624 uint32_t alignedExtH;
638 alignedExtH = overlay::utils::aligndown(newExtH, 4);
640 mYres = alignedExtH;

Completed in 1122 milliseconds