Searched defs:pltype (Results 1 - 2 of 2) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_receive_test_oldapi.cc59 int* pltype) {
65 *pltype = 0;
67 *pltype = 8;
69 *pltype = 13;
71 *pltype = 98;
73 *pltype = 99;
75 *pltype = 102;
77 *pltype = 103;
79 *pltype = 104;
81 *pltype
56 RemapPltypeAndUseThisCodec(const char* plname, int plfreq, size_t channels, int* pltype) argument
[all...]
/external/webrtc/webrtc/
H A Dcommon_types.h290 int pltype; member in struct:webrtc::CodecInst
298 return pltype == other.pltype &&

Completed in 42 milliseconds