Searched refs:wave5_update_pix_fmt (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/platform/chips-media/wave5/
H A Dwave5-vpu-dec.c236 static void wave5_update_pix_fmt(struct v4l2_pix_format_mplane *pix_mp, unsigned int width, function
398 wave5_update_pix_fmt(&inst->src_fmt, initial_info->pic_width,
400 wave5_update_pix_fmt(&inst->dst_fmt, initial_info->pic_width,
604 wave5_update_pix_fmt(&f->fmt.pix_mp, width, height);
729 wave5_update_pix_fmt(&f->fmt.pix_mp, inst->src_fmt.width, inst->src_fmt.height);
736 wave5_update_pix_fmt(&f->fmt.pix_mp, width, height);
782 wave5_update_pix_fmt(&inst->dst_fmt, f->fmt.pix_mp.width, f->fmt.pix_mp.height);
1564 wave5_update_pix_fmt(src_fmt, 720, 480);
1570 wave5_update_pix_fmt(dst_fmt, 736, 480);
H A Dwave5-vpu-enc.c108 static void wave5_update_pix_fmt(struct v4l2_pix_format_mplane *pix_mp, unsigned int width, function
403 wave5_update_pix_fmt(&f->fmt.pix_mp, inst->dst_fmt.width, inst->dst_fmt.height);
410 wave5_update_pix_fmt(&f->fmt.pix_mp, width, height);
511 wave5_update_pix_fmt(&f->fmt.pix_mp, inst->src_fmt.width, inst->src_fmt.height);
519 wave5_update_pix_fmt(&f->fmt.pix_mp, width, height);
570 wave5_update_pix_fmt(&inst->dst_fmt, f->fmt.pix_mp.width, f->fmt.pix_mp.height);
1452 wave5_update_pix_fmt(src_fmt, 416, 240);
1458 wave5_update_pix_fmt(dst_fmt, 416, 240);

Completed in 186 milliseconds