Lines Matching refs:cropRect
686 android_native_rect_t cropRect; in ImageWriter_queueImage() local
687 cropRect.left = left; in ImageWriter_queueImage()
688 cropRect.top = top; in ImageWriter_queueImage()
689 cropRect.right = right; in ImageWriter_queueImage()
690 cropRect.bottom = bottom; in ImageWriter_queueImage()
691 res = native_window_set_crop(anw.get(), &cropRect); in ImageWriter_queueImage()
773 android_native_rect_t cropRect; in attachAndQeueuGraphicBuffer() local
774 cropRect.left = left; in attachAndQeueuGraphicBuffer()
775 cropRect.top = top; in attachAndQeueuGraphicBuffer()
776 cropRect.right = right; in attachAndQeueuGraphicBuffer()
777 cropRect.bottom = bottom; in attachAndQeueuGraphicBuffer()
778 res = native_window_set_crop(anw.get(), &cropRect); in attachAndQeueuGraphicBuffer()