Searched defs:H2645NAL (Results 1 – 1 of 1) sorted by relevance
34 typedef struct H2645NAL { struct35 const uint8_t *data;36 int size;42 int size_bits;44 int raw_size;45 const uint8_t *raw_data;47 GetBitContext gb;72 } H2645NAL; argument