OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newPosCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
AudioRecord.cpp
753
size_t
newPosCount
= 0;
758
newPosCount
= ((position - newPosition) / updatePeriod) + 1;
759
mNewPosition += updatePeriod *
newPosCount
;
784
while (
newPosCount
> 0) {
788
newPosCount
--;
AudioTrack.cpp
[
all
...]
Completed in 225 milliseconds