Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp528 unsigned char scan_byte = 0; in Parse() local
531 status = pReader->Read(pos, 1, &scan_byte); in Parse()
538 if (scan_byte == kEbmlByte0) in Parse()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc525 unsigned char scan_byte = 0; in Parse() local
528 status = pReader->Read(pos, 1, &scan_byte); in Parse()
535 if (scan_byte == kEbmlByte0) in Parse()