Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_headerdecode.c943 WORD32 header_found = 0; in ixheaacd_aac_headerdecode() local
981 header_found = 1; in ixheaacd_aac_headerdecode()
1027 header_found = 1; in ixheaacd_aac_headerdecode()
1055 header_found = 1; in ixheaacd_aac_headerdecode()
1060 } while ((header_found == 0 && ((bytes_taken + 1) < (header_len - 68))) && in ixheaacd_aac_headerdecode()
1063 if (header_found == 0 && disable_sync == 1) { in ixheaacd_aac_headerdecode()
1101 if (header_found == 0) { in ixheaacd_aac_headerdecode()
/external/compiler-rt/lib/sanitizer_common/scripts/
Dcpplint.py3710 header_found = False
3731 header_found = True
3738 if filename.endswith('.cc') and not header_found:
/external/libvpx/libvpx/tools/
Dcpplint.py4427 header_found = False
4448 header_found = True
4455 if filename.endswith('.cc') and not header_found:
/external/libaom/libaom/tools/
Dcpplint.py4427 header_found = False
4448 header_found = True
4455 if filename.endswith('.cc') and not header_found:
/external/google-styleguide/cpplint/
Dcpplint.py5541 header_found = False
5562 header_found = True
5569 if filename.endswith('.cc') and not header_found: