video: driver: implement TRY_FMT for encoder and decoder
Any video device which supports capture multiplanar buf type should implement VIDIOC_TRY_FMT. Fixes: v4l2-compliance: testTryFormats (VIDIOC_TRY_FMT). Change-Id: Id7ec171115c9374c6173fcf74a609382c3acf2d0 Signed-off-by: Dikshita Agarwal <dikshita@codeaurora.org>
Cette révision appartient à :
@@ -15,6 +15,7 @@ int msm_venc_streamoff_output(struct msm_vidc_inst *inst);
|
||||
int msm_venc_streamon_output(struct msm_vidc_inst *inst);
|
||||
int msm_venc_qbuf(struct msm_vidc_inst *inst, struct vb2_buffer *vb2);
|
||||
int msm_venc_process_cmd(struct msm_vidc_inst *inst, u32 cmd);
|
||||
int msm_venc_try_fmt(struct msm_vidc_inst *inst, struct v4l2_format *f);
|
||||
int msm_venc_s_fmt(struct msm_vidc_inst *inst, struct v4l2_format *f);
|
||||
int msm_venc_s_fmt_output(struct msm_vidc_inst *inst, struct v4l2_format *f);
|
||||
int msm_venc_g_fmt(struct msm_vidc_inst *inst, struct v4l2_format *f);
|
||||
|
Référencer dans un nouveau ticket
Bloquer un utilisateur