FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
Context Struct Reference

Data Fields

AVClassclass
 
int fd
 
struct AVTreeNoderoot
 
int64_t logical_pos
 
int64_t cache_pos
 
int64_t inner_pos
 
int64_t end
 
int is_true_eof
 
URLContextinner
 
int64_t cache_hit
 
int64_t cache_miss
 
int read_ahead_limit
 

Detailed Description

Definition at line 54 of file cache.c.

Field Documentation

AVClass* Context::class

Definition at line 55 of file cache.c.

int Context::fd

Definition at line 56 of file cache.c.

Referenced by add_entry(), cache_close(), cache_open(), and cache_read().

struct AVTreeNode* Context::root

Definition at line 57 of file cache.c.

Referenced by add_entry(), cache_close(), and cache_read().

int64_t Context::logical_pos

Definition at line 58 of file cache.c.

Referenced by add_entry(), cache_read(), and cache_seek().

int64_t Context::cache_pos

Definition at line 59 of file cache.c.

Referenced by add_entry(), and cache_read().

int64_t Context::inner_pos

Definition at line 60 of file cache.c.

Referenced by cache_read(), and cache_seek().

int64_t Context::end

Definition at line 61 of file cache.c.

Referenced by cache_read(), and cache_seek().

int Context::is_true_eof

Definition at line 62 of file cache.c.

Referenced by cache_read(), and cache_seek().

URLContext* Context::inner

Definition at line 63 of file cache.c.

Referenced by cache_close(), cache_open(), cache_read(), and cache_seek().

int64_t Context::cache_hit

Definition at line 64 of file cache.c.

Referenced by cache_close(), and cache_read().

int64_t Context::cache_miss

Definition at line 64 of file cache.c.

Referenced by cache_close(), and cache_read().

int Context::read_ahead_limit

Definition at line 65 of file cache.c.

Referenced by cache_seek().


The documentation for this struct was generated from the following file: