Home
last modified time | relevance | path

Searched refs:tc_ (Results 1 – 2 of 2) sorted by relevance

/external/libvpx/libwebm/
Dmkvparser.cpp7705 const long long tc_ = pBlock->GetTimeCode(this); in GetEntry()
7706 assert(tc_ >= 0); in GetEntry()
7708 if (tc_ < tc) in GetEntry()
7711 if (tc_ > tc) in GetEntry()
7804 const long long tc_ = pBlock->GetTimeCode(this); in GetEntry() local
7806 if (tc_ < tc) { in GetEntry()
7811 if (tc_ > tc) in GetEntry()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp7707 const long long tc_ = pBlock->GetTimeCode(this); in GetEntry()
7708 assert(tc_ >= 0); in GetEntry()
7710 if (tc_ < tc) in GetEntry()
7713 if (tc_ > tc) in GetEntry()
7806 const long long tc_ = pBlock->GetTimeCode(this); in GetEntry() local
7808 if (tc_ < tc) { in GetEntry()
7813 if (tc_ > tc) in GetEntry()