Home | History | Annotate | Download | only in libc2dcolorconvert

Lines Matching defs:sliceHeight

593       filled_length = (req.stride * req.sliceHeight * req.bpp.numerator);
611 req->sliceHeight = mSrcHeight;
621 req->sliceHeight = mDstHeight;
694 size_t stride, sliceHeight;
712 sliceHeight = dstSurfaceDef->height;
714 for (size_t i = 0; i < sliceHeight; i++) {
726 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
736 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
746 for (size_t i = 0; i < sliceHeight/2;i++) { //will work only for the 420 ones
756 sliceHeight = dstSurfaceDef->height;
759 printf("rgb surface dumpsslice height is %lu\n", (unsigned long)sliceHeight);
770 for (size_t i = 0; i < sliceHeight; i++) {