Searched refs:fromVideoState (Results 1 – 1 of 1) sorted by relevance
317 int fromVideoState = fromProfile.getVideoState(); in onSendSessionModifyRequest() local433 int fromVideoState = fromProfile.getVideoState(); in maybeFilterPauseResume() local445 VideoProfile.isPaused(fromVideoState) && in maybeFilterPauseResume()448 boolean isPauseRequest = isPauseRequest(fromVideoState, toVideoState) || isPauseSpecialCase; in maybeFilterPauseResume()449 boolean isResumeRequest = isResumeRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()452 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()465 boolean isTurnOffCameraRequest = isTurnOffCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()466 boolean isTurnOnCameraRequest = isTurnOnCameraRequest(fromVideoState, toVideoState); in maybeFilterPauseResume()481 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()486 VideoProfile.videoStateToString(fromVideoState), in maybeFilterPauseResume()[all …]