Searched refs:table_id (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/media/formats/mp2t/
H A Dts_section_pat.cc26 int table_id; local
36 RCHECK(bit_reader->ReadBits(8, &table_id));
55 RCHECK(table_id == 0x0);
H A Dts_section_pmt.cc25 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/source/
H A Ddata_log_no_op.cc24 std::string DataLog::Combine(const std::string& table_name, int table_id) { argument
H A Ddata_log_c.cc28 const char* table_name, int table_id) {
30 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
27 WebRtcDataLog_Combine(char* combined_name, size_t combined_len, const char* table_name, int table_id) argument
H A Ddata_log.cc284 std::string DataLog::Combine(const std::string& table_name, int table_id) { argument
288 ss << "_" << table_id; local
/external/webrtc/src/system_wrappers/source/
H A Ddata_log_no_op.cc24 std::string DataLog::Combine(const std::string& table_name, int table_id) { argument
H A Ddata_log_c.cc30 const char* table_name, int table_id) {
32 std::string combined = webrtc::DataLog::Combine(table_name, table_id);
29 WebRtcDataLog_Combine(char* combined_name, size_t combined_len, const char* table_name, int table_id) argument
H A Ddata_log.cc284 std::string DataLog::Combine(const std::string& table_name, int table_id) { argument
288 ss << "_" << table_id; local
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Ddata_log.h54 // 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);
H A Ddata_log_c.h31 const char* table_name, int table_id);
/external/webrtc/src/system_wrappers/interface/
H A Ddata_log.h56 // Combines the string table_name and the integer table_id into a new string
57 // table_name + _ + table_id. The new string will be lower-case.
58 static std::string Combine(const std::string& table_name, int table_id);
H A Ddata_log_c.h35 const char* table_name, int table_id);
/external/chromium_org/content/browser/media/
H A Dwebrtc_internals_browsertest.cc339 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, argument
355 VerifyElementWithId(table_id + "-" + name);
360 "var row = $('" + table_id + "-" + name + "');"

Completed in 460 milliseconds