Searched defs:num_streams_to_stop (Results 1 - 5 of 5) sorted by relevance

/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1001 uint8_t num_streams_to_stop = 0; local
1012 meta_stream_idx = num_streams_to_stop;
1014 s_objs[num_streams_to_stop++] = s_obj;
1019 if (meta_stream_idx < num_streams_to_stop - 1 ) {
1021 s_obj = s_objs[num_streams_to_stop - 1];
1022 s_objs[num_streams_to_stop - 1] = s_objs[meta_stream_idx];
1026 for (i = 0; i < num_streams_to_stop; i++) {
1055 for (i = 0; i < num_streams_to_stop; i++) {
/device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1004 uint8_t num_streams_to_stop = 0; local
1015 meta_stream_idx = num_streams_to_stop;
1017 s_objs[num_streams_to_stop++] = s_obj;
1022 if (meta_stream_idx < num_streams_to_stop - 1 ) {
1024 s_obj = s_objs[num_streams_to_stop - 1];
1025 s_objs[num_streams_to_stop - 1] = s_objs[meta_stream_idx];
1029 for (i = 0; i < num_streams_to_stop; i++) {
1058 for (i = 0; i < num_streams_to_stop; i++) {
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c936 uint8_t num_streams_to_stop = num_streams; local
962 streams_to_stop[num_streams_to_stop++] =
968 for (i=0; i<num_streams_to_stop; i++) {
988 for (i=0; i<num_streams_to_stop; i++) {
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1217 uint8_t num_streams_to_stop = 0; local
1228 meta_stream_idx = num_streams_to_stop;
1230 s_objs[num_streams_to_stop++] = s_obj;
1235 if (meta_stream_idx < num_streams_to_stop - 1 ) {
1237 s_obj = s_objs[num_streams_to_stop - 1];
1238 s_objs[num_streams_to_stop - 1] = s_objs[meta_stream_idx];
1242 for (i = 0; i < num_streams_to_stop; i++) {
1271 for (i = 0; i < num_streams_to_stop; i++) {
/device/moto/shamu/camera/QCamera/stack/mm-camera-interface/src/
H A Dmm_camera_channel.c1083 uint8_t num_streams_to_stop = num_streams; local
1113 streams_to_stop[num_streams_to_stop++] =
1119 for (i=0; i<num_streams_to_stop; i++) {
1146 for (i=0; i<num_streams_to_stop; i++) {

Completed in 82 milliseconds