Searched refs:videostate (Results 1 – 1 of 1) sorted by relevance
631 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() local632 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()633 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()635 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()637 return videostate; in getVideoStateFromImsCallProfile()646 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() local649 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromCallType()652 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()655 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()658 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()[all …]