This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IPIPE input buffer addresses must be multiple of 32?

hi,dear friends:

Recently,I found a docment ---Previewer-Resizer_Driver_SDS_C. Inside it said that IPIPE input buffer

addresses must be multiple of 32.But what did that word ----- "IPIPE input buffer addresses must be

multiple of 32" mean?

It mean that height and width of image VPFE captured must be mutiple of 32

if my guess was right, why can we capture resolution of 1920x1080 ,Inside that 1080 was  be divided

with  remainder(1080/32 = 33.75) . the other side ,I also heard that when you want to capture 1600x1200 ,

you must capture 1600x1216 .Because 1200 was  divided with  remainder, but 1216 not.

which one was right ?