Home | History | Annotate | Download | only in mkvparser

Lines Matching full:num_bytes

46   const unsigned long long num_bytes = num_elements * element_size;
49 if (num_bytes != static_cast<size_t>(num_bytes))
52 return new (std::nothrow) Type[static_cast<size_t>(num_bytes)];