mirror of
https://github.com/lkl/linux.git
synced 2025-12-19 08:03:01 +09:00
media: Add stream to frame descriptor
The stream field identifies the stream this frame descriptor applies to in routing configuration across a multiplexed link. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se> Reviewed-by: Jacopo Mondi <jacopo+renesas@jmondi.org> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
34a315ce0e
commit
9037d1308b
@@ -345,6 +345,7 @@ enum v4l2_mbus_frame_desc_flags {
|
||||
* struct v4l2_mbus_frame_desc_entry - media bus frame description structure
|
||||
*
|
||||
* @flags: bitmask flags, as defined by &enum v4l2_mbus_frame_desc_flags.
|
||||
* @stream: stream in routing configuration
|
||||
* @pixelcode: media bus pixel code, valid if @flags
|
||||
* %FRAME_DESC_FL_BLOB is not set.
|
||||
* @length: number of octets per frame, valid if @flags
|
||||
@@ -354,6 +355,7 @@ enum v4l2_mbus_frame_desc_flags {
|
||||
*/
|
||||
struct v4l2_mbus_frame_desc_entry {
|
||||
enum v4l2_mbus_frame_desc_flags flags;
|
||||
u32 stream;
|
||||
u32 pixelcode;
|
||||
u32 length;
|
||||
union {
|
||||
|
||||
Reference in New Issue
Block a user