lkml.org 
[lkml]   [2022]   [Jul]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 6/7] venus : Remove the capture plane settings for venc_g_parm/venc_s_parm
    Date
     v4l2 compliance expecting settings for out buffer only and the same
    values will be propagated to capture buffer setting by h/w encoder .
    settings on cpature plane are optional , required only if
    offline-encoding supports.

    error details : fail: v4l2-test-formats.cpp(1350): !ret

    Change-Id: I3d33bf1443cb5b20c3be6ce7c86df53aafb7918e
    Signed-off-by: Viswanath Boma <quic_vboma@quicinc.com>
    ---
    drivers/media/platform/qcom/venus/venc.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/media/platform/qcom/venus/venc.c b/drivers/media/platform/qcom/venus/venc.c
    index 4f10f5de7e3e6..420691f71121e 100644
    --- a/drivers/media/platform/qcom/venus/venc.c
    +++ b/drivers/media/platform/qcom/venus/venc.c
    @@ -390,7 +390,7 @@ static int venc_s_parm(struct file *file, void *fh, struct v4l2_streamparm *a)
    struct v4l2_fract *timeperframe = &out->timeperframe;
    u64 us_per_frame, fps;

    - if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
    + if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
    a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
    return -EINVAL;

    @@ -422,7 +422,7 @@ static int venc_g_parm(struct file *file, void *fh, struct v4l2_streamparm *a)
    {
    struct venus_inst *inst = to_inst(file);

    - if (a->type != V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE &&
    + if (a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT &&
    a->type != V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE)
    return -EINVAL;

    --
    2.17.1
    \
     
     \ /
      Last update: 2022-07-12 14:25    [W:2.723 / U:0.152 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site