dst_420            40 drivers/media/platform/sti/bdisp/bdisp-hw.c 	bool dst_420;        /* is the dst 4:2:0 chroma subsampled */
dst_420           684 drivers/media/platform/sti/bdisp/bdisp-hw.c 	c->dst_420 = c->dst_yuv;
dst_420           824 drivers/media/platform/sti/bdisp/bdisp-hw.c 	node->ins |= (cfg->scale || cfg->src_420 || cfg->dst_420) ?
dst_420           837 drivers/media/platform/sti/bdisp/bdisp-hw.c 	if (cfg->dst_420 && (t_plan == BDISP_CBCR)) {
dst_420           942 drivers/media/platform/sti/bdisp/bdisp-hw.c 		if (!cfg->src_420 && cfg->dst_420 && (t_plan == BDISP_CBCR)) {
dst_420           946 drivers/media/platform/sti/bdisp/bdisp-hw.c 		} else if (cfg->src_420 && !cfg->dst_420) {