HomeSort by relevance Sort by last modified time
    Searched defs:calcOutputBufSize (Results 1 - 15 of 15) 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/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);
  /hardware/qcom/display/msm8909/liboverlay/
overlayRotator.cpp 68 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
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);
  /hardware/qcom/display/msm8994/liboverlay/
overlayRotator.cpp 68 uint32_t Rotator::calcOutputBufSize(const utils::Whf& destWhf) {
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);

Completed in 574 milliseconds