SYNOPSIS
struct media_entity_graph {
struct stack[MEDIA_ENTITY_ENUM_MAX_DEPTH];
struct media_entity_enum ent_enum;
int top;
};
MEMBERS
stack[MEDIA_ENTITY_ENUM_MAX_DEPTH]
- Graph traversal stack; the stack contains information on the path the media entities to be walked and the links through which they were reached.
ent_enum
- Visited entities
top
- The top of the stack
COPYRIGHT