Searched refs:pcma (Results 1 – 3 of 3) sorted by relevance
43 int pcma = default_pcma(); member
38 ABSL_FLAG(int, pcma, TestConfig::default_pcma(), "RTP payload type for PCM-a");349 config.pcma = absl::GetFlag(FLAGS_pcma); in main()
53 if (payload_type == config.pcmu || payload_type == config.pcma || in CodecSampleRate()