Searched refs:mDstWidth (Results 1 – 5 of 5) sorted by relevance
/hardware/qcom/sdm845/media/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 45 mDstWidth = 0; in C2DColorConverter() 150 mDstWidth != dstWidth || in isPropChanged() 171 mDstWidth = dstWidth; in setResolution() 675 return calcSize(mDstFormat, mDstWidth, mDstHeight); in getBuffSize() 713 req->width = mDstWidth; in getBuffReq() 715 req->stride = calcStride(mDstFormat, mDstWidth); in getBuffReq() 719 req->size = calcSize(mDstFormat, mDstWidth, mDstHeight); in getBuffReq() 816 ret = write(fd, base, mDstWidth); //will work only for the 420 ones in dumpOutput() 828 ret = write(fd, base, mDstWidth/2); in dumpOutput() 838 ret = write(fd, base, mDstWidth/2); in dumpOutput() [all …]
|
D | C2DColorConverter.h | 164 size_t mDstWidth; variable
|
/hardware/qcom/media/msm8974/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 99 size_t mDstWidth; member in android::C2DColorConverter 143 mDstWidth = dstWidth; in C2DColorConverter() 548 req->width = mDstWidth; in getBuffReq() 550 req->stride = calcStride(mDstFormat, mDstWidth); in getBuffReq() 554 req->size = calcSize(mDstFormat, mDstWidth, mDstHeight); in getBuffReq() 642 ret = write(fd, base, mDstWidth); //will work only for the 420 ones in dumpOutput() 654 ret = write(fd, base, mDstWidth/2); in dumpOutput() 664 ret = write(fd, base, mDstWidth/2); in dumpOutput() 674 ret = write(fd, base, mDstWidth); in dumpOutput() 698 ret = write(fd, base, mDstWidth*bpp); in dumpOutput()
|
/hardware/qcom/media/msm8996/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 103 size_t mDstWidth; member in android::C2DColorConverter 166 mDstWidth = dstWidth; in C2DColorConverter() 602 req->width = mDstWidth; in getBuffReq() 604 req->stride = calcStride(mDstFormat, mDstWidth); in getBuffReq() 608 req->size = calcSize(mDstFormat, mDstWidth, mDstHeight); in getBuffReq() 698 ret = write(fd, base, mDstWidth); //will work only for the 420 ones in dumpOutput() 710 ret = write(fd, base, mDstWidth/2); in dumpOutput() 720 ret = write(fd, base, mDstWidth/2); in dumpOutput() 730 ret = write(fd, base, mDstWidth); in dumpOutput() 754 ret = write(fd, base, mDstWidth*bpp); in dumpOutput()
|
/hardware/qcom/media/msm8998/libc2dcolorconvert/ |
D | C2DColorConverter.cpp | 103 size_t mDstWidth; member in android::C2DColorConverter 168 mDstWidth = dstWidth; in C2DColorConverter() 608 req->width = mDstWidth; in getBuffReq() 610 req->stride = calcStride(mDstFormat, mDstWidth); in getBuffReq() 614 req->size = calcSize(mDstFormat, mDstWidth, mDstHeight); in getBuffReq() 704 ret = write(fd, base, mDstWidth); //will work only for the 420 ones in dumpOutput() 716 ret = write(fd, base, mDstWidth/2); in dumpOutput() 726 ret = write(fd, base, mDstWidth/2); in dumpOutput() 736 ret = write(fd, base, mDstWidth); in dumpOutput() 760 ret = write(fd, base, mDstWidth*bpp); in dumpOutput()
|