Searched refs:sliceHeight (Results 1 – 2 of 2) sorted by relevance
531 req->sliceHeight = mSrcHeight; in getBuffReq()541 req->sliceHeight = mDstHeight; in getBuffReq()578 size_t stride, sliceHeight; in dumpOutput() local596 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 …]
84 int32_t sliceHeight; member