Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
android_frameworks_base
/
74ad3ffe573294fc066eaebca08639668d9118ff
/
media
/
jni
/
soundpool
/
SoundPool.cpp
151117e
SoundPool: Update queue only if streamID matches
by Andy Hung
· 3 years, 2 months ago
181d26b
Add package name when initializing SoundPool.
by jiabin
· 4 years, 1 month ago
e7937b9
SoundPool: Refactor class
by Andy Hung
· 5 years ago
a527524
SoundPool: Do not sleep on stop for USAGE_GAME or on BUFFER_END
by Andy Hung
· 5 years ago
5470761
SoundPool: Ramp volume down when forcibly reclaiming track
by Andy Hung
· 6 years ago
713f0e4
audiopolicy: get rid of hardcoded attributes <--> stream types
by François Gaffie
· 6 years ago
a012961
Add channel mask in SoundPool sample.
by jiabin
· 6 years ago
9bc88b3
soundpool: fix muted channel
by Eric Laurent
· 7 years ago
852d236
SoundPool: remove unused header file.
by Wei Jia
· 7 years ago
e6b9370
SoundPool: remove unused header file
by Wei Jia
· 7 years ago
70d2ba3
Remove libmedia and libstagefright dependency from extractors
by Dongwon Kang
· 7 years ago
c8ed45d
Update path for libmediandk headers
by Colin Cross
· 8 years ago
8e48c69
Refactor SoundPool for appOps handling through PlayerBase
by Jean-Michel Trivi
· 8 years ago
0474773
Stop SoundPool decode if NdkMediaCodec returns null buffers
by Andy Hung
· 9 years ago
bd2c3d6
Use FCC_2 and FCC_8 to highlight channel count assumptions
by Glenn Kasten
· 9 years ago
0275a98
SoundPool: add lock for findSample access from SoundPoolThread
by Andy Hung
· 9 years ago
2f01c80
Stop SoundPool on error instead of continuing
by Marco Nelissen
· 9 years ago
14d226a
Add comments to indicate code review was done for bugs
by Glenn Kasten
· 10 years ago
a6238ef
Fix SoundPool.unload() return value
by Andy Hung
· 10 years ago
6c30787
AudioTrack in SoundPool uses audio_attributes_t parameter
by Jean-Michel Trivi
· 10 years ago
26eca01
Check for null codec from AMediaCodec_createDecoderByType
by Andy Hung
· 10 years ago
32ccb69
Fix SoundPool track recycling for fast tracks
by Andy Hung
· 10 years ago
2bec0fe
Merge "Revert "Revert "soundpool: update sample rate when reusing audiotrack"""
by Andy Hung
· 10 years ago
9bd868f
Merge "Revert "Revert "soundpool: reuse channel for same sample if available"""
by Andy Hung
· 10 years ago
bc45373
Revert "Revert "soundpool: update sample rate when reusing audiotrack""
by Andy Hung
· 10 years ago
0c4b81b
Revert "Revert "soundpool: reuse channel for same sample if available""
by Andy Hung
· 10 years ago
a080050
Merge "Revert "soundpool: reuse channel for same sample if available""
by Glenn Kasten
· 10 years ago
01771a9
Merge "Revert "soundpool: update sample rate when reusing audiotrack""
by Glenn Kasten
· 10 years ago
18c225d
Revert "soundpool: reuse channel for same sample if available"
by Glenn Kasten
· 10 years ago
b801f73
Revert "soundpool: update sample rate when reusing audiotrack"
by Glenn Kasten
· 10 years ago
a1c3516
Fix SoundPool playback of multichannel files.
by Andy Hung
· 10 years ago
a7d57a6
soundpool: update sample rate when reusing audiotrack
by Dhananjay Kumar
· 10 years ago
570576b
soundpool: reuse channel for same sample if available
by Haynes Mathew George
· 10 years ago
06524dc
Fix memory leak
by Marco Nelissen
· 10 years ago
6cd6110
Fix printf format
by Marco Nelissen
· 10 years ago
372be89
Make SoundPool use MediaCodec
by Marco Nelissen
· 10 years ago
f5e1812
reorganize SoundPool and JetPlayer code.
by Eric Laurent
· 13 years ago
28b269f
Use audio_policy_output_flags_t consistently
by Glenn Kasten
· 13 years ago
b3db213
Update comments
by Glenn Kasten
· 13 years ago
1137be1
Follow raw pointer and sp<> conventions
by Glenn Kasten
· 13 years ago
bc1d77b
Use audio_stream_type_t consistently
by Glenn Kasten
· 13 years ago
1c66547
Merge "Use audio_format_t consistently"
by Glenn Kasten
· 13 years ago
3762c31
Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
8564c8d
Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
1c5a89d
Use audio_format_t consistently
by Glenn Kasten
· 13 years ago
71f2cf1
Rename (IF_)LOGV(_IF) to (IF_)ALOGV(_IF) DO NOT MERGE
by Steve Block
· 13 years ago
79cd8ba
Remove unneeded #include <sys/resource.h>
by Glenn Kasten
· 14 years ago
e46a86f
Revert "Use AudioTrack::event_type not int in callback"
by Glenn Kasten
· 14 years ago
2225e4b
Use AudioTrack::event_type not int in callback
by Glenn Kasten
· 14 years ago
34bb419
update for new audio.h header location
by Dima Zavin
· 14 years ago
24fc2fb
audio/media: convert to using the audio HAL and new audio defs
by Dima Zavin
· 14 years ago
a60e212
Fix issue 3261656.
by Eric Laurent
· 14 years ago
09468db
Add a name to the previously-unnamed thread created by SoundPoolThread.
by Steve Howard
· 15 years ago
7bef5a5
Fix logging in SoundPool.
by Dave Sparks
· 15 years ago
f992cbb
Add SoundPool API to pause and resume all active streams. Bug 2426531.
by Dave Sparks
· 15 years ago
f6e43bf
Add OnLoadCompleteListener to SoundPool.
by Dave Sparks
· 15 years ago
c333133
am b5fc8ffc: am 91487425: Merge change I0448ef20 into eclair
by Dave Sparks
· 15 years ago
66d28ce
Fix SoundPool buffer size rounding error. Bug 2327620.
by Dave Sparks
· 15 years ago
c0e3ddf
Remove unused Java object reference in native SoundPool code.
by Dave Sparks
· 15 years ago
1b0efec
am 17c195c8: Merge change 9340 into donut
by Android (Google) Code Review
· 15 years ago
fd8c0e1
Fix issue 2025872: Deadlock in SoundPool.stop
by Eric Laurent
· 15 years ago
a553c25
Fix issue 1795088 Improve audio routing code
by Eric Laurent
· 16 years ago
45fce58
Fix issue 1996218: Disable use of shared memory buffer by SoundPool.
by Eric Laurent
· 15 years ago
3c8704b
Limit check on maxChannels for SoundPool. Bug 1838724
by Dave Sparks
· 16 years ago
9648e4b
fix issue 1641535: SoundPool should use AudioTrack with shared memory buffer
by Eric Laurent
· 16 years ago
9066cfe
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
d83a98f
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
da996f3
auto import from //branches/cupcake/...@131421
by The Android Open Source Project
· 16 years ago
d24b818
auto import from //branches/cupcake/...@130745
by The Android Open Source Project
· 16 years ago
f013e1a
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 16 years ago
54b6cfa
Initial Contribution
by The Android Open Source Project
· 16 years ago