Searched refs:VIDEO_BIT_RATE_IN_BPS (Results 1 – 2 of 2) sorted by relevance
117 private static final int VIDEO_BIT_RATE_IN_BPS = 128000; field in MediaRecorderTest284 mMediaRecorder.setVideoEncodingBitRate(VIDEO_BIT_RATE_IN_BPS); in testRecorderCamera()313 if (videoBitRate != VIDEO_BIT_RATE_IN_BPS) { in testRecorderCamera()315 VIDEO_BIT_RATE_IN_BPS + " got " + videoBitRate); in testRecorderCamera()361 mMediaRecorder.setVideoEncodingBitRate(VIDEO_BIT_RATE_IN_BPS); in testRecorderMPEG2TS()389 if (videoBitRate != VIDEO_BIT_RATE_IN_BPS) { in testRecorderMPEG2TS()391 VIDEO_BIT_RATE_IN_BPS + " got " + videoBitRate); in testRecorderMPEG2TS()
109 private static final int VIDEO_BIT_RATE_IN_BPS = 128000; field in CameraTest1361 recorder.setVideoEncodingBitRate(VIDEO_BIT_RATE_IN_BPS); in recordVideoBySize()2905 recorder.setVideoEncodingBitRate(VIDEO_BIT_RATE_IN_BPS); in recordVideoSimpleBySize()