Home | History | Annotate | Download | only in decoder

Lines Matching full:pu1_buf

50  * \param pu1_buf : Pointer to char buffer which contains bitstream.
64 void ih264d_check_if_aud(UWORD8 *pu1_buf,
72 u1_first_byte = pu1_buf[u4_cur_pos + 1];
82 WORD32 ih264d_find_start_code(UWORD8 *pu1_buf,
95 if(pu1_buf[u4_cur_pos] == 0)
97 else if(pu1_buf[u4_cur_pos]
117 if(pu1_buf[u4_cur_pos] == 0)
119 else if(pu1_buf[u4_cur_pos]
123 ih264d_check_if_aud(pu1_buf, u4_cur_pos, u4_max_ofst,
152 WORD32 ih264d_get_next_nal_unit(UWORD8 *pu1_buf,
163 ih264d_find_start_code(pu1_buf, u4_cur_pos, u4_max_ofst,