Loading drivers/media/platform/msm/vidc/msm_vidc_common.c +4 −0 Original line number Diff line number Diff line Loading @@ -1503,6 +1503,10 @@ static void handle_fbd(enum command_response cmd, void *data) vb->v4l2_planes[0].reserved[3] = fill_buf_done->start_y_coord; vb->v4l2_planes[0].reserved[4] = fill_buf_done->frame_width; vb->v4l2_planes[0].reserved[5] = fill_buf_done->frame_height; vb->v4l2_planes[0].reserved[6] = inst->prop.width[CAPTURE_PORT]; vb->v4l2_planes[0].reserved[7] = inst->prop.height[CAPTURE_PORT]; if (vb->v4l2_planes[0].data_offset > vb->v4l2_planes[0].length) dprintk(VIDC_INFO, "fbd:Overflow data_offset = %d; length = %d\n", Loading include/uapi/linux/msm_vidc_dec.h +1 −0 Original line number Diff line number Diff line Loading @@ -553,6 +553,7 @@ struct vdec_output_frameinfo { enum vdec_picture pic_type; void *client_data; void *input_frame_clientdata; struct vdec_picsize picsize; struct vdec_framesize framesize; enum vdec_interlaced_format interlaced_format; struct vdec_aspectratioinfo aspect_ratio_info; Loading Loading
drivers/media/platform/msm/vidc/msm_vidc_common.c +4 −0 Original line number Diff line number Diff line Loading @@ -1503,6 +1503,10 @@ static void handle_fbd(enum command_response cmd, void *data) vb->v4l2_planes[0].reserved[3] = fill_buf_done->start_y_coord; vb->v4l2_planes[0].reserved[4] = fill_buf_done->frame_width; vb->v4l2_planes[0].reserved[5] = fill_buf_done->frame_height; vb->v4l2_planes[0].reserved[6] = inst->prop.width[CAPTURE_PORT]; vb->v4l2_planes[0].reserved[7] = inst->prop.height[CAPTURE_PORT]; if (vb->v4l2_planes[0].data_offset > vb->v4l2_planes[0].length) dprintk(VIDC_INFO, "fbd:Overflow data_offset = %d; length = %d\n", Loading
include/uapi/linux/msm_vidc_dec.h +1 −0 Original line number Diff line number Diff line Loading @@ -553,6 +553,7 @@ struct vdec_output_frameinfo { enum vdec_picture pic_type; void *client_data; void *input_frame_clientdata; struct vdec_picsize picsize; struct vdec_framesize framesize; enum vdec_interlaced_format interlaced_format; struct vdec_aspectratioinfo aspect_ratio_info; Loading