Searched refs:to_be_opened_codec (Results 1 – 1 of 1) sorted by relevance
725 PVCodecType_t to_be_opened_codec = PV_CODEC_TYPE_NONE; in LcEtbIdc() local754 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() local1023 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 …]