Home | History | Annotate | Download | only in libwebm

Lines Matching refs:buflen_

400   const long buflen_ = static_cast<long>(size_);
402 buf = new (std::nothrow) unsigned char[buflen_];
405 status = pReader->Read(pos, buflen_, buf);
408 buflen = buflen_;