OSDN Git Service

AudioFlinger: rename variables to clarify reference to track channel count or channel...
authorEric Laurent <elaurent@google.com>
Fri, 14 May 2010 12:45:46 +0000 (05:45 -0700)
committerEric Laurent <elaurent@google.com>
Fri, 14 May 2010 12:45:46 +0000 (05:45 -0700)
commite151216d38b84903cd7ac37d6e499ca942eb207e
treeab042a32f77bb9d6f43cbe7aa0d45b57392df2ec
parent73e1599b0e09abb22db3374b3900137ed7d1b7de
AudioFlinger: rename variables to clarify reference to track channel count or channel mask

Some variables and structure members should be renamed to reflect the fact that they contain the
number of channels in a track (channel count) or the actual channels used by a track (channel mask).
Especially member "channels" of track control block (struct audio_track_cblk_t) is actually the
number of channels (channels count).

Change-Id: I220c8dede9fc00c8a5693389e790073b6ed307b8
libs/audioflinger/AudioFlinger.cpp
libs/audioflinger/AudioFlinger.h