OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mBufferCount
(Results
1 - 13
of
13
) sorted by null
/device/asus/flo/camera/QCamera2/HAL3/
QCamera3Mem.cpp
61
mBufferCount
= 0;
103
if (index >=
mBufferCount
) {
104
ALOGE("%s: index %d out of bound [0, %d)", __func__, index,
mBufferCount
);
140
if (index >=
mBufferCount
)
158
if (index >=
mBufferCount
)
175
return
mBufferCount
;
193
if (!
mBufferCount
) {
269
if (
mBufferCount
) {
297
for (int i = 0; i <
mBufferCount
; i++)
409
if (index >=
mBufferCount
) {
[
all
...]
QCamera3Mem.h
75
int
mBufferCount
;
/hardware/qcom/camera/QCamera2/HAL3/
QCamera3Mem.cpp
61
mBufferCount
= 0;
103
if (index >=
mBufferCount
) {
104
ALOGE("%s: index %d out of bound [0, %d)", __func__, index,
mBufferCount
);
140
if (index >=
mBufferCount
)
158
if (index >=
mBufferCount
)
175
return
mBufferCount
;
193
if (!
mBufferCount
) {
269
if (
mBufferCount
) {
297
for (int i = 0; i <
mBufferCount
; i++)
409
if (index >=
mBufferCount
) {
[
all
...]
QCamera3Mem.h
75
int
mBufferCount
;
/device/asus/flo/camera/QCamera2/HAL/
QCameraMem.cpp
64
mBufferCount
= 0;
112
if (index >=
mBufferCount
) {
113
ALOGE("%s: index %d out of bound [0, %d)", __func__, index,
mBufferCount
);
149
if (index >=
mBufferCount
)
167
if (index >=
mBufferCount
)
184
return
mBufferCount
;
202
if (!
mBufferCount
) {
249
if (
mBufferCount
) {
277
for (int i = 0; i <
mBufferCount
; i++)
420
if (index >=
mBufferCount
) {
[
all
...]
QCameraMem.h
84
int
mBufferCount
;
/hardware/qcom/camera/QCamera2/HAL/
QCameraMem.cpp
64
mBufferCount
= 0;
112
if (index >=
mBufferCount
) {
113
ALOGE("%s: index %d out of bound [0, %d)", __func__, index,
mBufferCount
);
149
if (index >=
mBufferCount
)
167
if (index >=
mBufferCount
)
184
return
mBufferCount
;
202
if (!
mBufferCount
) {
249
if (
mBufferCount
) {
277
for (int i = 0; i <
mBufferCount
; i++)
420
if (index >=
mBufferCount
) {
[
all
...]
QCameraMem.h
84
int
mBufferCount
;
/hardware/ti/omap4xxx/camera/
ANativeWindowDisplayAdapter.cpp
147
mBufferCount
(0)
517
mBufferCount
= 0;
567
mBufferCount
= numBufs;
600
for ( i=0; i <
mBufferCount
; i++ )
636
for( i = 0; i <
mBufferCount
-undequeued; i++ )
647
for(i = (
mBufferCount
-undequeued); i >= 0 && i <
mBufferCount
; i++)
702
const int lnumBufs =
mBufferCount
;
723
for(int i = 0; i <
mBufferCount
; i++)
758
if(
mBufferCount
== 0
[
all
...]
/frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h
182
const int
mBufferCount
;
RingBufferConsumer.cpp
41
mBufferCount
(bufferCount)
268
if (mBufferItemList.size() >= (size_t)
mBufferCount
) {
300
mBufferItemList.size(),
mBufferCount
);
/hardware/ti/omap4xxx/camera/inc/
ANativeWindowDisplayAdapter.h
157
int
mBufferCount
;
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
160
IoVec(JNIEnv* env, size_t bufferCount) : mEnv(env),
mBufferCount
(bufferCount) {
165
if (mEnv->PushLocalFrame(
mBufferCount
+ 16) < 0) {
178
for (size_t i = 0; i <
mBufferCount
; ++i) {
205
return
mBufferCount
;
210
size_t
mBufferCount
;
[
all
...]
Completed in 717 milliseconds