I use DM6437.Now I know there are 3 buffers for VPFE of DM6437 .The VPFE received the RAW Data.And the image size is 320*253 pixels.So the each buffer size is 16120Bytes(equal to 640*253 ). But I find the addresses of the three buffers are 0x80070C00, 0x80098500, 0x800BFD80. The space between 0x80070C00 and 0x80098500 is 162048 Bytes. But the space between 0x80098500 and 0x800BFD80 is 161920.
Why the first buffer is lager than the second and lager than the set-value?
I had increase the number of buffers for VPFE,the problem is also come. During every three buffers,there is a buffer has more 128Bytes than other two buffers. The buffer size is not consistent
Could help me to explain the problem?