Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_av
/
d6864faccd19096b72d32481a3cc475e6d36e50d
/
services
d6864fa
fix a typo in SINC resampler that prevented tracks to be mixed
by Mathias Agopian
· 13 years ago
a42ff00
Clean up channel count and channel mask
by Glenn Kasten
· 13 years ago
aa25c03
Merge ""if" statements use curly braces per media style"
by Glenn Kasten
· 13 years ago
77035d1
Merge "Fix time vs. bytes units bug in getRenderPosition"
by Glenn Kasten
· 13 years ago
67ba2b6
Merge "Don't use control block frame count after create"
by Glenn Kasten
· 13 years ago
b603744
Don't use control block frame count after create
by Glenn Kasten
· 13 years ago
d65d73c
"if" statements use curly braces per media style
by Glenn Kasten
· 13 years ago
827e5f1
Don't explicitly log tid
by Glenn Kasten
· 13 years ago
26c7755
Fix time vs. bytes units bug in getRenderPosition
by Glenn Kasten
· 13 years ago
aac817e
Merge "Use size_t for frame counts"
by Glenn Kasten
· 13 years ago
e33054e
Use size_t for frame counts
by Glenn Kasten
· 13 years ago
4bd7e54
Static AudioTrack plays twice initially
by Glenn Kasten
· 13 years ago
60a8392
Clean up frame size in AudioTrack and AudioFlinger
by Glenn Kasten
· 13 years ago
3b16c76
Use uint32_t for sample rate
by Glenn Kasten
· 13 years ago
b4a17e8
Merge "Update audio comments"
by Glenn Kasten
· 13 years ago
acc8706
Merge "Fix build warnings"
by Glenn Kasten
· 13 years ago
30ca3be
Merge changes I2ce3479d,Ibb56664d
by Mathias Agopian
· 13 years ago
22eb4e2
Update audio comments
by Glenn Kasten
· 13 years ago
b26e3e9
Fix build warnings
by Glenn Kasten
· 13 years ago
9f2016d
Rename TrackBase::mFrameCount to mStepCount
by Glenn Kasten
· 13 years ago
83a0382
Move frame size out of the control block
by Glenn Kasten
· 13 years ago
7492a7f
more optimizations...
by Mathias Agopian
· 13 years ago
0d585c8
refactor code to improve neon code
by Mathias Agopian
· 13 years ago
e35a582
Merge "Move buffers pointer out of the control block"
by Glenn Kasten
· 13 years ago
ad9af03
NEON optimized SINC resampler
by Mathias Agopian
· 13 years ago
7aa7ed7
minor cleanups
by Mathias Agopian
· 13 years ago
b929e41
Move buffers pointer out of the control block
by Glenn Kasten
· 13 years ago
864585d
Remove CBLK_DIRECTION from control block flags
by Glenn Kasten
· 13 years ago
8fa3ad0
Merge "Remove CBLK_FAST from control block flags"
by Glenn Kasten
· 13 years ago
e0b0717
Remove CBLK_FAST from control block flags
by Glenn Kasten
· 13 years ago
8792567
Merge changes I5d62a6c2,Iebf76958,I8068f0f7
by Mathias Agopian
· 13 years ago
287fedb
Merge duplicate code in TrackBase::TrackBase()
by Glenn Kasten
· 13 years ago
9c5fdd8
Simplify control block flag names
by Glenn Kasten
· 13 years ago
3f71761
improve resample test
by Mathias Agopian
· 13 years ago
46afbec
change how we store the FIR coefficients
by Mathias Agopian
· 13 years ago
a798c97
improve SINC resampler performance
by Mathias Agopian
· 13 years ago
f27bdeb
Merge "new coefficients for the vhq resampler"
by Mathias Agopian
· 13 years ago
4ed475d
new coefficients for the vhq resampler
by Mathias Agopian
· 13 years ago
85ab62c
Line length 100
by Glenn Kasten
· 13 years ago
d06785b
Save copy of mic input, disabled by default
by Glenn Kasten
· 13 years ago
a2757a0
Merge "StateQueue comments"
by Glenn Kasten
· 13 years ago
b7d55a8
Merge "Remove obsolete references to libmedia_native"
by Glenn Kasten
· 13 years ago
670d4b7
Merge changes Ide218785,I86d0bb82
by Mathias Agopian
· 13 years ago
1f09b4a
fix SINC resampler on non ARM architectures
by Mathias Agopian
· 13 years ago
d88a051
fix another issue with generating FIR coefficients
by Mathias Agopian
· 13 years ago
c415902
Remove obsolete references to libmedia_native
by Glenn Kasten
· 13 years ago
0eac071
Merge "Document AudioMixer hard-coded limits"
by Glenn Kasten
· 13 years ago
db3a20e
Merge "Use ALOGVV instead of commented ALOGV"
by Glenn Kasten
· 13 years ago
bf1d047
Merge "Clean up constructor and derivation whitespace"
by Glenn Kasten
· 13 years ago
eb79904
Merge "Mark volume fields private"
by Glenn Kasten
· 13 years ago
b4b75b4
fir a typo that caused up-sampling coefficiens to be wrong
by Mathias Agopian
· 13 years ago
9aec8c3
test-resample: clip instead of overflowing
by Mathias Agopian
· 13 years ago
26dd66e
Use ALOGVV instead of commented ALOGV
by Glenn Kasten
· 13 years ago
2188bc9
StateQueue comments
by Glenn Kasten
· 13 years ago
36a6550
Merge "a test app for the resamplers"
by Mathias Agopian
· 13 years ago
132cf75
Merge "reenable the cubic resampler"
by Mathias Agopian
· 13 years ago
401c4cf
Merge "improve SINC resampler coefficients"
by Mathias Agopian
· 13 years ago
599fabc
Document AudioMixer hard-coded limits
by Glenn Kasten
· 14 years ago
274c02e
Clean up constructor and derivation whitespace
by Glenn Kasten
· 13 years ago
dc8a0d7
Mark volume fields private
by Glenn Kasten
· 14 years ago
ddf3c50
Camera2: Compile with warnings, fix warnings
by Igor Murashkin
· 13 years ago
0fc2cb5
a test app for the resamplers
by Mathias Agopian
· 13 years ago
93d0767
reenable the cubic resampler
by Mathias Agopian
· 13 years ago
443e696
improve SINC resampler coefficients
by Mathias Agopian
· 13 years ago
692c3e5
am 203836b7: am b8d6efba: Camera2: Don\'t hold locks while waiting to sync.
by Eino-Ville Talvala
· 13 years ago
b8d6efb
Camera2: Don't hold locks while waiting to sync.
by Eino-Ville Talvala
· 13 years ago
e2097a5
am 9e83f44c: am 6ccc3c34: Merge "Camera2: Increase mode update timeout." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
6ccc3c3
Merge "Camera2: Increase mode update timeout." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
43b7ac6
Camera2: Increase mode update timeout.
by Eino-Ville Talvala
· 13 years ago
790382e
am 3aaa4e30: am c4640c9e: Increase allowed number of VHQ resamplers to 3
by Glenn Kasten
· 13 years ago
c4640c9
Increase allowed number of VHQ resamplers to 3
by Glenn Kasten
· 13 years ago
df71e8e
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
61ea117
Fix a typo that caused the high quality resampler to produce garbage
by Mathias Agopian
· 13 years ago
cffeb15
am e50ba28a: am 9e760d66: Merge "Camera2: Fix potential deadlock" into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
9e760d6
Merge "Camera2: Fix potential deadlock" into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
4687da7
am 424b4a57: am 291f824e: Remove active track when thread goes to standby
by Glenn Kasten
· 13 years ago
291f824
Remove active track when thread goes to standby
by Glenn Kasten
· 13 years ago
f1945f0
Camera2: Fix potential deadlock
by Eino-Ville Talvala
· 13 years ago
db2c9af
am ed653a35: am ecfbc952: Merge "Camera2: Improve quirks focusing behavior." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
ecfbc95
Merge "Camera2: Improve quirks focusing behavior." into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
ac0cd56
Camera2: Improve quirks focusing behavior.
by Eino-Ville Talvala
· 13 years ago
426ee0f
am aa00830e: am bbe11e46: Merge "Fix track estimation for presentation complete" into jb-mr1-dev
by Jean-Michel Trivi
· 13 years ago
bbe11e4
Merge "Fix track estimation for presentation complete" into jb-mr1-dev
by Jean-Michel Trivi
· 13 years ago
697d2c4
am 74a7bcc0: am 54717320: Camera2: Don\'t touch frame counter on output frames.
by Eino-Ville Talvala
· 13 years ago
5120e1f
am 522fa119: am d6cc4a62: Camera2: When focus is already locked in CAF mode, do not trigger HAL.
by Eino-Ville Talvala
· 13 years ago
a045dca
Fix track estimation for presentation complete
by Jean-Michel Trivi
· 13 years ago
5471732
Camera2: Don't touch frame counter on output frames.
by Eino-Ville Talvala
· 13 years ago
d6cc4a6
Camera2: When focus is already locked in CAF mode, do not trigger HAL.
by Eino-Ville Talvala
· 13 years ago
5f62bd6
am cb3911d3: am a14be593: Camera2: Don\'t error out of startPreview when already recording.
by Eino-Ville Talvala
· 13 years ago
aa1890f
am 0f95fadb: am 7e2c0a15: Merge "Support querying active record sources" into jb-mr1-dev
by Jean-Michel Trivi
· 13 years ago
31fb725
am f5230955: am 907e5651: Camera2: Don\'t let unlocks happen during recording.
by Eino-Ville Talvala
· 13 years ago
a14be59
Camera2: Don't error out of startPreview when already recording.
by Eino-Ville Talvala
· 13 years ago
7e2c0a1
Merge "Support querying active record sources" into jb-mr1-dev
by Jean-Michel Trivi
· 13 years ago
907e565
Camera2: Don't let unlocks happen during recording.
by Eino-Ville Talvala
· 13 years ago
4c510b9
am 6f846139: am 55f6c9df: Camera2: Do not set auto-white-balance regions from metering regions.
by Eino-Ville Talvala
· 13 years ago
3a88508
am e44d7f83: am c0379204: Camera: Limit valid caller PIDs for camera clients.
by Eino-Ville Talvala
· 13 years ago
55f6c9d
Camera2: Do not set auto-white-balance regions from metering regions.
by Eino-Ville Talvala
· 13 years ago
d708603
Support querying active record sources
by Jean-Michel Trivi
· 13 years ago
c037920
Camera: Limit valid caller PIDs for camera clients.
by Eino-Ville Talvala
· 13 years ago
9f43843
am 4c7b3129: am 2b0db6ae: Merge "Camera: Clear Hardware device pointer when initialization fails" into jb-mr1-dev
by Eino-Ville Talvala
· 13 years ago
Next »