Home
last modified time | relevance | path

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

/external/libxaac/decoder/
Dixheaacd_headerdecode.c1020 WORD32 header_found = 0; in ixheaacd_aac_headerdecode() local
1065 header_found = 1; in ixheaacd_aac_headerdecode()
1113 header_found = 1; in ixheaacd_aac_headerdecode()
1141 header_found = 1; in ixheaacd_aac_headerdecode()
1146 } while ((header_found == 0 && ((bytes_taken + 1) < (header_len - 68))) && in ixheaacd_aac_headerdecode()
1149 if (header_found == 0 && disable_sync == 1) { in ixheaacd_aac_headerdecode()
1187 if (header_found == 0) { in ixheaacd_aac_headerdecode()
/external/cronet/net/quic/
Dquic_http_stream_test.cc141 bool header_found = false; in CheckHeader() local
148 if (header_found) { in CheckHeader()
154 header_found = true; in CheckHeader()
157 return header_found; in CheckHeader()
/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/libaom/tools/
Dcpplint.py5557 header_found = False
5578 header_found = True
5585 if filename.endswith('.cc') and not header_found:
/external/google-styleguide/cpplint/
Dcpplint.py5560 header_found = False
5581 header_found = True
5588 if filename.endswith('.cc') and not header_found:
/external/libvpx/tools/
Dcpplint.py5557 header_found = False
5578 header_found = True
5585 if filename.endswith('.cc') and not header_found: