Lines Matching refs:format
129 mpp_log("format %d\n", img->format); in dump_iep_img()
221 if (!((src->format < IEP_FORMAT_RGB_BUTT) || in check_msg_image()
222 (src->format >= IEP_FORMAT_YUV_BASE && src->format < IEP_FORMAT_YUV_BUTT))) { in check_msg_image()
352 if ((src->format == IEP_FORMAT_YCbCr_420_P in iep_control()
353 || src->format == IEP_FORMAT_YCbCr_420_SP in iep_control()
354 || src->format == IEP_FORMAT_YCbCr_422_P in iep_control()
355 || src->format == IEP_FORMAT_YCbCr_422_SP in iep_control()
356 || src->format == IEP_FORMAT_YCrCb_420_P in iep_control()
357 || src->format == IEP_FORMAT_YCrCb_420_SP in iep_control()
358 || src->format == IEP_FORMAT_YCrCb_422_P in iep_control()
359 || src->format == IEP_FORMAT_YCrCb_422_SP) && in iep_control()
462 if (msg->src.format >= 1 && msg->src.format <= 5 && in iep_control()
463 msg->dst.format >= 1 && msg->dst.format <= 5) { in iep_control()
508 if ((msg->src.format & IEP_FORMAT_YUV_BASE) && in iep_control()
509 (msg->dst.format & IEP_FORMAT_YUV_BASE)) { in iep_control()
551 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()