On Wed, 25 May 2011, Sylwester Nawrocki wrote:
> Hi Guennadi,
>
> On 05/25/2011 12:11 PM, Guennadi Liakhovetski wrote:
> > Hi Scott
> >
> > On Wed, 25 May 2011, Scott Jiang wrote:
> >
> >> Hi Hans and Laurent,
> >>
> >> I got fmt info from a video data source subdev, I thought there should
> >>
Hi Guennadi,
On 05/25/2011 12:11 PM, Guennadi Liakhovetski wrote:
> Hi Scott
>
> On Wed, 25 May 2011, Scott Jiang wrote:
>
>> Hi Hans and Laurent,
>>
>> I got fmt info from a video data source subdev, I thought there should
>> be a helper function to convert these two format enums.
>> However, v
Hi Scott
On Wed, 25 May 2011, Scott Jiang wrote:
> Hi Hans and Laurent,
>
> I got fmt info from a video data source subdev, I thought there should
> be a helper function to convert these two format enums.
> However, v4l2_fill_pix_format didn't do this, why? Should I do this in
> bridge driver on
On Wednesday, May 25, 2011 11:56:23 Scott Jiang wrote:
> Hi Hans and Laurent,
>
> I got fmt info from a video data source subdev, I thought there should
> be a helper function to convert these two format enums.
> However, v4l2_fill_pix_format didn't do this, why? Should I do this in
> bridge drive
Hi Hans and Laurent,
I got fmt info from a video data source subdev, I thought there should
be a helper function to convert these two format enums.
However, v4l2_fill_pix_format didn't do this, why? Should I do this in
bridge driver one by one?
I think these codes are common use, I prefer adding t