Home
last modified time | relevance | path

Searched refs:to_be_opened_codec (Results 1 – 1 of 1) sorted by relevance

/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtsc_component.cpp725 PVCodecType_t to_be_opened_codec = PV_CODEC_TYPE_NONE; in LcEtbIdc() local
754 to_be_opened_codec = GetCodecType(param->GetForwardParams()->GetDataType());; in LcEtbIdc()
796 to_be_opened_codec = incoming_codec_type; in LcEtbIdc()
838 if (to_be_opened_codec == PV_CODEC_TYPE_NONE) in LcEtbIdc()
841 IsSupported(OUTGOING, to_be_opened_codec, fci); in LcEtbIdc()
847 OpenOutgoingChannel(to_be_opened_codec, al_type); in LcEtbIdc()
994 PVCodecType_t to_be_opened_codec = PV_CODEC_TYPE_NONE; in BlcEtbIdc() local
1023 to_be_opened_codec = GetCodecType(param->GetForwardParams()->GetDataType()); in BlcEtbIdc()
1103 if (to_be_opened_codec != PV_CODEC_TYPE_NONE) in BlcEtbIdc()
1106 IsSupported(OUTGOING, to_be_opened_codec, fci); in BlcEtbIdc()
[all …]