Lines Matching refs:u4_strm_buf_offset
103 ps_bitstrm->u4_strm_buf_offset = 0; in ih264e_bitstrm_init()
403 UWORD32 u4_strm_buf_offset = ps_bitstrm->u4_strm_buf_offset; in ih264e_put_nal_start_code_prefix() local
407 if((u4_strm_buf_offset + 4) >= ps_bitstrm->u4_max_strm_size) in ih264e_put_nal_start_code_prefix()
415 pu1_strm_buf[u4_strm_buf_offset] = 0x00; in ih264e_put_nal_start_code_prefix()
416 u4_strm_buf_offset++; in ih264e_put_nal_start_code_prefix()
420 pu1_strm_buf[u4_strm_buf_offset] = 0x00; in ih264e_put_nal_start_code_prefix()
421 u4_strm_buf_offset++; in ih264e_put_nal_start_code_prefix()
423 pu1_strm_buf[u4_strm_buf_offset] = 0x00; in ih264e_put_nal_start_code_prefix()
424 u4_strm_buf_offset++; in ih264e_put_nal_start_code_prefix()
426 pu1_strm_buf[u4_strm_buf_offset] = 0x01; in ih264e_put_nal_start_code_prefix()
427 u4_strm_buf_offset++; in ih264e_put_nal_start_code_prefix()
430 ps_bitstrm->u4_strm_buf_offset = u4_strm_buf_offset; in ih264e_put_nal_start_code_prefix()