Home
last modified time | relevance | path

Searched refs:DCI_HIST_SIZE (Results 1 – 1 of 1) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/vdpp/test/
H A Dvdpp_test.c26 #define DCI_HIST_SIZE (10240) // (16*16*16*18/8/4 + 256) * 4 macro
276 mpp_buffer_get(memGroup, &histbuf, DCI_HIST_SIZE); in vdpp_test()
373 memset(phist, 0, DCI_HIST_SIZE); in vdpp_test()
397 if (DCI_HIST_SIZE > fwrite(phist, 1, DCI_HIST_SIZE, cfg->fp_hist)) { in vdpp_test()
435 calc_data_crc(phist, DCI_HIST_SIZE, &checkcrc); in vdpp_test()