FFmpeg
|
tree.c File Reference
Include dependency graph for tree.c:
Go to the source code of this file.
Data Structures | |
struct | AVTreeNode |
Typedefs | |
typedef struct AVTreeNode | AVTreeNode |
Functions | |
struct AVTreeNode * | av_tree_node_alloc (void) |
Allocate an AVTreeNode. More... | |
void * | av_tree_find (const AVTreeNode *t, void *key, int(*cmp)(void *key, const void *b), void *next[2]) |
void * | av_tree_insert (AVTreeNode **tp, void *key, int(*cmp)(void *key, const void *b), AVTreeNode **next) |
Insert or remove an element. More... | |
void | av_tree_destroy (AVTreeNode *t) |
void | av_tree_enumerate (AVTreeNode *t, void *opaque, int(*cmp)(void *opaque, void *elem), int(*enu)(void *opaque, void *elem)) |
Apply enu(opaque, &elem) to all the elements in the tree in a given range. More... | |
Variables | |
const int | av_tree_node_size = sizeof(AVTreeNode) |
Typedef Documentation
typedef struct AVTreeNode AVTreeNode |
Function Documentation
void* av_tree_find | ( | const AVTreeNode * | t, |
void * | key, | ||
int(*)(void *key, const void *b) | cmp, | ||
void * | next[2] | ||
) |
Definition at line 38 of file tree.c.
Referenced by av_tree_enumerate(), av_tree_insert(), draw_glyphs(), draw_text(), nut_write_packet(), read_seek(), and write_index().
Generated on Mon Nov 18 2024 06:52:09 for FFmpeg by 1.8.11