Loading drivers/media/platform/msm/vidc/msm_venc.c +0 −9 Original line number Diff line number Diff line Loading @@ -3276,15 +3276,6 @@ int msm_venc_s_fmt(struct msm_vidc_inst *inst, struct v4l2_format *f) goto exit; } frame_sz.buffer_type = HAL_BUFFER_OUTPUT; rc = call_hfi_op(hdev, session_set_property, (void *) inst->session, HAL_PARAM_FRAME_SIZE, &frame_sz); if (rc) { dprintk(VIDC_ERR, "Failed to set hal property for framesize\n"); goto exit; } fmt = msm_comm_get_pixel_fmt_fourcc(venc_formats, ARRAY_SIZE(venc_formats), f->fmt.pix_mp.pixelformat, OUTPUT_PORT); Loading Loading
drivers/media/platform/msm/vidc/msm_venc.c +0 −9 Original line number Diff line number Diff line Loading @@ -3276,15 +3276,6 @@ int msm_venc_s_fmt(struct msm_vidc_inst *inst, struct v4l2_format *f) goto exit; } frame_sz.buffer_type = HAL_BUFFER_OUTPUT; rc = call_hfi_op(hdev, session_set_property, (void *) inst->session, HAL_PARAM_FRAME_SIZE, &frame_sz); if (rc) { dprintk(VIDC_ERR, "Failed to set hal property for framesize\n"); goto exit; } fmt = msm_comm_get_pixel_fmt_fourcc(venc_formats, ARRAY_SIZE(venc_formats), f->fmt.pix_mp.pixelformat, OUTPUT_PORT); Loading