Reformat voe_audio_processing_impl to Goog style.
TBR=xians@webrtc.org BUG= TEST=voe_auto_test Review URL: https://webrtc-codereview.appspot.com/439003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1847 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
		
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							| @@ -16,14 +16,13 @@ | ||||
| #include "ref_count.h" | ||||
| #include "shared_data.h" | ||||
|  | ||||
|  | ||||
| namespace webrtc { | ||||
|  | ||||
| class VoEAudioProcessingImpl : public virtual voe::SharedData, | ||||
| class VoEAudioProcessingImpl | ||||
|     : public virtual voe::SharedData, | ||||
|       public VoEAudioProcessing, | ||||
|                                public voe::RefCount | ||||
| { | ||||
| public: | ||||
|       public voe::RefCount { | ||||
|  public: | ||||
|   virtual int Release(); | ||||
|  | ||||
|   virtual int SetNsStatus(bool enable, NsModes mode = kNsUnchanged); | ||||
| @@ -90,11 +89,11 @@ public: | ||||
|  | ||||
|   virtual int GetTypingDetectionStatus(bool& enabled); | ||||
|  | ||||
| protected: | ||||
|  protected: | ||||
|   VoEAudioProcessingImpl(); | ||||
|   virtual ~VoEAudioProcessingImpl(); | ||||
|  | ||||
| private: | ||||
|  private: | ||||
|   bool _isAecMode; | ||||
| }; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 andrew@webrtc.org
					andrew@webrtc.org