Searched refs:mediaProfile (Results 1 – 6 of 6) sorted by relevance
162 ImsStreamMediaProfile mediaProfile = profile.getMediaProfile(); in isLocalTone()163 if (mediaProfile == null) return false; in isLocalTone()166 (mediaProfile.getAudioDirection() == ImsStreamMediaProfile.DIRECTION_INACTIVE) in isLocalTone()
1620 public void update(int callType, ImsStreamMediaProfile mediaProfile) throws ImsException { in update() argument1621 logi("update :: callType=" + callType + ", mediaProfile=" + mediaProfile); in update()1647 mSession.update(callType, mediaProfile); in update()1949 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); in createHoldMediaProfile() local1952 return mediaProfile; in createHoldMediaProfile()1955 mediaProfile.mAudioQuality = mCallProfile.mMediaProfile.mAudioQuality; in createHoldMediaProfile()1956 mediaProfile.mVideoQuality = mCallProfile.mMediaProfile.mVideoQuality; in createHoldMediaProfile()1957 mediaProfile.mAudioDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile()1959 if (mediaProfile.mVideoQuality != ImsStreamMediaProfile.VIDEO_QUALITY_NONE) { in createHoldMediaProfile()1960 mediaProfile.mVideoDirection = ImsStreamMediaProfile.DIRECTION_SEND; in createHoldMediaProfile()[all …]
373 ImsStreamMediaProfile mediaProfile = imsCall.getCallProfile().mMediaProfile; in isLocalTone() local375 (mediaProfile.mAudioDirection == ImsStreamMediaProfile.DIRECTION_INACTIVE) in isLocalTone()377 Rlog.i(LOG_TAG, "isLocalTone: audioDirection=" + mediaProfile.mAudioDirection in isLocalTone()
552 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(); in testReportMediaCodecChange() local554 profile.mMediaProfile = mediaProfile; in testReportMediaCodecChange()555 mediaProfile.mAudioQuality = AUDIO_QUALITY_AMR_WB; in testReportMediaCodecChange()578 mediaProfile.mAudioQuality = AUDIO_QUALITY_EVS_SWB; in testReportMediaCodecChange()
2840 ImsStreamMediaProfile mediaProfile = new ImsStreamMediaProfile(0, in getImsCallProfileForSrvccSync() local2842 ImsCallProfile profile = new ImsCallProfile(0, 0, null, mediaProfile); in getImsCallProfileForSrvccSync()
679 ImsStreamMediaProfile mediaProfile) { in ImsCallProfile() argument683 mMediaProfile = mediaProfile; in ImsCallProfile()