Lines Matching refs:cap_format
515 fc.type = inst->cap_format.type; in vdec_s_fmt()
516 fc.fmt.pix_mp.pixelformat = inst->cap_format.pixfmt; in vdec_s_fmt()
548 s->r.width = inst->cap_format.width; in vdec_g_selection()
549 s->r.height = inst->cap_format.height; in vdec_g_selection()
746 cur_fmt = vpu_get_format(inst, inst->cap_format.type); in vdec_frame_decoded()
805 cur_fmt = vpu_get_format(inst, inst->cap_format.type); in vdec_buf_done()
866 sibling = vpu_helper_find_sibling(inst, inst->cap_format.type, inst->cap_format.pixfmt); in vdec_check_source_change()
868 vdec->codec_info.pixfmt = inst->cap_format.pixfmt; in vdec_check_source_change()
872 if (inst->cap_format.pixfmt != vdec->codec_info.pixfmt) in vdec_check_source_change()
874 if (inst->cap_format.width != vdec->codec_info.decoded_width) in vdec_check_source_change()
876 if (inst->cap_format.height != vdec->codec_info.decoded_height) in vdec_check_source_change()
878 if (vpu_get_num_buffers(inst, inst->cap_format.type) < inst->min_buffer_cap) in vdec_check_source_change()
898 f.type = inst->cap_format.type; in vdec_init_fmt()
906 vpu_try_fmt_common(inst, &f, &inst->cap_format); in vdec_init_fmt()
1070 info.luma_size = inst->cap_format.sizeimage[0]; in vdec_response_frame()
1075 info.chromau_size = inst->cap_format.sizeimage[1]; in vdec_response_frame()
1076 info.bytesperline = inst->cap_format.bytesperline[0]; in vdec_response_frame()
1274 if (fs->id >= vpu_get_num_buffers(inst, inst->cap_format.type)) { in vdec_evnet_rel_fs()