Home
last modified time | relevance | path

Searched refs:sliceHeight (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/media/libc2dcolorconvert/
DC2DColorConverter.cpp531 req->sliceHeight = mSrcHeight; in getBuffReq()
541 req->sliceHeight = mDstHeight; in getBuffReq()
578 size_t stride, sliceHeight; in dumpOutput() local
596 sliceHeight = dstSurfaceDef->height; in dumpOutput()
598 for (size_t i = 0; i < sliceHeight; i++) { in dumpOutput()
610 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput()
620 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput()
630 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones in dumpOutput()
640 sliceHeight = dstSurfaceDef->height; in dumpOutput()
643 printf("rgb surface dumpsslice height is %d\n", sliceHeight); in dumpOutput()
[all …]
DC2DColorConverter.h84 int32_t sliceHeight; member