On 23-09-15 02:56, Junghak Sung wrote:
>
>
> On 09/22/2015 10:44 PM, Hans Verkuil wrote:
>> Hi Junghak,
>>
>> On 22-09-15 15:30, Junghak Sung wrote:
>>> Replace struct v4l2_format * with vb2_format * to make queue_setup()
>>> for common use.
>>>
>>> struct vb2_format {
>>> unsigned intt
On 09/22/2015 10:44 PM, Hans Verkuil wrote:
Hi Junghak,
On 22-09-15 15:30, Junghak Sung wrote:
Replace struct v4l2_format * with vb2_format * to make queue_setup()
for common use.
struct vb2_format {
unsigned inttype;
unsigned intpixelformat;
unsigned intw
Hi Junghak,
On 22-09-15 15:30, Junghak Sung wrote:
> Replace struct v4l2_format * with vb2_format * to make queue_setup()
> for common use.
>
> struct vb2_format {
> unsigned inttype;
> unsigned intpixelformat;
> unsigned intwidth;
> unsigned intheight;
>
Replace struct v4l2_format * with vb2_format * to make queue_setup()
for common use.
struct vb2_format {
unsigned inttype;
unsigned intpixelformat;
unsigned intwidth;
unsigned intheight;
unsigned intnum_planes;
unsigned intbyt