Home
last modified time | relevance | path

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

/rockchip-linux_mpp/mpp/vproc/inc/
H A Diep_common.h66 IEP_FORMAT_RGB_565 = 0x4, enumerator
/rockchip-linux_mpp/mpp/vproc/iep/test/
H A Diep_test.c191 case IEP_FORMAT_RGB_565: in get_image_size()
220 case IEP_FORMAT_RGB_565: in config_iep_img()
317 fmt = IEP_FORMAT_RGB_565; in str_to_iep_fmt()
/rockchip-linux_mpp/mpp/vproc/iep/
H A Diep.c551 if (color_cvt->dither_up_en && msg->src.format != IEP_FORMAT_RGB_565) { in iep_control()
557 if (color_cvt->dither_down_en && msg->dst.format != IEP_FORMAT_RGB_565) { in iep_control()