Searched defs:dec_bit_stream_t (Results 1 - 1 of 1) sorted by relevance

/external/libavc/decoder/
H A Dih264d_bitstrm.h62 } dec_bit_stream_t; typedef in typeref:struct:__anon7493
65 UWORD8 ih264d_get_bit_h264(dec_bit_stream_t *);
68 UWORD32 ih264d_get_bits_h264(dec_bit_stream_t *, UWORD32);
71 UWORD32 ih264d_next_bits_h264(dec_bit_stream_t *, UWORD32);
74 WORD32 ih264d_flush_bits_h264(dec_bit_stream_t *, WORD32);
96 void GoToByteBoundary(dec_bit_stream_t * ps_bitstrm);
97 UWORD8 ih264d_check_byte_aligned(dec_bit_stream_t * ps_bitstrm);

Completed in 293 milliseconds