OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mGetCount
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libnbaio/
SourceAudioBufferProvider.cpp
28
mAllocated(NULL), mSize(0), mOffset(0), mRemaining(0),
mGetCount
(0), mFramesReleased(0)
50
ALOG_ASSERT(buffer != NULL && buffer->frameCount > 0 &&
mGetCount
== 0);
58
mGetCount
= buffer->frameCount;
83
mGetCount
= actual;
90
mGetCount
= 0;
98
(buffer->frameCount <=
mGetCount
) &&
99
(
mGetCount
<= mRemaining) &&
106
mGetCount
= 0;
/frameworks/av/media/libnbaio/include/
SourceAudioBufferProvider.h
49
size_t
mGetCount
; // buffer.frameCount of the most recent getNextBuffer
Completed in 536 milliseconds