HomeSort by relevance Sort by last modified time
    Searched full:buflen_ (Results 1 - 1 of 1) sorted by null

  /frameworks/base/media/libstagefright/matroska/
mkvparser.cpp 506 const long buflen_ = static_cast<long>(size_); local
508 buf = new (std::nothrow) unsigned char[buflen_];
511 hr = pReader->Read(pos, buflen_, buf);
514 buflen = buflen_;
    [all...]

Completed in 48 milliseconds