Searched refs:gPort (Results 1 - 3 of 3) sorted by relevance
/foundation/CastEngine/castengine_wifi_display/tests/demo/player/ |
H A D | player_demo.cpp | 41 int gPort = 0; variable 65 gPort = atoi(optarg); in ParseParam() 78 if (!((gType == 0 && gInFile != nullptr) || (gType == 1 && gPort > 0))) { in ParseParam() 171 servAddr.sin_port = htons(gPort); in RecvUDP()
|
/foundation/CastEngine/castengine_wifi_display/tests/demo/rtp/ |
H A D | rtp_dec_demo.cpp | 34 int gPort = 1234; variable 58 gPort = atoi(optarg); in ParseParam() 100 servAddr.sin_port = htons(gPort); in RecvUDP() 140 printf("%s -t %d -p %d -o %s -a %s\n", argv[0], gType, gPort, gFileName, gAudioFileName); in main()
|
H A D | rtp_enc_demo.cpp | 39 int gPort = 1234; variable 69 gPort = atoi(optarg); in ParseParam() 103 destHostAddr.sin_port = htons(gPort); in SendRTP() 285 printf("%s -t %d -f %s -o %s -p %d", argv[0], gType, gFileName, gIP, gPort); in main()
|
Completed in 2 milliseconds