Home | History | Annotate | Download | only in libwebm

Lines Matching refs:buflen_

445     const long buflen_ = static_cast<long>(size_);

447 buf = new (std::nothrow) unsigned char[buflen_];
450 status = pReader->Read(pos, buflen_, buf);
453 buflen = buflen_;