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