Searched refs:videostate (Results 1 – 1 of 1) sorted by relevance
507 int videostate = getVideoStateFromCallType(callProfile.mCallType); in getVideoStateFromImsCallProfile() local508 if (callProfile.isVideoPaused() && !VideoProfile.isAudioOnly(videostate)) { in getVideoStateFromImsCallProfile()509 videostate |= VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()511 videostate &= ~VideoProfile.STATE_PAUSED; in getVideoStateFromImsCallProfile()513 return videostate; in getVideoStateFromImsCallProfile()522 int videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType() local525 videostate = VideoProfile.STATE_TX_ENABLED; in getVideoStateFromCallType()528 videostate = VideoProfile.STATE_RX_ENABLED; in getVideoStateFromCallType()531 videostate = VideoProfile.STATE_BIDIRECTIONAL; in getVideoStateFromCallType()534 videostate = VideoProfile.STATE_AUDIO_ONLY; in getVideoStateFromCallType()[all …]