Home
last modified time | relevance | path

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

/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp476 const long buflen_ = static_cast<long>(size); in Match() local
478 buf = SafeArrayAlloc<unsigned char>(1, buflen_); in Match()
482 status = pReader->Read(pos, buflen_, buf); in Match()
486 buflen = buflen_; in Match()
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc474 const long buflen_ = static_cast<long>(size); in Match() local
476 buf = SafeArrayAlloc<unsigned char>(1, buflen_); in Match()
480 status = pReader->Read(pos, buflen_, buf); in Match()
484 buflen = buflen_; in Match()