Home
last modified time | relevance | path

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

/external/opencore/android/author/
Dauthordriver.h76 static const PVMF_GSMAMR_Rate DEFAULT_AMR_NARROW_BAND_BITRATE_SETTING = GSM_AMR_12_2;
95 {{(MAX_AUDIO_BITRATE_SETTING+1),GSM_AMR_12_2}, {23450, GSM_AMR_23_05}},
96 {{(MAX_AUDIO_BITRATE_SETTING+1),GSM_AMR_12_2},{(MAX_AUDIO_BITRATE_SETTING+1), GSM_AMR_23_85}}};
/external/opencore/nodes/common/include/
Dpvmfamrencnode_extension.h53 GSM_AMR_12_2, enumerator
Dpvmf_audio_encnode_extension.h53 GSM_AMR_12_2, // AMR NB bitrates end enumerator
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/include/
Dgsmamr_encoder_wrapper.h267 GSM_AMR_12_2, enumerator
/external/opencore/engines/author/test/src/single_core/
Dpvaetest_node_config.h109 if (config->SetOutputBitRate(GSM_AMR_12_2) != PVMFSuccess)
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Damr_enc.cpp115 ipEncProps->iMode = ipGsmEncoder->GSM_AMR_12_2; in AmrEncInit()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp885 iAudioEncodeParam.iAMRBitrate = GSM_AMR_12_2; in PVMFOMXEncNode()
3460 case GSM_AMR_12_2: in SetAMREncoderParameters()
8763 case GSM_AMR_12_2: in SetOutputBitRate()
8807 case GSM_AMR_12_2: in SetOutputBitRate()
8977 case GSM_AMR_12_2: in GetOutputBitRate()
/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp4018 ptr->SetOutputBitRate(GSM_AMR_12_2); in ConfigureNode()