Searched refs:videostate (Results 1 – 1 of 1) sorted by relevance
747 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() local748 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()749 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()751 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()753 return videostate; in getVideoStateFromImsCallProfile()762 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() local765 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromCallType()768 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()771 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()774 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()[all …]