RE: [PATCH v7 01/14] drm: Define histogram structures exposed to user

2025-01-20 Thread Murthy, Arun R
> > On Thu, Jan 16, 2025 at 01:33:43PM +, Murthy, Arun R wrote: > > > > On Thu, Jan 16, 2025 at 12:33:20PM +, Murthy, Arun R wrote: > > > > > > > > On Fri, Jan 10, 2025 at 01:15:29AM +0530, Arun R Murthy wrote: > > > > > > > > > Display Histogram is an array of bins and can be > > > > > > >

RE: [PATCH v7 01/14] drm: Define histogram structures exposed to user

2025-01-16 Thread Murthy, Arun R
> On Thu, Jan 16, 2025 at 01:33:43PM +, Murthy, Arun R wrote: > > > On Thu, Jan 16, 2025 at 12:33:20PM +, Murthy, Arun R wrote: > > > > > > > On Fri, Jan 10, 2025 at 01:15:29AM +0530, Arun R Murthy wrote: > > > > > > > > Display Histogram is an array of bins and can be generated > > > > > >

Re: [PATCH v7 01/14] drm: Define histogram structures exposed to user

2025-01-16 Thread Dmitry Baryshkov
On Thu, Jan 16, 2025 at 01:33:43PM +, Murthy, Arun R wrote: > > On Thu, Jan 16, 2025 at 12:33:20PM +, Murthy, Arun R wrote: > > > > > > On Fri, Jan 10, 2025 at 01:15:29AM +0530, Arun R Murthy wrote: > > > > > > > Display Histogram is an array of bins and can be generated in > > > > > > > ma

RE: [PATCH v7 01/14] drm: Define histogram structures exposed to user

2025-01-16 Thread Murthy, Arun R
> On Thu, Jan 16, 2025 at 12:33:20PM +, Murthy, Arun R wrote: > > > > > On Fri, Jan 10, 2025 at 01:15:29AM +0530, Arun R Murthy wrote: > > > > > > Display Histogram is an array of bins and can be generated in > > > > > > many ways referred to as modes. > > > > > > Ex: HSV max(RGB), Wighted RGB

Re: [PATCH v7 01/14] drm: Define histogram structures exposed to user

2025-01-16 Thread Dmitry Baryshkov
On Thu, Jan 16, 2025 at 12:33:20PM +, Murthy, Arun R wrote: > > > > On Fri, Jan 10, 2025 at 01:15:29AM +0530, Arun R Murthy wrote: > > > > > Display Histogram is an array of bins and can be generated in many > > > > > ways referred to as modes. > > > > > Ex: HSV max(RGB), Wighted RGB etc. > > >

RE: [PATCH v7 01/14] drm: Define histogram structures exposed to user

2025-01-16 Thread Murthy, Arun R
> > > On Fri, Jan 10, 2025 at 01:15:29AM +0530, Arun R Murthy wrote: > > > > Display Histogram is an array of bins and can be generated in many > > > > ways referred to as modes. > > > > Ex: HSV max(RGB), Wighted RGB etc. > > > > > > > > Understanding the histogram data format(Ex: HSV max(RGB)) > >

Re: [PATCH v7 01/14] drm: Define histogram structures exposed to user

2025-01-15 Thread Dmitry Baryshkov
On Thu, 16 Jan 2025 at 09:08, Murthy, Arun R wrote: > > > On Fri, Jan 10, 2025 at 01:15:29AM +0530, Arun R Murthy wrote: > > > Display Histogram is an array of bins and can be generated in many > > > ways referred to as modes. > > > Ex: HSV max(RGB), Wighted RGB etc. > > > > > > Understanding the

RE: [PATCH v7 01/14] drm: Define histogram structures exposed to user

2025-01-15 Thread Murthy, Arun R
> On Fri, Jan 10, 2025 at 01:15:29AM +0530, Arun R Murthy wrote: > > Display Histogram is an array of bins and can be generated in many > > ways referred to as modes. > > Ex: HSV max(RGB), Wighted RGB etc. > > > > Understanding the histogram data format(Ex: HSV max(RGB)) Histogram is > > just the p

Re: [PATCH v7 01/14] drm: Define histogram structures exposed to user

2025-01-15 Thread Dmitry Baryshkov
On Fri, Jan 10, 2025 at 01:15:29AM +0530, Arun R Murthy wrote: > Display Histogram is an array of bins and can be generated in many ways > referred to as modes. > Ex: HSV max(RGB), Wighted RGB etc. > > Understanding the histogram data format(Ex: HSV max(RGB)) > Histogram is just the pixel count. >