Quotes needed For July Shipments

2019-07-05 Thread Sales -Jpexcc.
Hello dear, We are in the market for your products after meeting at your stand during last expo. Please kindly send us your latest catalog and price list so as to start a new project/order as promised during the exhibition. I would appreciate your response about the above details required

Re: [PATCH v3 1/3] media: uapi: h264: Clarify our expectations regarding NAL header format

2019-07-05 Thread Boris Brezillon
On Fri, 05 Jul 2019 13:40:03 -0300 Ezequiel Garcia wrote: > Hi Boris, Paul, > > On Wed, 2019-07-03 at 14:28 +0200, Boris Brezillon wrote: > > Looks like some stateless decoders expect slices to be prefixed with > > ANNEX B start codes (they most likely do some kind of bitstream parsing > > and/o

Re: [PATCH v3 1/3] media: uapi: h264: Clarify our expectations regarding NAL header format

2019-07-05 Thread Ezequiel Garcia
Hi Boris, Paul, On Wed, 2019-07-03 at 14:28 +0200, Boris Brezillon wrote: > Looks like some stateless decoders expect slices to be prefixed with > ANNEX B start codes (they most likely do some kind of bitstream parsing > and/or need that to delimit slices when doing per frame decoding). > Since sk

Re: [PATCH v3 3/3] media: uapi: h264: Get rid of the p0/b0/b1 ref-lists

2019-07-05 Thread Ezequiel Garcia
On Wed, 2019-07-03 at 13:18 -0400, Nicolas Dufresne wrote: > Le mercredi 03 juillet 2019 à 14:28 +0200, Boris Brezillon a écrit : > > Those lists can be extracted from the dpb, let's simplify userspace > > life and build that list kernel-side (generic helpers will be provided > > for drivers that n

Re: [PATCH 2/2] staging: media: sunxi: Replace function cedrus_check_format()

2019-07-05 Thread Nishka Dasgupta
On 05/07/19 3:56 PM, Paul Kocialkowski wrote: Hi, On Wed 03 Jul 19, 13:43, Nishka Dasgupta wrote: Remove function cedrus_check_format as all it does is call cedrus_find_format. Rename cedrus_find_format to cedrus_check_format to maintain compatibility with call sites. Issue found with Coccinell

Re: [PATCH 1/2] staging: media: sunxi: Change return type of cedrus_find_format()

2019-07-05 Thread Nishka Dasgupta
On 05/07/19 3:56 PM, Paul Kocialkowski wrote: Hi, On Wed 03 Jul 19, 13:43, Nishka Dasgupta wrote: Change return type of cedrus_find_format to bool as it is only called once, by a function whose return value is bool, and the return value of cedrus_find_format is returned as-is at the call-site.

Re: [PATCH 1/2] v4l: Add 12-bit raw bayer linear packed formats

2019-07-05 Thread Sakari Ailus
Hi Edgar, Thanks for the update. On Fri, Jul 05, 2019 at 01:07:23PM +0200, Edgar Thier wrote: > These formats are compressed 12-bit raw bayer formats with four different > pixel orders. The pixel follow one another without any padding, > thus are packed in a 'linear' fashion. > > Signed-off-by:

[PATCH 2/2] uvc: Add 12-bit raw bayer linear packed formats

2019-07-05 Thread Edgar Thier
These formats are compressed 12-bit raw bayer formats with four different pixel orders. The pixel follow one another without any padding, thus are packed in a 'linear' fashion. Signed-off-by: Edgar Thier --- drivers/media/usb/uvc/uvc_driver.c | 21 - drivers/media/usb/uvc/uvc

[PATCH 1/2] v4l: Add 12-bit raw bayer linear packed formats

2019-07-05 Thread Edgar Thier
These formats are compressed 12-bit raw bayer formats with four different pixel orders. The pixel follow one another without any padding, thus are packed in a 'linear' fashion. Signed-off-by: Edgar Thier --- Documentation/media/uapi/v4l/pixfmt-rgb.rst | 1 + .../media/uapi/v4l/pixfmt-srggb12l

Re: [PATCH 2/2] staging: media: sunxi: Replace function cedrus_check_format()

2019-07-05 Thread Paul Kocialkowski
Hi, On Wed 03 Jul 19, 13:43, Nishka Dasgupta wrote: > Remove function cedrus_check_format as all it does is call > cedrus_find_format. > Rename cedrus_find_format to cedrus_check_format to maintain > compatibility with call sites. > Issue found with Coccinelle. Maybe we could have a !! or a bool

Re: [PATCH 1/2] staging: media: sunxi: Change return type of cedrus_find_format()

2019-07-05 Thread Paul Kocialkowski
Hi, On Wed 03 Jul 19, 13:43, Nishka Dasgupta wrote: > Change return type of cedrus_find_format to bool as it is only called > once, by a function whose return value is bool, and the return value of > cedrus_find_format is returned as-is at the call-site. > Issue found with Coccinelle. The purpose

Re: [PATCH 1/4] rcar-vin: Rename rectangle holding holding the video source information

2019-07-05 Thread Geert Uytterhoeven
Hi Niklas, Please drop one "holding" from the subject. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalis

Re: [PATCH 2/4] rcar-vin: Do not reset the crop and compose rectangles in s_fmt

2019-07-05 Thread Sergei Shtylyov
Hello! On 05.07.2019 7:55, Niklas Söderlund wrote: The crop and compose rectangles where reset when s_fmt was called s/where/were/? resulting in potentially valid rectangles where lost when updating the And here too... format. Fix this by instead trying to map the rectangles insid