Searched refs:videostate (Results 1 – 1 of 1) sorted by relevance
917 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() local918 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()919 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()921 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()923 return videostate; in getVideoStateFromImsCallProfile()932 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() local935 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromCallType()938 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()941 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()944 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()[all …]