Searched refs:currentVideoState (Results 1 – 1 of 1) sorted by relevance
1476 int currentVideoState = getVideoState(); in onReceiveSessionModifyResponse() local1485 int changedBits = currentVideoState ^ newVideoState; in onReceiveSessionModifyResponse()1493 currentVideoState &= ~(changedBits & currentVideoState); in onReceiveSessionModifyResponse()1495 currentVideoState |= changedBits & newVideoState; in onReceiveSessionModifyResponse()1502 VideoProfile.videoStateToString(currentVideoState)); in onReceiveSessionModifyResponse()1503 setVideoState(currentVideoState); in onReceiveSessionModifyResponse()