Searched refs:header_status (Results 1 - 2 of 2) sorted by relevance

/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp1353 const long long header_status = ParseHeaders(); local
1355 if (header_status < 0) // error
1356 return static_cast<long>(header_status);
1358 if (header_status > 0) // underflow
/external/libvpx/libwebm/
H A Dmkvparser.cpp1399 const long long header_status = ParseHeaders(); local
1401 if (header_status < 0) // error
1402 return static_cast<long>(header_status);
1404 if (header_status > 0) // underflow

Completed in 47 milliseconds