Lines Matching refs:cap_format
517 fc.type = inst->cap_format.type; in vdec_s_fmt()
518 fc.fmt.pix_mp.pixelformat = inst->cap_format.pixfmt; in vdec_s_fmt()
550 s->r.width = inst->cap_format.width; in vdec_g_selection()
551 s->r.height = inst->cap_format.height; in vdec_g_selection()
748 cur_fmt = vpu_get_format(inst, inst->cap_format.type); in vdec_frame_decoded()
807 cur_fmt = vpu_get_format(inst, inst->cap_format.type); in vdec_buf_done()
868 sibling = vpu_helper_find_sibling(inst, inst->cap_format.type, inst->cap_format.pixfmt); in vdec_check_source_change()
870 vdec->codec_info.pixfmt = inst->cap_format.pixfmt; in vdec_check_source_change()
874 if (inst->cap_format.pixfmt != vdec->codec_info.pixfmt) in vdec_check_source_change()
876 if (inst->cap_format.width != vdec->codec_info.decoded_width) in vdec_check_source_change()
878 if (inst->cap_format.height != vdec->codec_info.decoded_height) in vdec_check_source_change()
880 if (vpu_get_num_buffers(inst, inst->cap_format.type) < inst->min_buffer_cap) in vdec_check_source_change()
900 f.type = inst->cap_format.type; in vdec_init_fmt()
908 vpu_try_fmt_common(inst, &f, &inst->cap_format); in vdec_init_fmt()
1072 info.luma_size = inst->cap_format.sizeimage[0]; in vdec_response_frame()
1077 info.chromau_size = inst->cap_format.sizeimage[1]; in vdec_response_frame()
1078 info.bytesperline = inst->cap_format.bytesperline[0]; in vdec_response_frame()
1276 if (fs->id >= vpu_get_num_buffers(inst, inst->cap_format.type)) { in vdec_evnet_rel_fs()