Home
last modified time | relevance | path

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

/external/opencore/protocols/systems/3g-324m_pvterminal/common/src/
Dpvt_common.cpp26 OSCL_EXPORT_REF CPVMediaParam::CPVMediaParam(PVCodecType_t aCodecType) in CPVMediaParam() argument
27 : iCodecType(aCodecType) in CPVMediaParam()
54 CPVAudioParam::CPVAudioParam(PVCodecType_t aCodecType) : CPVMediaParam(aCodecType) in CPVAudioParam() argument
83 CPVVideoParam::CPVVideoParam(uint16 aWidth, uint16 aHeight, PVCodecType_t aCodecType) in CPVVideoParam() argument
84 : CPVMediaParam(aCodecType), iWidth(aWidth), iHeight(aHeight) in CPVVideoParam()
632 OSCL_EXPORT_REF PVMFFormatType PVCodecTypeToPVMFFormatType(PVCodecType_t aCodecType) in PVCodecTypeToPVMFFormatType() argument
635 switch (aCodecType) in PVCodecTypeToPVMFFormatType()
657 PVCodecType_t aCodecType = PV_CODEC_TYPE_NONE; in PVMFFormatTypeToPVCodecType() local
661 aCodecType = PV_AUD_TYPE_G723; in PVMFFormatTypeToPVCodecType()
665 aCodecType = PV_AUD_TYPE_GSM; in PVMFFormatTypeToPVCodecType()
[all …]
/external/opencore/nodes/pvmp4ffcomposernode/src/
Dpvmp4ffcn_port.h139 void SetCodecType(int32 aCodecType) in SetCodecType() argument
141 iCodecType = aCodecType; in SetCodecType()
Dpvmp4ffcn_node.h286 int32 GetIETFFrameSize(uint8 aFrameType, int32 aCodecType);
Dpvmp4ffcn_node.cpp2917 int32 aCodecType) in GetIETFFrameSize() argument
2920 if (aCodecType == CODEC_TYPE_AMR_AUDIO) in GetIETFFrameSize()
2954 else if (aCodecType == CODEC_TYPE_AMR_WB_AUDIO) in GetIETFFrameSize()
/external/opencore/protocols/systems/3g-324m_pvterminal/common/include/
Dpvt_common.h247 OSCL_IMPORT_REF CPVMediaParam(PVCodecType_t aCodecType = PV_CODEC_TYPE_NONE);
263 CPVAudioParam(PVCodecType_t aCodecType = PV_CODEC_TYPE_NONE);
280 CPVVideoParam(uint16 aWidth, uint16 aHeight, PVCodecType_t aCodecType = PV_CODEC_TYPE_NONE);
949 OSCL_IMPORT_REF PVMFFormatType PVCodecTypeToPVMFFormatType(PVCodecType_t aCodecType);
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/include/
Dtscmain.h620 int32 GetPortTagForLcn(TPVDirection aDir, TPVChannelId aId, PVCodecType_t aCodecType);
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/
Dtscmain.cpp2525 PVCodecType_t aCodecType) in GetPortTagForLcn() argument
2529 return GetMediaType(aCodecType); in GetPortTagForLcn()