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

  /external/chromium_org/media/formats/mp2t/
ts_section_pat.cc 26 int table_id; local
36 RCHECK(bit_reader->ReadBits(8, &table_id));
55 RCHECK(table_id == 0x0);
ts_section_pmt.cc 25 int table_id; local
35 RCHECK(bit_reader->ReadBits(8, &table_id));
53 RCHECK(table_id == 0x2);
  /external/chromium_org/third_party/webrtc/system_wrappers/interface/
data_log.h 54 // Combines the string table_name and the integer table_id into a new string
55 // table_name + _ + table_id. The new string will be lower-case.
56 static std::string Combine(const std::string& table_name, int table_id);
data_log_c.h 31 const char* table_name, int table_id);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
data_log_no_op.cc 24 std::string DataLog::Combine(const std::string& table_name, int table_id) {
data_log_c.cc 28 const char* table_name, int table_id) {
30 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
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 339 string table_id = local
341 VerifyElementWithId(table_id);
346 VerifyStatsTableRow(table_id, iter->first, iter->second);
350 // Verifies that the row named as |name| of the stats table |table_id| has
352 void VerifyStatsTableRow(const string& table_id,
355 VerifyElementWithId(table_id + "-" + name);
360 "var row = $('" + table_id + "-" + name + "');"

Completed in 833 milliseconds