OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_stream_cb_times
(Results
1 - 3
of
3
) sorted by null
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h
116
* When need_stream_on = 1,
num_stream_cb_times
will be ignored. */
117
uint8_t
num_stream_cb_times
;
member in struct:__anon5655
mm_camera.h
251
uint8_t
num_stream_cb_times
; /* how many times to register for other stream data CB */
member in struct:mm_stream
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_stream.c
644
cb.cb_count = my_obj->
num_stream_cb_times
; /* reigstration cb times */
757
my_obj->
num_stream_cb_times
= config->
num_stream_cb_times
;
[
all
...]
Completed in 384 milliseconds