Home
last modified time | relevance | path

Searched refs:calcBytesPerPixel (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/media/msm8974/libc2dcolorconvert/
DC2DColorConverter.cpp77 C2DBytesPerPixel calcBytesPerPixel(ColorConvertFormat format);
545 req->bpp = calcBytesPerPixel(mSrcFormat); in getBuffReq()
555 req->bpp = calcBytesPerPixel(mDstFormat); in getBuffReq()
592 C2DBytesPerPixel C2DColorConverter::calcBytesPerPixel(ColorConvertFormat format) { in calcBytesPerPixel() function in android::C2DColorConverter
/hardware/qcom/media/msm8996/libc2dcolorconvert/
DC2DColorConverter.cpp78 C2DBytesPerPixel calcBytesPerPixel(ColorConvertFormat format);
599 req->bpp = calcBytesPerPixel(mSrcFormat); in getBuffReq()
609 req->bpp = calcBytesPerPixel(mDstFormat); in getBuffReq()
647 C2DBytesPerPixel C2DColorConverter::calcBytesPerPixel(ColorConvertFormat format) { in calcBytesPerPixel() function in android::C2DColorConverter
/hardware/qcom/media/msm8998/libc2dcolorconvert/
DC2DColorConverter.cpp78 C2DBytesPerPixel calcBytesPerPixel(ColorConvertFormat format);
605 req->bpp = calcBytesPerPixel(mSrcFormat); in getBuffReq()
615 req->bpp = calcBytesPerPixel(mDstFormat); in getBuffReq()
653 C2DBytesPerPixel C2DColorConverter::calcBytesPerPixel(ColorConvertFormat format) { in calcBytesPerPixel() function in android::C2DColorConverter
/hardware/qcom/sdm845/media/libc2dcolorconvert/
DC2DColorConverter.h212 C2DBytesPerPixel calcBytesPerPixel(ColorConvertFormat format);
DC2DColorConverter.cpp710 req->bpp = calcBytesPerPixel(mSrcFormat); in getBuffReq()
720 req->bpp = calcBytesPerPixel(mDstFormat); in getBuffReq()
762 C2DBytesPerPixel C2DColorConverter::calcBytesPerPixel(ColorConvertFormat format) { in calcBytesPerPixel() function in C2DColorConverter