Home | History | Annotate | Download | only in libwebm

Lines Matching refs:buflen_

454     const long buflen_ = static_cast<long>(size_);
456 buf = new (std::nothrow) unsigned char[buflen_];
459 status = pReader->Read(pos, buflen_, buf);
462 buflen = buflen_;