FFmpeg
4.3.8
|
Data Fields | |
unsigned | compressed_size |
unsigned | format |
uint8_t * | uncompressed_buffer |
unsigned | uncompressed_size |
uint8_t * | lzf_buffer |
int64_t | lzf_size |
unsigned | texture_size_x |
unsigned | texture_size_y |
unsigned | y_data_row_offsets |
unsigned | uv_offset_data_offset |
unsigned | y_control_data_offset |
unsigned | a_control_word_offset |
unsigned | y_data_offset |
unsigned | uv_data_offset |
unsigned | y_data_size |
unsigned | uv_count_size |
unsigned | uv_count_offset |
unsigned | a_count_size |
unsigned | data_end |
GetByteContext | gb |
PutByteContext | pb |
unsigned NotchLCContext::compressed_size |
Definition at line 36 of file notchlc.c.
Referenced by decode_frame().
unsigned NotchLCContext::format |
Definition at line 37 of file notchlc.c.
Referenced by decode_frame().
uint8_t* NotchLCContext::uncompressed_buffer |
Definition at line 39 of file notchlc.c.
Referenced by decode_end(), and decode_frame().
unsigned NotchLCContext::uncompressed_size |
Definition at line 40 of file notchlc.c.
Referenced by decode_end(), and decode_frame().
uint8_t* NotchLCContext::lzf_buffer |
Definition at line 42 of file notchlc.c.
Referenced by decode_end(), and decode_frame().
int64_t NotchLCContext::lzf_size |
Definition at line 43 of file notchlc.c.
Referenced by decode_end(), and decode_frame().
unsigned NotchLCContext::texture_size_x |
Definition at line 45 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::texture_size_y |
Definition at line 46 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::y_data_row_offsets |
Definition at line 47 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::uv_offset_data_offset |
Definition at line 48 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::y_control_data_offset |
Definition at line 49 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::a_control_word_offset |
Definition at line 50 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::y_data_offset |
Definition at line 51 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::uv_data_offset |
Definition at line 52 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::y_data_size |
Definition at line 53 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::uv_count_size |
Definition at line 54 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::uv_count_offset |
Definition at line 55 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::a_count_size |
Definition at line 56 of file notchlc.c.
Referenced by decode_blocks().
unsigned NotchLCContext::data_end |
Definition at line 57 of file notchlc.c.
Referenced by decode_blocks().
GetByteContext NotchLCContext::gb |
Definition at line 59 of file notchlc.c.
Referenced by decode_blocks(), and decode_frame().
PutByteContext NotchLCContext::pb |
Definition at line 60 of file notchlc.c.
Referenced by decode_frame().