In lsp 1.2, in driver/media/video/dm355_aew.c open() function
/*Allocat the buffers as per the new buffer size */
/*Allocate memory for old buffer */
buff_size = (aew_dev_configptr->config->window_config.hz_cnt)
* (aew_dev_configptr->config->window_config.vt_cnt) *
AEW_WINDOW_SIZE;
I found buff_size not include black row window (use to estimate dc sub).
how to get black row data from aew driver?
thanks!