Searched refs:phist (Results 1 – 3 of 3) sorted by relevance
| /rockchip-linux_mpp/mpp/vproc/vdpp/test/ |
| H A D | vdpp_test.c | 236 RK_U8 *phist = NULL; in vdpp_test() local 285 phist = mpp_buffer_get_ptr(histbuf); 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() 406 dci_hist_info_parser(phist, (RK_U32 *)phist_l, (RK_U32 *)phist_g); in vdpp_test() 434 if (phist) { in vdpp_test() 435 calc_data_crc(phist, DCI_HIST_SIZE, &checkcrc); in vdpp_test()
|
| H A D | hwpq_test.c | 100 void *phist = NULL; in multi_vdpp() local 118 phist = mpp_buffer_get_ptr(histbuf); in multi_vdpp() 197 vdpp_proc_cfg.p_hist_buf = phist; in multi_vdpp()
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/ |
| H A D | hwpq_vdpp_proc.c | 772 void* phist; in hwpq_vdpp_proc() local 820 phist = mpp_buffer_get_ptr(histbuf); in hwpq_vdpp_proc() 842 memcpy(p_proc_param->p_hist_buf, phist, VDPP_HIST_LENGTH); in hwpq_vdpp_proc()
|