Searched refs:fec_type (Results 1 - 4 of 4) sorted by relevance

/external/tcpdump/
H A Dprint-ldp.c250 u_char fec_type; local
327 fec_type = *tptr;
329 tok2str(ldp_fec_values, "Unknown", fec_type),
330 fec_type);
333 switch(fec_type) {
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dfakewebrtcvoiceengine.h93 fec_type(117),
113 int fec_type; member in struct:cricket::FakeWebRtcVoiceEngine::Channel
203 return channels_[channel]->fec_type;
726 channels_[channel]->fec_type = redPayloadtype;
732 redPayloadtype = channels_[channel]->fec_type;
H A Dfakewebrtcvideoengine.h910 const unsigned char red_type, const unsigned char fec_type)) {
912 if (red_type == fec_type ||
914 fec_type == channels_[channel]->send_codec.plType) {
909 WEBRTC_FUNC(SetHybridNACKFECStatus, (const int channel, const bool enable, const unsigned char red_type, const unsigned char fec_type)) argument
H A Dwebrtcvideoengine.cc3226 int fec_type = -1; local
3233 fec_type = it->plType;

Completed in 160 milliseconds