Home
last modified time | relevance | path

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

/external/opencore/pvmi/pvmf/include/
Dpvmf_format_type.h105 #define PVMF_MIME_G723 "audio/G723" macro
/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp638 aFormatType = PVMF_MIME_G723; in PVCodecTypeToPVMFFormatType()
659 if (aFormatType == PVMF_MIME_G723) in PVMFFormatTypeToPVCodecType()
970 if (aFormatType == PVMF_MIME_G723) in GetSampleSize()
/external/opencore/pvmi/media_io/pvmiofileoutput/src/
Dpvmi_media_io_fileoutput.cpp1395 aParameters[num_parameter_elements++].value.pChar_value = (char*)PVMF_MIME_G723; in getParametersSync()
2003 … (pv_mime_strcmp(aParameters[paramind].value.pChar_value, PVMF_MIME_G723) == 0) || in verifyParametersSync()
/external/opencore/engines/2way/src/
Dpv_2way_engine.cpp1501 …rmat() == PVMF_MIME_AMR_IETF) || (datapath->GetSourceSinkFormat() == PVMF_MIME_G723) || (datapath-… in DoAddDataSink()
3926 else if (prop.iFormatType == PVMF_MIME_G723) in ConfigureNode()
3941 remote_caps->GetCapabilityItem(i)->GetFormatType() == PVMF_MIME_G723) && in ConfigureNode()
/external/opencore/engines/player/src/
Dpv_player_engine.cpp1731 (pv_mime_strcmp(mimeString, PVMF_MIME_G723) == 0) || in FindTrackForDatapathUsingMimeString()
1808 (pv_mime_strcmp(mimeString, PVMF_MIME_G723) == 0) || in FindDatapathForTrackUsingMimeString()