Lines Matching full:venc
56 return ((index == 0) ? &cfg->venc : in vpbe_current_encoder_info()
74 /* Venc is always first */ in vpbe_find_encoder_sd_index()
75 if (!strcmp(encoder_name, cfg->venc.module_name)) in vpbe_find_encoder_sd_index()
210 * there is will be an API added to setup_link between venc in vpbe_set_output()
214 * way of switching encoder at the venc output. in vpbe_set_output()
237 * It is assumed that venc or external encoder will set a default in vpbe_set_output()
537 if (strstr(pdev->name, "vpbe-venc")) in platform_device_get()
615 vpbe_dev->venc = venc_sub_dev_init(&vpbe_dev->v4l2_dev, in vpbe_initialize()
616 vpbe_dev->cfg->venc.module_name); in vpbe_initialize()
617 /* register venc sub device */ in vpbe_initialize()
618 if (!vpbe_dev->venc) { in vpbe_initialize()
620 "vpbe unable to init venc sub device\n"); in vpbe_initialize()
638 * store venc sd index. in vpbe_initialize()
652 /* venc is at index 0 */ in vpbe_initialize()
654 *enc_subdev = vpbe_dev->venc; in vpbe_initialize()
702 /* set the current encoder and output to that of venc by default */ in vpbe_initialize()
796 !cfg->venc.module_name[0]) { in vpbe_probe()