32b7f2804eb66a6677826833057ca93bef78b870
				
			
			
		
	precondition: preview is running -- call startRecording() -- a preview frame arrives, causing the record callback to be called, and then blocks on mRecordWait.wait() -- call stopRecording(), which sets mReleasedRecordingFrame and signals mRecordWait; -- call startRecording(), which clears mReleasedRecordingFrame; -- receivePreviewFrame() wakes up, checks mReleasedRecordingFrame, and blocks again on mRecordWait.wait(), without having notified the client. Signed-off-by: Iliyan Malchev <malchev@google.com>
Description
				No description provided
						
						
						
					Languages
				
				
								
								
									C++
								
								90.2%
							
						
							
								
								
									Objective-C
								
								4.6%
							
						
							
								
								
									C
								
								2.8%
							
						
							
								
								
									Makefile
								
								2.4%