Searched refs:buflen_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
H A Dmkvparser.cpp398 const long buflen_ = static_cast<long>(size_); local
400 buf = new (std::nothrow) unsigned char[buflen_];
403 status = pReader->Read(pos, buflen_, buf);
406 buflen = buflen_;
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvparser.cpp454 const long buflen_ = static_cast<long>(size_); local
456 buf = new (std::nothrow) unsigned char[buflen_];
459 status = pReader->Read(pos, buflen_, buf);
462 buflen = buflen_;
/external/libvpx/libwebm/
H A Dmkvparser.cpp400 const long buflen_ = static_cast<long>(size_); local
402 buf = new (std::nothrow) unsigned char[buflen_];
405 status = pReader->Read(pos, buflen_, buf);
408 buflen = buflen_;

Completed in 264 milliseconds