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

  /hardware/qcom/display/msm8960/liboverlay/
overlayRotator.cpp 46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
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);
  /hardware/qcom/display/msm8974/liboverlay/
overlayRotator.cpp 46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
overlayMdpRot.cpp 136 uint32_t MdpRot::calcOutputBufSize() {
139 return Rotator::calcOutputBufSize(destWhf);
186 uint32_t opBufSize = calcOutputBufSize();
overlayMdssRot.cpp 188 uint32_t opBufSize = calcOutputBufSize();
253 uint32_t MdssRot::calcOutputBufSize() {
261 opBufSize = Rotator::calcOutputBufSize(destWhf);
  /hardware/qcom/display/msm8084/liboverlay/
overlayMdpRot.cpp 136 uint32_t MdpRot::calcOutputBufSize() {
139 return Rotator::calcOutputBufSize(destWhf);
186 uint32_t opBufSize = calcOutputBufSize();
overlayRotator.cpp 45 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
overlayMdssRot.cpp 181 uint32_t opBufSize = calcOutputBufSize();
248 uint32_t MdssRot::calcOutputBufSize() {
256 opBufSize = Rotator::calcOutputBufSize(destWhf);
  /hardware/qcom/display/msm8226/liboverlay/
overlayMdpRot.cpp 155 uint32_t MdpRot::calcOutputBufSize() {
158 return Rotator::calcOutputBufSize(destWhf);
205 uint32_t opBufSize = calcOutputBufSize();
overlayRotator.cpp 46 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
overlayMdssRot.cpp 205 uint32_t opBufSize = calcOutputBufSize();
272 uint32_t MdssRot::calcOutputBufSize() {
280 opBufSize = Rotator::calcOutputBufSize(destWhf);

Completed in 439 milliseconds