Home
last modified time | relevance | path

Searched refs:i4_num_words_to_fill (Results 1 – 1 of 1) sorted by relevance

/external/libavc/encoder/
Dih264e_encode_header.c1505 WORD32 i4_num_words_to_fill, i4_words_filled; in ih264e_add_filler_nal_unit() local
1529 i4_num_words_to_fill = (insert_fill_bytes >> 2); in ih264e_add_filler_nal_unit()
1536 i4_num_words_to_fill -= i4_words_filled; in ih264e_add_filler_nal_unit()
1538 while (i4_num_words_to_fill > 0) in ih264e_add_filler_nal_unit()
1543 i4_num_words_to_fill-- ; in ih264e_add_filler_nal_unit()