FFmpeg
Data Fields
NotchLCContext Struct Reference

Data Fields

unsigned compressed_size
 
unsigned format
 
uint8_tuncompressed_buffer
 
unsigned uncompressed_size
 
uint8_tlzf_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 a_data_offset
 
unsigned uv_count_offset
 
unsigned a_count_size
 
unsigned data_end
 
GetByteContext gb
 
PutByteContext pb
 

Detailed Description

Definition at line 35 of file notchlc.c.

Field Documentation

◆ compressed_size

unsigned NotchLCContext::compressed_size

Definition at line 36 of file notchlc.c.

◆ format

unsigned NotchLCContext::format

Definition at line 37 of file notchlc.c.

◆ uncompressed_buffer

uint8_t* NotchLCContext::uncompressed_buffer

Definition at line 39 of file notchlc.c.

◆ uncompressed_size

unsigned NotchLCContext::uncompressed_size

Definition at line 40 of file notchlc.c.

◆ lzf_buffer

uint8_t* NotchLCContext::lzf_buffer

Definition at line 42 of file notchlc.c.

◆ lzf_size

int64_t NotchLCContext::lzf_size

Definition at line 43 of file notchlc.c.

◆ texture_size_x

unsigned NotchLCContext::texture_size_x

Definition at line 45 of file notchlc.c.

◆ texture_size_y

unsigned NotchLCContext::texture_size_y

Definition at line 46 of file notchlc.c.

◆ y_data_row_offsets

unsigned NotchLCContext::y_data_row_offsets

Definition at line 47 of file notchlc.c.

◆ uv_offset_data_offset

unsigned NotchLCContext::uv_offset_data_offset

Definition at line 48 of file notchlc.c.

◆ y_control_data_offset

unsigned NotchLCContext::y_control_data_offset

Definition at line 49 of file notchlc.c.

◆ a_control_word_offset

unsigned NotchLCContext::a_control_word_offset

Definition at line 50 of file notchlc.c.

◆ y_data_offset

unsigned NotchLCContext::y_data_offset

Definition at line 51 of file notchlc.c.

◆ uv_data_offset

unsigned NotchLCContext::uv_data_offset

Definition at line 52 of file notchlc.c.

◆ y_data_size

unsigned NotchLCContext::y_data_size

Definition at line 53 of file notchlc.c.

◆ a_data_offset

unsigned NotchLCContext::a_data_offset

Definition at line 54 of file notchlc.c.

◆ uv_count_offset

unsigned NotchLCContext::uv_count_offset

Definition at line 55 of file notchlc.c.

◆ a_count_size

unsigned NotchLCContext::a_count_size

Definition at line 56 of file notchlc.c.

◆ data_end

unsigned NotchLCContext::data_end

Definition at line 57 of file notchlc.c.

◆ gb

GetByteContext NotchLCContext::gb

Definition at line 59 of file notchlc.c.

◆ pb

PutByteContext NotchLCContext::pb

Definition at line 60 of file notchlc.c.


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