Searched refs:cropHeight (Results 1 – 3 of 3) sorted by relevance
48 size_t cropHeight; member221 img->plane[ix].cropHeight = in getNativeImage()255 for (size_t y = img->plane[ix].cropHeight; y > 0; --y) { in Java_android_media_cts_CodecUtils_getImageChecksum()280 tgt->plane[0].cropWidth, tgt->plane[0].cropHeight, in Java_android_media_cts_CodecUtils_copyFlexYUVImage()286 src->plane[0].cropWidth, src->plane[0].cropHeight, in Java_android_media_cts_CodecUtils_copyFlexYUVImage()292 for (size_t y = 0; y < tgt->plane[ix].cropHeight; ++y) { in Java_android_media_cts_CodecUtils_copyFlexYUVImage()296 + src->plane[ix].rowInc * (y % src->plane[ix].cropHeight)); in Java_android_media_cts_CodecUtils_copyFlexYUVImage()318 for (size_t y = img->plane[ix].cropHeight; y > 0; --y) { in Java_android_media_cts_CodecUtils_fillImageRectWithYUV()353 for (size_t y = img->plane[0].cropHeight; y; --y) { in getRawStats()387 rawStats[0] = img->plane[0].cropWidth * (uint64_t)img->plane[0].cropHeight; in getRawStats()
1108 int cropHeight = cropBottom - cropTop + 1; in checkFrame() local1111 assertEquals(mHeight, cropHeight); in checkFrame()
1535 int cropHeight = (int) (activeArray.height() / zoomFactor); in getCropRegionForZoom() local1539 /*top*/cropCenterY - cropHeight / 2, in getCropRegionForZoom()1541 /*bottom*/cropCenterY + cropHeight / 2 - 1); in getCropRegionForZoom()