FFmpeg
Data Fields
HapContext Struct Reference

#include <hap.h>

Data Fields

AVClassclass
 
TextureDSPContext dxtc
 
GetByteContext gbc
 
enum HapTextureFormat opt_tex_fmt
 
int opt_chunk_count
 
int opt_compressor
 
int chunk_count
 
HapChunkchunks
 
intchunk_results
 
int tex_rat
 
int tex_rat2
 
const uint8_t * tex_data
 
uint8_t * tex_buf
 
size_t tex_size
 
size_t max_snappy
 
int slice_count
 
int texture_count
 
int texture_section_size
 
int uncompress_pix_size
 
int(* tex_fun )(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
 
int(* tex_fun2 )(uint8_t *dst, ptrdiff_t stride, const uint8_t *block)
 

Detailed Description

Definition at line 61 of file hap.h.

Field Documentation

◆ class

AVClass* HapContext::class

Definition at line 62 of file hap.h.

◆ dxtc

TextureDSPContext HapContext::dxtc

Definition at line 64 of file hap.h.

◆ gbc

GetByteContext HapContext::gbc

Definition at line 65 of file hap.h.

◆ opt_tex_fmt

enum HapTextureFormat HapContext::opt_tex_fmt

Definition at line 67 of file hap.h.

◆ opt_chunk_count

int HapContext::opt_chunk_count

Definition at line 68 of file hap.h.

◆ opt_compressor

int HapContext::opt_compressor

Definition at line 69 of file hap.h.

◆ chunk_count

int HapContext::chunk_count

Definition at line 71 of file hap.h.

◆ chunks

HapChunk* HapContext::chunks

Definition at line 72 of file hap.h.

◆ chunk_results

int* HapContext::chunk_results

Definition at line 73 of file hap.h.

◆ tex_rat

int HapContext::tex_rat

Definition at line 75 of file hap.h.

◆ tex_rat2

int HapContext::tex_rat2

Definition at line 76 of file hap.h.

◆ tex_data

const uint8_t* HapContext::tex_data

Definition at line 77 of file hap.h.

◆ tex_buf

uint8_t* HapContext::tex_buf

Definition at line 78 of file hap.h.

◆ tex_size

size_t HapContext::tex_size

Definition at line 79 of file hap.h.

◆ max_snappy

size_t HapContext::max_snappy

Definition at line 81 of file hap.h.

◆ slice_count

int HapContext::slice_count

Definition at line 83 of file hap.h.

◆ texture_count

int HapContext::texture_count

Definition at line 85 of file hap.h.

◆ texture_section_size

int HapContext::texture_section_size

Definition at line 86 of file hap.h.

◆ uncompress_pix_size

int HapContext::uncompress_pix_size

Definition at line 87 of file hap.h.

◆ tex_fun

int(* HapContext::tex_fun) (uint8_t *dst, ptrdiff_t stride, const uint8_t *block)

Definition at line 90 of file hap.h.

◆ tex_fun2

int(* HapContext::tex_fun2) (uint8_t *dst, ptrdiff_t stride, const uint8_t *block)

Definition at line 91 of file hap.h.


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