Home
last modified time | relevance | path

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

/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp345 iOutgoingAudioCodecs.clear(); in ~CPV324m2Way()
651 ConvertMapToVector(iOutgoingAudioCodecs, iFormatCapability); in Init()
2960 iOutgoingAudioCodecs.clear(); in SetDefaults()
4222 codec_list = &iOutgoingAudioCodecs; in EstablishChannel()
5500 !iOutgoingAudioCodecs.size()) && in AllChannelsOpened()
5866 … the_engine_map = (media_type == PV_AUDIO) ? &iOutgoingAudioCodecs : &iOutgoingVideoCodecs; in DoSelectFormat()
Dpv_2way_engine.h1039 …, FormatCapabilityInfo, OsclMemAllocator, pvmf_format_type_key_compare_class> iOutgoingAudioCodecs; variable