Searched defs:mdpFormat (Results 1 - 13 of 13) sorted by relevance

/hardware/qcom/display/msm8084/liboverlay/
H A DoverlayWriteback.cpp189 bool Writeback::setOutputFormat(int mdpFormat) { argument
190 if(mdpFormat != mOpFmt) {
194 metadata.data.mixer_cfg.writeback_format = mdpFormat;
199 mOpFmt = mdpFormat;
H A DoverlayUtils.cpp178 int getHALFormat(int mdpFormat) { argument
179 switch (mdpFormat) {
216 ALOGE("%s: Unsupported MDP format = 0x%x", __func__, mdpFormat);
/hardware/qcom/display/msm8226/liboverlay/
H A DoverlayWriteback.cpp189 bool Writeback::setOutputFormat(int mdpFormat) { argument
190 if(mdpFormat != mOpFmt) {
194 metadata.data.mixer_cfg.writeback_format = mdpFormat;
199 mOpFmt = mdpFormat;
H A DoverlayUtils.cpp172 int getHALFormat(int mdpFormat) { argument
173 switch (mdpFormat) {
210 ALOGE("%s: Unsupported MDP format = 0x%x", __func__, mdpFormat);
/hardware/qcom/display/msm8909/liboverlay/
H A DoverlayWriteback.cpp193 bool Writeback::setOutputFormat(int mdpFormat) { argument
194 if(mdpFormat != mOpFmt) {
198 metadata.data.mixer_cfg.writeback_format = mdpFormat;
203 mOpFmt = mdpFormat;
H A DoverlayRotator.cpp58 const int& dstW, const int& dstH, const uint32_t& mdpFormat,
62 mdpFormat, isInterlaced);
65 mdpFormat, isInterlaced);
57 getDownscaleFactor(const int& srcW, const int& srcH, const int& dstW, const int& dstH, const uint32_t& mdpFormat, const bool& isInterlaced) argument
H A DoverlayUtils.cpp172 int getHALFormat(int mdpFormat) { argument
173 switch (mdpFormat) {
210 ALOGE("%s: Unsupported MDP format = 0x%x", __func__, mdpFormat);
H A DoverlayMdssRot.cpp381 const int& dstW, const int& dstH, const uint32_t& mdpFormat,
386 Dim adjCrop = getFormatAdjustedCrop(crop, mdpFormat,
411 const uint32_t& mdpFormat, const bool& isInterlaced) {
413 if (isYuv(mdpFormat)) {
380 getDownscaleFactor(const int& srcW, const int& srcH, const int& dstW, const int& dstH, const uint32_t& mdpFormat, const bool& isInterlaced) argument
410 getFormatAdjustedCrop(const Dim& crop, const uint32_t& mdpFormat, const bool& isInterlaced) argument
/hardware/qcom/display/msm8994/liboverlay/
H A DoverlayWriteback.cpp193 bool Writeback::setOutputFormat(int mdpFormat) { argument
194 if(mdpFormat != mOpFmt) {
198 metadata.data.mixer_cfg.writeback_format = mdpFormat;
203 mOpFmt = mdpFormat;
H A DoverlayRotator.cpp58 const int& dstW, const int& dstH, const uint32_t& mdpFormat,
62 mdpFormat, isInterlaced);
65 mdpFormat, isInterlaced);
57 getDownscaleFactor(const int& srcW, const int& srcH, const int& dstW, const int& dstH, const uint32_t& mdpFormat, const bool& isInterlaced) argument
H A DoverlayUtils.cpp189 int getHALFormat(int mdpFormat) { argument
190 switch (mdpFormat) {
231 ALOGE("%s: Unsupported MDP format = 0x%x", __func__, mdpFormat);
H A DoverlayMdssRot.cpp381 const int& dstW, const int& dstH, const uint32_t& mdpFormat,
386 Dim adjCrop = getFormatAdjustedCrop(crop, mdpFormat,
411 const uint32_t& mdpFormat, const bool& isInterlaced) {
413 if (isYuv(mdpFormat)) {
380 getDownscaleFactor(const int& srcW, const int& srcH, const int& dstW, const int& dstH, const uint32_t& mdpFormat, const bool& isInterlaced) argument
410 getFormatAdjustedCrop(const Dim& crop, const uint32_t& mdpFormat, const bool& isInterlaced) argument
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.cpp142 int getHALFormat(int mdpFormat) { argument
143 switch (mdpFormat) {
176 ALOGE("%s: Unsupported MDP format = 0x%x", __func__, mdpFormat);

Completed in 29 milliseconds