Lines Matching full:venc
64 return ((index == 0) ? &cfg->venc : in vpbe_current_encoder_info()
82 /* Venc is always first */ in vpbe_find_encoder_sd_index()
83 if (!strcmp(encoder_name, cfg->venc.module_name)) in vpbe_find_encoder_sd_index()
240 * there is will be an API added to setup_link between venc in vpbe_set_output()
244 * way of switching encoder at the venc output. in vpbe_set_output()
267 * It is assumed that venc or extenal encoder will set a default in vpbe_set_output()
567 if (strstr(pdev->name, "vpbe-venc")) in platform_device_get()
645 vpbe_dev->venc = venc_sub_dev_init(&vpbe_dev->v4l2_dev, in vpbe_initialize()
646 vpbe_dev->cfg->venc.module_name); in vpbe_initialize()
647 /* register venc sub device */ in vpbe_initialize()
648 if (!vpbe_dev->venc) { in vpbe_initialize()
650 "vpbe unable to init venc sub device\n"); in vpbe_initialize()
668 * store venc sd index. in vpbe_initialize()
682 /* venc is at index 0 */ in vpbe_initialize()
684 *enc_subdev = vpbe_dev->venc; in vpbe_initialize()
732 /* set the current encoder and output to that of venc by default */ in vpbe_initialize()
827 !cfg->venc.module_name[0]) { in vpbe_probe()