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