Gitiles
Code Review
Sign In
review.evervolv.com
/
android_frameworks_av
/
520a9af9438c29b24e328dd2b7a287c7a96a4e6b
/
services
520a9af
Clean up frame size in AudioTrack and AudioFlinger
by Glenn Kasten
· 14 years ago
1127d65
Use uint32_t for sample rate
by Glenn Kasten
· 13 years ago
1513ad2
Merge "Update audio comments"
by Glenn Kasten
· 13 years ago
a9749e3
Merge "Fix build warnings"
by Glenn Kasten
· 13 years ago
656130a
Merge changes I2ce3479d,Ibb56664d
by Mathias Agopian
· 13 years ago
020f79f
Update audio comments
by Glenn Kasten
· 13 years ago
98d9922
Fix build warnings
by Glenn Kasten
· 13 years ago
e2a0586
Rename TrackBase::mFrameCount to mStepCount
by Glenn Kasten
· 13 years ago
5aab59a
Move frame size out of the control block
by Glenn Kasten
· 13 years ago
5d3370d
more optimizations...
by Mathias Agopian
· 13 years ago
3c11ff2
refactor code to improve neon code
by Mathias Agopian
· 13 years ago
3f6f439
Merge "Move buffers pointer out of the control block"
by Glenn Kasten
· 13 years ago
c6ccbab
NEON optimized SINC resampler
by Mathias Agopian
· 13 years ago
af03dfb
minor cleanups
by Mathias Agopian
· 13 years ago
2f6226a
Move buffers pointer out of the control block
by Glenn Kasten
· 13 years ago
ba85098
Remove CBLK_DIRECTION from control block flags
by Glenn Kasten
· 13 years ago
891b11d
Merge "Remove CBLK_FAST from control block flags"
by Glenn Kasten
· 13 years ago
c267415
Remove CBLK_FAST from control block flags
by Glenn Kasten
· 13 years ago
3929402
Merge changes I5d62a6c2,Iebf76958,I8068f0f7
by Mathias Agopian
· 13 years ago
ac65726
Merge duplicate code in TrackBase::TrackBase()
by Glenn Kasten
· 13 years ago
d12b033
Simplify control block flag names
by Glenn Kasten
· 13 years ago
7df1707
improve resample test
by Mathias Agopian
· 13 years ago
e8299af
change how we store the FIR coefficients
by Mathias Agopian
· 13 years ago
50ebdf2
improve SINC resampler performance
by Mathias Agopian
· 13 years ago
fb242fa
Merge "new coefficients for the vhq resampler"
by Mathias Agopian
· 13 years ago
c5b0b9a
new coefficients for the vhq resampler
by Mathias Agopian
· 13 years ago
8af901c
Line length 100
by Glenn Kasten
· 13 years ago
8c32734
Save copy of mic input, disabled by default
by Glenn Kasten
· 13 years ago
9014757
Merge "StateQueue comments"
by Glenn Kasten
· 13 years ago
be58bd1
Merge "Remove obsolete references to libmedia_native"
by Glenn Kasten
· 13 years ago
d55d232
Merge changes Ide218785,I86d0bb82
by Mathias Agopian
· 13 years ago
d7a3c14
fix SINC resampler on non ARM architectures
by Mathias Agopian
· 13 years ago
cca56d5
fix another issue with generating FIR coefficients
by Mathias Agopian
· 13 years ago
faa4420
Remove obsolete references to libmedia_native
by Glenn Kasten
· 13 years ago
b387e0f
Merge "Document AudioMixer hard-coded limits"
by Glenn Kasten
· 13 years ago
f84d576
Merge "Use ALOGVV instead of commented ALOGV"
by Glenn Kasten
· 13 years ago
3b0389d
Merge "Clean up constructor and derivation whitespace"
by Glenn Kasten
· 13 years ago
a6d7d34
Merge "Mark volume fields private"
by Glenn Kasten
· 13 years ago
7c4349f
fir a typo that caused up-sampling coefficiens to be wrong
by Mathias Agopian
· 13 years ago
3e48fd1
test-resample: clip instead of overflowing
by Mathias Agopian
· 13 years ago
cbe4b36
Use ALOGVV instead of commented ALOGV
by Glenn Kasten
· 13 years ago
6736078
StateQueue comments
by Glenn Kasten
· 13 years ago
856d211
Merge "a test app for the resamplers"
by Mathias Agopian
· 13 years ago
7a9c931
Merge "reenable the cubic resampler"
by Mathias Agopian
· 13 years ago
16e05c2
Merge "improve SINC resampler coefficients"
by Mathias Agopian
· 13 years ago
d82c750
Document AudioMixer hard-coded limits
by Glenn Kasten
· 14 years ago
8a83172
Clean up constructor and derivation whitespace
by Glenn Kasten
· 14 years ago
288a6fd
Mark volume fields private
by Glenn Kasten
· 14 years ago
ebe3f69
Camera2: Compile with warnings, fix warnings
by Igor Murashkin
· 13 years ago
bcf5220
a test app for the resamplers
by Mathias Agopian
· 13 years ago
51ba3c7
reenable the cubic resampler
by Mathias Agopian
· 13 years ago
3bd72cc
improve SINC resampler coefficients
by Mathias Agopian
· 13 years ago
bd37975
am 203836b7: am b8d6efba: Camera2: Don\'t hold locks while waiting to sync.
by Eino-Ville Talvala
· 13 years ago
1d838ce
Camera2: Don't hold locks while waiting to sync.
by Eino-Ville Talvala
· 13 years ago
c0b24fd
am 9e83f44c: am 6ccc3c34: Merge "Camera2: Increase mode update timeout." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
77d5554
Merge "Camera2: Increase mode update timeout." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
b66e9d6
Camera2: Increase mode update timeout.
by Eino-Ville Talvala
· 13 years ago
d5f327e
am 3aaa4e30: am c4640c9e: Increase allowed number of VHQ resamplers to 3
by Glenn Kasten
· 13 years ago
f1b2a9b
Increase allowed number of VHQ resamplers to 3
by Glenn Kasten
· 13 years ago
8516ae9
am 7f4d5714: am e384d75b: Merge "Fix a typo that caused the high quality resampler to produce garbage" into jb-mr1-dev
by Mathias Agopian
· 13 years ago
ebed918
Fix a typo that caused the high quality resampler to produce garbage
by Mathias Agopian
· 13 years ago
b411ab3
am e50ba28a: am 9e760d66: Merge "Camera2: Fix potential deadlock" into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
11eb0d9
Merge "Camera2: Fix potential deadlock" into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
d3eb710
am 424b4a57: am 291f824e: Remove active track when thread goes to standby
by Glenn Kasten
· 13 years ago
126c910
Remove active track when thread goes to standby
by Glenn Kasten
· 13 years ago
c0fdb98
Camera2: Fix potential deadlock
by Eino-Ville Talvala
· 13 years ago
1d98d9b
am ed653a35: am ecfbc952: Merge "Camera2: Improve quirks focusing behavior." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
509c451
Merge "Camera2: Improve quirks focusing behavior." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
65dc3fc
Camera2: Improve quirks focusing behavior.
by Eino-Ville Talvala
· 13 years ago
ca794bc
am aa00830e: am bbe11e46: Merge "Fix track estimation for presentation complete" into jb-mr1-dev
by Jean-Michel Trivi
· 13 years ago
9bccfb5
Merge "Fix track estimation for presentation complete" into jb-mr1-dev
by Jean-Michel Trivi
· 13 years ago
a15809e
am 74a7bcc0: am 54717320: Camera2: Don\'t touch frame counter on output frames.
by Eino-Ville Talvala
· 13 years ago
77bc9b9
am 522fa119: am d6cc4a62: Camera2: When focus is already locked in CAF mode, do not trigger HAL.
by Eino-Ville Talvala
· 13 years ago
115b87e
Fix track estimation for presentation complete
by Jean-Michel Trivi
· 13 years ago
fbd6066
Camera2: Don't touch frame counter on output frames.
by Eino-Ville Talvala
· 13 years ago
f1a6e0d
Camera2: When focus is already locked in CAF mode, do not trigger HAL.
by Eino-Ville Talvala
· 13 years ago
60d87c5
am cb3911d3: am a14be593: Camera2: Don\'t error out of startPreview when already recording.
by Eino-Ville Talvala
· 13 years ago
b9c2411
am 0f95fadb: am 7e2c0a15: Merge "Support querying active record sources" into jb-mr1-dev
by Jean-Michel Trivi
· 13 years ago
142dbcf
am f5230955: am 907e5651: Camera2: Don\'t let unlocks happen during recording.
by Eino-Ville Talvala
· 13 years ago
411ddcc
Camera2: Don't error out of startPreview when already recording.
by Eino-Ville Talvala
· 13 years ago
32dd792
Merge "Support querying active record sources" into jb-mr1-dev
by Jean-Michel Trivi
· 13 years ago
cfee40e
Camera2: Don't let unlocks happen during recording.
by Eino-Ville Talvala
· 13 years ago
e6ff6cd
am 6f846139: am 55f6c9df: Camera2: Do not set auto-white-balance regions from metering regions.
by Eino-Ville Talvala
· 13 years ago
4e5e64e
am e44d7f83: am c0379204: Camera: Limit valid caller PIDs for camera clients.
by Eino-Ville Talvala
· 13 years ago
1bf2809
Camera2: Do not set auto-white-balance regions from metering regions.
by Eino-Ville Talvala
· 13 years ago
e3f641f
Support querying active record sources
by Jean-Michel Trivi
· 13 years ago
6170488
Camera: Limit valid caller PIDs for camera clients.
by Eino-Ville Talvala
· 13 years ago
b01ba8f
am 4c7b3129: am 2b0db6ae: Merge "Camera: Clear Hardware device pointer when initialization fails" into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
af5041c
Merge "Camera: Clear Hardware device pointer when initialization fails" into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
ffbbacb
am 754cbdd2: am dca0ac21: Merge "Camera2: Fix uninitialized parameters." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
a70995f
Merge "Camera2: Fix uninitialized parameters." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
d230cc7
Camera: Clear Hardware device pointer when initialization fails
by Igor Murashkin
· 13 years ago
efc04db
am e4664bb0: am 3d84d38e: Merge "Camera2: Call onAutoFocus immediately for fixed-focus cameras" into jb-mr1-dev
by Igor Murashkin
· 13 years ago
9436ff8
Merge "Camera2: Call onAutoFocus immediately for fixed-focus cameras" into jb-mr1-dev
by Igor Murashkin
· 13 years ago
4cc45fa
Camera2: Fix uninitialized parameters.
by Eino-Ville Talvala
· 13 years ago
88c6afe
am 240a538b: am d016cf5b: Merge "Camera2: Move non-ZSL shutter sound firing to be later." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
c8d9bc2
Merge "Camera2: Move non-ZSL shutter sound firing to be later." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
1e908f4
am 80dfc5dc: am 350d3b68: Merge "audio policy: deprecate ro.camera.sound.forced" into jb-mr1-dev
by Eric Laurent
· 13 years ago
e069ec8
Merge "audio policy: deprecate ro.camera.sound.forced" into jb-mr1-dev
by Eric Laurent
· 13 years ago
5b44bee
Camera2: Call onAutoFocus immediately for fixed-focus cameras
by Igor Murashkin
· 13 years ago
Next »