Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(328)

Unified Diff: third_party/WebKit/Source/platform/audio/HRTFDatabase.h

Issue 2384073002: reflow comments in platform/audio (Closed)
Patch Set: comments (heh!) Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/audio/HRTFDatabase.h
diff --git a/third_party/WebKit/Source/platform/audio/HRTFDatabase.h b/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
index 83cd2989517ea4720e599ba60e2592fc1f220bcf..4693e95cdcd935432d4cfe17e08b8c782ddfe1c0 100644
--- a/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
+++ b/third_party/WebKit/Source/platform/audio/HRTFDatabase.h
@@ -48,9 +48,13 @@ class PLATFORM_EXPORT HRTFDatabase {
public:
static std::unique_ptr<HRTFDatabase> create(float sampleRate);
- // getKernelsFromAzimuthElevation() returns a left and right ear kernel, and an interpolated left and right frame delay for the given azimuth and elevation.
+ // getKernelsFromAzimuthElevation() returns a left and right ear kernel, and
+ // an interpolated left and right frame delay for the given azimuth and
+ // elevation.
// azimuthBlend must be in the range 0 -> 1.
- // Valid values for azimuthIndex are 0 -> HRTFElevation::NumberOfTotalAzimuths - 1 (corresponding to angles of 0 -> 360).
+ // Valid values for azimuthIndex are
+ // 0 -> HRTFElevation::NumberOfTotalAzimuths - 1
+ // (corresponding to angles of 0 -> 360).
// Valid values for elevationAngle are MinElevation -> MaxElevation.
void getKernelsFromAzimuthElevation(double azimuthBlend,
unsigned azimuthIndex,
@@ -78,7 +82,8 @@ class PLATFORM_EXPORT HRTFDatabase {
static const int MaxElevation;
static const unsigned RawElevationAngleSpacing;
- // Interpolates by this factor to get the total number of elevations from every elevation loaded from resource.
+ // Interpolates by this factor to get the total number of elevations from
+ // every elevation loaded from resource.
static const unsigned InterpolationFactor;
// Total number of elevations after interpolation.
« no previous file with comments | « third_party/WebKit/Source/platform/audio/FFTFrame.cpp ('k') | third_party/WebKit/Source/platform/audio/HRTFDatabaseLoader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698