OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBufferCount
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/media/libstagefright/
SurfaceMediaSource.cpp
41
mBufferCount
(MIN_ASYNC_BUFFER_SLOTS),
75
if (bufferCount ==
mBufferCount
)
79
bufferCount >=
mBufferCount
) {
81
mBufferCount
= bufferCount;
119
for (int i = 0 ; i <
mBufferCount
; i++) {
143
mBufferCount
= bufferCount;
155
if (slot < 0 ||
mBufferCount
<= slot) {
157
mBufferCount
, slot);
214
((mServerBufferCount !=
mBufferCount
) ||
231
((mServerBufferCount !=
mBufferCount
) ||
[
all
...]
/frameworks/base/libs/gui/
SurfaceTexture.cpp
102
mBufferCount
(MIN_ASYNC_BUFFER_SLOTS),
137
if (bufferCount ==
mBufferCount
)
141
bufferCount >=
mBufferCount
) {
143
mBufferCount
= bufferCount;
185
for (int i=0 ; i<
mBufferCount
; i++) {
210
mBufferCount
= bufferCount;
239
if (slot < 0 ||
mBufferCount
<= slot) {
241
mBufferCount
, slot);
290
((mServerBufferCount !=
mBufferCount
) ||
304
mBufferCount
= mServerBufferCount
[
all
...]
/hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp
147
mBufferCount
(0)
513
mBufferCount
= 0;
563
mBufferCount
= numBufs;
596
for ( i=0; i <
mBufferCount
; i++ )
632
for( i = 0; i <
mBufferCount
-undequeued; i++ )
643
for(i = (
mBufferCount
-undequeued); i >= 0 && i <
mBufferCount
; i++)
698
const int lnumBufs =
mBufferCount
;
719
for(int i = 0; i <
mBufferCount
; i++)
754
if(
mBufferCount
== 0
[
all
...]
/frameworks/base/include/media/stagefright/
SurfaceMediaSource.h
80
uint32_t getBufferCount( ) const { return
mBufferCount
;}
270
//
mBufferCount
is the number of buffer slots that the client and server
273
int
mBufferCount
;
/hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h
158
int
mBufferCount
;
/frameworks/base/include/gui/
SurfaceTexture.h
356
//
mBufferCount
is the number of buffer slots that the client and server
359
int
mBufferCount
;
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
164
IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env),
mBufferCount
(bufferCount) {
169
if (mEnv->PushLocalFrame(
mBufferCount
+ 16) < 0) {
182
for (size_t i = 0; i <
mBufferCount
; ++i) {
209
return
mBufferCount
;
214
size_t
mBufferCount
;
[
all
...]
Completed in 253 milliseconds