Searched refs:tx_port (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/media/cast/test/
H A Dreceiver.cc68 void GetPorts(int* tx_port, int* rx_port) { argument
71 *tx_port = tx_input.GetIntInput();
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
H A Dvie_autotest_custom_call.cc153 void GetVideoPorts(int* tx_port, int* rx_port);
179 void GetAudioPorts(int* tx_port, int* rx_port);
1108 void GetVideoPorts(int* tx_port, int* rx_port) { argument
1113 *tx_port = atoi(tx_input.c_str());
1124 void GetAudioPorts(int* tx_port, int* rx_port) { argument
1129 *tx_port = atoi(tx_input.c_str());

Completed in 80 milliseconds