HomeSort by relevance Sort by last modified time
    Searched defs:table_id (Results 1 - 3 of 3) sorted by null

  /external/webrtc/src/system_wrappers/source/
data_log.cc 284 std::string DataLog::Combine(const std::string& table_name, int table_id) {
288 ss << "_" << table_id; local
  /external/chromium_org/content/browser/media/
webrtc_internals_browsertest.cc 239 string table_id = local
241 VerifyElementWithId(table_id);
246 VerifyStatsTableRow(table_id, iter->first, iter->second);
250 // Verifies that the row named as |name| of the stats table |table_id| has
252 void VerifyStatsTableRow(const string& table_id,
255 VerifyElementWithId(table_id + "-" + name);
260 "var row = $('" + table_id + "-" + name + "');"
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 243 unsigned table_id = br->getBits(8); local
244 ALOGV(" table_id = %u", table_id);
245 CHECK_EQ(table_id, 0x02u);
992 unsigned table_id = br->getBits(8); local
993 ALOGV(" table_id = %u", table_id);
994 CHECK_EQ(table_id, 0x00u);
    [all...]

Completed in 99 milliseconds