Home | History | Annotate | Download | only in libc2dcolorconvert

Lines Matching defs:sliceHeight

594         req->sliceHeight = mSrcHeight;
604 req->sliceHeight = mDstHeight;
676 size_t stride, sliceHeight;
694 sliceHeight = dstSurfaceDef->height;
696 for (size_t i = 0; i < sliceHeight; i++) {
708 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
718 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
728 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
738 sliceHeight = dstSurfaceDef->height;
741 printf("rgb surface dumpsslice height is %lu\n", (unsigned long)sliceHeight);
752 for (size_t i = 0; i < sliceHeight; i++) {