Lines Matching refs:u4_cur_pos
65 UWORD32 u4_cur_pos, in ih264d_check_if_aud() argument
70 if(u4_cur_pos + 1 < u4_max_ofst) in ih264d_check_if_aud()
72 u1_first_byte = pu1_buf[u4_cur_pos + 1]; in ih264d_check_if_aud()
83 UWORD32 u4_cur_pos, in ih264d_find_start_code() argument
93 while(u4_cur_pos < u4_max_ofst) in ih264d_find_start_code()
95 if(pu1_buf[u4_cur_pos] == 0) in ih264d_find_start_code()
97 else if(pu1_buf[u4_cur_pos] in ih264d_find_start_code()
101 u4_cur_pos++; in ih264d_find_start_code()
108 u4_cur_pos++; in ih264d_find_start_code()
111 *pu4_length_of_start_code = u4_cur_pos; in ih264d_find_start_code()
113 ui_curPosTemp = u4_cur_pos; in ih264d_find_start_code()
114 while(u4_cur_pos < u4_max_ofst) in ih264d_find_start_code()
117 if(pu1_buf[u4_cur_pos] == 0) in ih264d_find_start_code()
119 else if(pu1_buf[u4_cur_pos] in ih264d_find_start_code()
123 ih264d_check_if_aud(pu1_buf, u4_cur_pos, u4_max_ofst, in ih264d_find_start_code()
125 return (u4_cur_pos - zero_byte_cnt - ui_curPosTemp); in ih264d_find_start_code()
131 u4_cur_pos++; in ih264d_find_start_code()
134 return (u4_cur_pos - zero_byte_cnt - ui_curPosTemp); //(START_CODE_NOT_FOUND); in ih264d_find_start_code()
153 UWORD32 u4_cur_pos, in ih264d_get_next_nal_unit() argument
163 ih264d_find_start_code(pu1_buf, u4_cur_pos, u4_max_ofst, in ih264d_get_next_nal_unit()