Searched refs:aCodecType (Results 1 – 7 of 7) sorted by relevance
26 OSCL_EXPORT_REF CPVMediaParam::CPVMediaParam(PVCodecType_t aCodecType) in CPVMediaParam() argument27 : iCodecType(aCodecType) in CPVMediaParam()54 CPVAudioParam::CPVAudioParam(PVCodecType_t aCodecType) : CPVMediaParam(aCodecType) in CPVAudioParam() argument83 CPVVideoParam::CPVVideoParam(uint16 aWidth, uint16 aHeight, PVCodecType_t aCodecType) in CPVVideoParam() argument84 : CPVMediaParam(aCodecType), iWidth(aWidth), iHeight(aHeight) in CPVVideoParam()632 OSCL_EXPORT_REF PVMFFormatType PVCodecTypeToPVMFFormatType(PVCodecType_t aCodecType) in PVCodecTypeToPVMFFormatType() argument635 switch (aCodecType) in PVCodecTypeToPVMFFormatType()657 PVCodecType_t aCodecType = PV_CODEC_TYPE_NONE; in PVMFFormatTypeToPVCodecType() local661 aCodecType = PV_AUD_TYPE_G723; in PVMFFormatTypeToPVCodecType()665 aCodecType = PV_AUD_TYPE_GSM; in PVMFFormatTypeToPVCodecType()[all …]
139 void SetCodecType(int32 aCodecType) in SetCodecType() argument141 iCodecType = aCodecType; in SetCodecType()
286 int32 GetIETFFrameSize(uint8 aFrameType, int32 aCodecType);
2917 int32 aCodecType) in GetIETFFrameSize() argument2920 if (aCodecType == CODEC_TYPE_AMR_AUDIO) in GetIETFFrameSize()2954 else if (aCodecType == CODEC_TYPE_AMR_WB_AUDIO) in GetIETFFrameSize()
247 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);
620 int32 GetPortTagForLcn(TPVDirection aDir, TPVChannelId aId, PVCodecType_t aCodecType);
2525 PVCodecType_t aCodecType) in GetPortTagForLcn() argument2529 return GetMediaType(aCodecType); in GetPortTagForLcn()