Searched refs:saveRemoteVideoToFile (Results 1 – 2 of 2) sorted by relevance
238 String saveRemoteVideoToFile = intent.getStringExtra(EXTRA_SAVE_REMOTE_VIDEO_TO_FILE); in onCreate() local241 if (saveRemoteVideoToFile != null) { in onCreate()246 saveRemoteVideoToFile, videoOutWidth, videoOutHeight, eglBase.getEglBaseContext()); in onCreate()250 "Failed to open video file for output: " + saveRemoteVideoToFile, e); in onCreate()
597 String saveRemoteVideoToFile = in connectToRoom() local599 intent.putExtra(CallActivity.EXTRA_SAVE_REMOTE_VIDEO_TO_FILE, saveRemoteVideoToFile); in connectToRoom()