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

  /external/libvpx/libvpx/third_party/libwebm/
mkvmuxer.cpp 1086 Track** const track_entries = new (std::nothrow) Track*[count]; // NOLINT local
1087 if (!track_entries)
1091 track_entries[i] = track_entries_[i];
1105 if (track_entries[i]->number() == track_num) {
1115 track_entries_ = track_entries;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
mkvmuxer.cpp 1018 Track** const track_entries = new (std::nothrow) Track*[count]; // NOLINT local
1019 if (!track_entries)
1023 track_entries[i] = track_entries_[i];
1037 if (track_entries[i]->number() == track_num) {
1047 track_entries_ = track_entries;
    [all...]

Completed in 73 milliseconds