Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/test/
H A Diep_test.cpp202 case IEP_FORMAT_RGB_565: in get_image_size()
231 case IEP_FORMAT_RGB_565: in config_iep_img()
328 fmt = IEP_FORMAT_RGB_565; in str_to_iep_fmt()
/OK3568_Linux_fs/external/mpp/mpp/vproc/inc/
H A Diep_common.h66 IEP_FORMAT_RGB_565 = 0x4, enumerator
/OK3568_Linux_fs/kernel/drivers/video/rockchip/iep/
H A Dhw_iep_reg.c97 case IEP_FORMAT_RGB_565 : in iep_config_dst_fmt()
205 case IEP_FORMAT_RGB_565 : in iep_config_src_fmt()
588 if ((iep_msg->src.format == IEP_FORMAT_RGB_565) || in iep_config_dither_up()
604 if ((iep_msg->dst.format == IEP_FORMAT_RGB_565) || in iep_config_dither_down()
644 case IEP_FORMAT_RGB_565 : in iep_config_vir_line()
724 case IEP_FORMAT_RGB_565 : in iep_config_vir_line()
H A Diep.h162 IEP_FORMAT_RGB_565 = 0x4, enumerator
H A Diep_drv.c336 case IEP_FORMAT_RGB_565: in iep_config_lcdc()
/OK3568_Linux_fs/external/mpp/mpp/vproc/iep/
H A Diep.cpp563 if (color_cvt->dither_up_en && msg->src.format != IEP_FORMAT_RGB_565) { in iep_control()
569 if (color_cvt->dither_down_en && msg->dst.format != IEP_FORMAT_RGB_565) { in iep_control()