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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libwebm/
mkvparser.cpp 445 const long buflen_ = static_cast<long>(size_); local
447 buf = new (std::nothrow) unsigned char[buflen_];
450 status = pReader->Read(pos, buflen_, buf);
453 buflen = buflen_;
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/libwebm/
mkvparser.cpp 398 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_;
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.cpp 454 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_;
    [all...]
  /external/libvpx/libwebm/
mkvparser.cpp 400 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_;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvparser.cpp 454 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_;
    [all...]

Completed in 69 milliseconds