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

  /hardware/qcom/display/msm8084/liboverlay/
overlayRotator.h 91 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
140 uint32_t calcOutputBufSize();
192 uint32_t calcOutputBufSize();
overlayMdpRot.cpp 136 uint32_t MdpRot::calcOutputBufSize() {
139 return Rotator::calcOutputBufSize(destWhf);
186 uint32_t opBufSize = calcOutputBufSize();
overlayMdssRot.cpp 181 uint32_t opBufSize = calcOutputBufSize();
248 uint32_t MdssRot::calcOutputBufSize() {
256 opBufSize = Rotator::calcOutputBufSize(destWhf);
overlayRotator.cpp 45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
  /hardware/qcom/display/msm8226/liboverlay/
overlayRotator.h 96 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
147 uint32_t calcOutputBufSize();
201 uint32_t calcOutputBufSize();
overlayMdpRot.cpp 155 uint32_t MdpRot::calcOutputBufSize() {
158 return Rotator::calcOutputBufSize(destWhf);
205 uint32_t opBufSize = calcOutputBufSize();
overlayMdssRot.cpp 205 uint32_t opBufSize = calcOutputBufSize();
272 uint32_t MdssRot::calcOutputBufSize() {
280 opBufSize = Rotator::calcOutputBufSize(destWhf);
overlayRotator.cpp 46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.h 105 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
154 uint32_t calcOutputBufSize();
208 uint32_t calcOutputBufSize();
overlayMdpRot.cpp 148 uint32_t MdpRot::calcOutputBufSize() {
154 return Rotator::calcOutputBufSize(destWhf);
201 uint32_t opBufSize = calcOutputBufSize();
overlayMdssRot.cpp 186 uint32_t opBufSize = calcOutputBufSize();
251 uint32_t MdssRot::calcOutputBufSize() {
256 opBufSize = Rotator::calcOutputBufSize(destWhf);
overlayRotator.cpp 46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.h 119 static uint32_t calcOutputBufSize(const utils::Whf& destWhf);
171 uint32_t calcOutputBufSize();
243 uint32_t calcOutputBufSize();
overlayMdpRot.cpp 163 uint32_t MdpRot::calcOutputBufSize() {
166 return Rotator::calcOutputBufSize(destWhf);
213 uint32_t opBufSize = calcOutputBufSize();
overlayMdssRot.cpp 240 uint32_t opBufSize = calcOutputBufSize();
309 uint32_t MdssRot::calcOutputBufSize() {
317 opBufSize = Rotator::calcOutputBufSize(destWhf);
overlayRotator.cpp 68 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {

Completed in 606 milliseconds