Searched refs:u4_length_of_start_code (Results 1 – 3 of 3) sorted by relevance
226 UWORD32 u4_length_of_start_code = 0; in imvcd_check_num_view_slices_in_au() local229 &u4_length_of_start_code, &u4_next_is_aud); in imvcd_check_num_view_slices_in_au()241 if(u4_length_of_start_code < (NUM_OF_ZERO_BYTES_BEFORE_START_CODE + 1)) in imvcd_check_num_view_slices_in_au()246 e_nalu_id = NAL_UNIT_TYPE(pu1_input_buffer[u4_length_of_start_code]); in imvcd_check_num_view_slices_in_au()251 ((WORD64) (((WORD64) u4_length_of_start_code) + ((WORD64) i4_nalu_length)))) in imvcd_check_num_view_slices_in_au()257 pu1_input_buffer += u4_length_of_start_code + i4_nalu_length; in imvcd_check_num_view_slices_in_au()258 u4_num_bytes_remaining -= u4_length_of_start_code + i4_nalu_length; in imvcd_check_num_view_slices_in_au()
676 UWORD32 u4_length_of_start_code; in imvcd_view_decode() local722 &u4_length_of_start_code, &u4_next_is_aud); in imvcd_view_decode()757 memcpy(pu1_bitstream_buf, pu1_input_buffer + u4_length_of_start_code, i4_nalu_length); in imvcd_view_decode()867 u4_num_bytes_consumed += i4_nalu_length + u4_length_of_start_code; in imvcd_view_decode()868 u4_num_bytes_remaining -= i4_nalu_length + u4_length_of_start_code; in imvcd_view_decode()
2157 UWORD32 u4_max_ofst, u4_length_of_start_code = 0; in ih264d_video_decode() local2553 &u4_length_of_start_code, in ih264d_video_decode()2563 bytes_consumed = buflen + u4_length_of_start_code; in ih264d_video_decode()2568 memcpy(pu1_bitstrm_buf, pu1_buf + u4_length_of_start_code, in ih264d_video_decode()