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

Data Fields

size_t key_size
 
size_t val_size
 
size_t entry_size
 
size_t max_entries
 
size_t nb_entries
 
const AVCRCcrc
 
uint8_t * table
 
uint8_t swapbuf []
 

Detailed Description

Definition at line 34 of file hashtable.c.

Field Documentation

◆ key_size

size_t FFHashtableContext::key_size

Definition at line 35 of file hashtable.c.

Referenced by ff_hashtable_alloc().

◆ val_size

size_t FFHashtableContext::val_size

Definition at line 36 of file hashtable.c.

Referenced by ff_hashtable_alloc().

◆ entry_size

size_t FFHashtableContext::entry_size

Definition at line 37 of file hashtable.c.

Referenced by ff_hashtable_alloc().

◆ max_entries

size_t FFHashtableContext::max_entries

Definition at line 38 of file hashtable.c.

Referenced by ff_hashtable_alloc().

◆ nb_entries

size_t FFHashtableContext::nb_entries

Definition at line 39 of file hashtable.c.

Referenced by ff_hashtable_alloc().

◆ crc

const AVCRC* FFHashtableContext::crc

Definition at line 40 of file hashtable.c.

Referenced by ff_hashtable_alloc().

◆ table

uint8_t* FFHashtableContext::table

Definition at line 41 of file hashtable.c.

Referenced by ff_hashtable_alloc().

◆ swapbuf

uint8_t FFHashtableContext::swapbuf[]

Definition at line 42 of file hashtable.c.


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