Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_nal.c101 WORD32 start_code_found; in ihevcd_nal_search_start_code() local
106 start_code_found = 0; in ihevcd_nal_search_start_code()
123 start_code_found = 1; in ihevcd_nal_search_start_code()
127 if((0 == start_code_found) && (ofst < bytes_remaining)) in ihevcd_nal_search_start_code()
190 WORD32 start_code_found; in ihevcd_nal_remv_emuln_bytes() local
197 start_code_found = 0; in ihevcd_nal_remv_emuln_bytes()
218 start_code_found = 1; in ihevcd_nal_remv_emuln_bytes()
235 if((0 == start_code_found) && (src_cnt < bytes_remaining)) in ihevcd_nal_remv_emuln_bytes()