Linux Media Controller development
 help / color / mirror / Atom feed
From: NAVEEN KRISHNA CHATRADHI <ch.naveen@samsung.com>
To: Kamil Debski <k.debski@samsung.com>,
	"linux-media@vger.kernel.org" <linux-media@vger.kernel.org>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>,
	Kyungmin Park <kyungmin.park@samsung.com>,
	Jeongtae Park <jtp.park@samsung.com>
Subject: Re: RE: [PATCH] s5p-mfc: Fix setting controls
Date: Tue, 26 Jun 2012 18:01:48 +0000 (GMT)	[thread overview]
Message-ID: <16113864.53841340733708629.JavaMail.weblogic@epv6ml04> (raw)

Hello Kamil,

Yes it works now. I'm observing one issue here.
Every time call s_ctrl happens for DISPLAY_DELAY, i see all the cases in the s_ctrl being called.

I'm verifying from the application side now, will let you know.

Thanks & Regards,
Naveen Krishna

------- Original Message -------
Sender : Kamil Debski<k.debski@samsung.com>  Software Engineer/Poland R&D Center-Linux Platform (SSD)/Samsung Electronics
Date   : Jun 26, 2012 14:33 (GMT+05:00)
Title  : RE: [PATCH] s5p-mfc: Fix setting controls

Hi Naveen,

Today I have posted a patch that should resolve your problems with setting
controls
([PATCH] s5p-mfc: Fixed setup of custom controls in decoder and encoder).
Please check if it works now.

Best wishes,
--
Kamil Debski
Linux Platform Group
Samsung Poland R&D Center


> -----Original Message-----
> From: NAVEEN KRISHNA CHATRADHI [mailto:ch.naveen@samsung.com]
> Sent: 22 June 2012 01:47
> To: Kamil Debski; linux-media@vger.kernel.org
> Cc: Marek Szyprowski; Kyungmin Park; Jeongtae Park
> Subject: Re: [PATCH] s5p-mfc: Fix setting controls
> 
> Hello Kamil,
> 
> Sorry for the delayed reply. I'm afraid this doesnt fix the whole issue.
> Still there is some problem with S_CTRL when used with custom controls.
> 
> when my application call s_ctrl with
> V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY
> the call finally lands on
> V4L2_CID_MPEG_VIDEO_DECODER_MPEG4_DEBLOCK_FILTER in driver (The set value
> is also lost).
> 
> I think this is because of corruption of the master or cluster in v4l2-
> ioctl.c/ctrl.c and pointing to the standard controls master.
> instead of the custom control master.
> 
> Kindly, let me know your opinion or any clues on this.
> 
> Thanks & Regards
> Naveen Krishna
> 
> 
> 
> ------- Original Message -------
> Sender : Kamil Debski<k.debski@samsung.com>  Software Engineer/Poland R&D
> Center-Linux Platform (SSD)/Samsung Electronics
> Date   : Jun 15, 2012 13:51 (GMT+05:00)
> Title  : [PATCH] s5p-mfc: Fix setting controls
> 
> Fixed s_ctrl function when setting the following controls:
> - V4L2_CID_MPEG_VIDEO_DECODER_MPEG4_DEBLOCK_FILTER
> - V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY
> 
> Signed-off-by: Kamil Debski <k.debski@samsung.com>
> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
> ---
>  drivers/media/video/s5p-mfc/s5p_mfc_dec.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/media/video/s5p-mfc/s5p_mfc_dec.c
> b/drivers/media/video/s5p-mfc/s5p_mfc_dec.c
> index e1ebc76..eaab13e 100644
> --- a/drivers/media/video/s5p-mfc/s5p_mfc_dec.c
> +++ b/drivers/media/video/s5p-mfc/s5p_mfc_dec.c
> @@ -639,13 +639,13 @@ static int s5p_mfc_dec_s_ctrl(struct v4l2_ctrl
> *ctrl)
> 
>  	switch (ctrl->id) {
>  	case V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY:
> -		ctx->loop_filter_mpeg4 = ctrl->val;
> +		ctx->display_delay = ctrl->val;
>  		break;
>  	case V4L2_CID_MPEG_MFC51_VIDEO_DECODER_H264_DISPLAY_DELAY_ENABLE:
>  		ctx->display_delay_enable = ctrl->val;
>  		break;
>  	case V4L2_CID_MPEG_VIDEO_DECODER_MPEG4_DEBLOCK_FILTER:
> -		ctx->display_delay = ctrl->val;
> +		ctx->loop_filter_mpeg4 = ctrl->val;
>  		break;
>  	case V4L2_CID_MPEG_VIDEO_DECODER_SLICE_INTERFACE:
>  		ctx->slice_interface = ctrl->val;
> --
> 1.7.0.4
> 
> <p>&nbsp;</p><p>&nbsp;</p>Thanks & Best Regards,
> Naveen Krishna Ch
> SE @ Samsung-B.LAB

<p>&nbsp;</p><p>&nbsp;</p>Thanks & Best Regards,
Naveen Krishna Ch
SE @ Samsung-B.LAB

                 reply	other threads:[~2012-06-26 18:01 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=16113864.53841340733708629.JavaMail.weblogic@epv6ml04 \
    --to=ch.naveen@samsung.com \
    --cc=jtp.park@samsung.com \
    --cc=k.debski@samsung.com \
    --cc=kyungmin.park@samsung.com \
    --cc=linux-media@vger.kernel.org \
    --cc=m.szyprowski@samsung.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox