Searched refs:videostate (Results 1 – 1 of 1) sorted by relevance
937 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() local938 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()939 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()941 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()943 return videostate; in getVideoStateFromImsCallProfile()952 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() local955 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromCallType()958 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()961 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()964 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()[all …]