OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cb_count
(Results
1 - 16
of
16
) sorted by null
/device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.c
514
uint32_t
cb_count
,
524
reg.
cb_count
=
cb_count
;
919
uint32_t
cb_count
,
927
cb_count
, user_data);
mm_camera_interface2.h
361
uint32_t
cb_count
,
494
uint32_t
cb_count
,
mm_camera.h
78
uint32_t
cb_count
;
member in struct:__anon3780
mm_camera_notify.c
667
if(--(my_obj->ch[MM_CAMERA_CH_VIDEO].buf_cb[i].
cb_count
) == 0 )
680
if(--(buf_cb[i].
cb_count
) == 0 )
[
all
...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c
344
if (my_obj->buf_cb[i].
cb_count
!= 0) {
354
if (my_obj->buf_cb[i].
cb_count
> 0) {
355
my_obj->buf_cb[i].
cb_count
--;
356
if (0 == my_obj->buf_cb[i].
cb_count
) {
644
cb.
cb_count
= my_obj->num_stream_cb_times; /* reigstration cb times */
645
if (cb.
cb_count
== 0) {
646
cb.
cb_count
= 1;
[
all
...]
mm_camera_channel.c
789
stream_obj->buf_cb[0].
cb_count
= -1; /* infinite by default */
[
all
...]
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c
323
if (my_obj->buf_cb[i].
cb_count
!= 0) {
333
if (my_obj->buf_cb[i].
cb_count
> 0) {
334
my_obj->buf_cb[i].
cb_count
--;
335
if (0 == my_obj->buf_cb[i].
cb_count
) {
609
cb.
cb_count
= 1; /* one time reigstration */
[
all
...]
mm_camera_channel.c
669
stream_obj->buf_cb[0].
cb_count
= -1; /* infinite by default */
[
all
...]
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
175
/*
cb_count
= -1: infinite
176
*
cb_count
> 0: register only for required times */
177
int8_t
cb_count
;
member in struct:__anon2791
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
175
/*
cb_count
= -1: infinite
176
*
cb_count
> 0: register only for required times */
177
int8_t
cb_count
;
member in struct:__anon3298
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h
194
/*
cb_count
= -1: infinite
195
*
cb_count
> 0: register only for required times */
196
int8_t
cb_count
;
member in struct:__anon3521
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
195
/*
cb_count
= -1: infinite
196
*
cb_count
> 0: register only for required times */
197
int8_t
cb_count
;
member in struct:__anon4401
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
288
if (my_obj->buf_cb[i].
cb_count
!= 0) {
305
if (my_obj->buf_cb[i].
cb_count
> 0) {
306
my_obj->buf_cb[i].
cb_count
--;
307
if (0 == my_obj->buf_cb[i].
cb_count
) {
820
my_obj->buf_cb[0].
cb_count
= -1; /* infinite by default */
[
all
...]
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
269
if (my_obj->buf_cb[i].
cb_count
!= 0) {
286
if (my_obj->buf_cb[i].
cb_count
> 0) {
287
my_obj->buf_cb[i].
cb_count
--;
288
if (0 == my_obj->buf_cb[i].
cb_count
) {
801
my_obj->buf_cb[0].
cb_count
= -1; /* infinite by default */
[
all
...]
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera.h
199
/*
cb_count
= -1: infinite
200
*
cb_count
> 0: register only for required times */
201
int8_t
cb_count
;
member in struct:__anon4002
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c
269
if (my_obj->buf_cb[i].
cb_count
!= 0) {
286
if (my_obj->buf_cb[i].
cb_count
> 0) {
287
my_obj->buf_cb[i].
cb_count
--;
288
if (0 == my_obj->buf_cb[i].
cb_count
) {
804
my_obj->buf_cb[0].
cb_count
= -1; /* infinite by default */
[
all
...]
Completed in 1628 milliseconds