OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:faces_data
(Results
1 - 12
of
12
) sorted by null
/device/moto/shamu/camera/QCamera2/HAL/
QCameraStateMachine.h
154
cam_face_detection_data_t
faces_data
;
member in union:qcamera::__anon5359::__anon5360
QCamera2HWICallbacks.cpp
183
cam_face_detection_data_t
faces_data
;
local
185
faces_data
= *((cam_face_detection_data_t *)
189
faces_data
.fd_type = QCAMERA_FD_SNAPSHOT; //HARD CODE here before MCT can support
191
faces_data
.num_faces_detected = 0;
192
}else if(
faces_data
.num_faces_detected > MAX_ROI){
194
__func__,
faces_data
.num_faces_detected);
201
payload->
faces_data
=
faces_data
;
1298
cam_face_detection_data_t *
faces_data
= (cam_face_detection_data_t *)
local
[
all
...]
/device/huawei/angler/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp
202
cam_face_detection_data_t
faces_data
;
local
205
faces_data
= *p_faces_data;
208
memset(&
faces_data
, 0, sizeof(cam_face_detection_data_t));
210
faces_data
.fd_type = QCAMERA_FD_SNAPSHOT; //HARD CODE here before MCT can support
212
faces_data
.num_faces_detected = 0;
213
}else if(
faces_data
.num_faces_detected > MAX_ROI){
215
__func__,
faces_data
.num_faces_detected);
222
payload->
faces_data
=
faces_data
;
[
all
...]
QCameraStateMachine.h
162
cam_face_detection_data_t
faces_data
;
member in union:qcamera::__anon3251::__anon3252
/device/lge/bullhead/camera/QCamera2/HAL/
QCamera2HWICallbacks.cpp
202
cam_face_detection_data_t
faces_data
;
local
205
faces_data
= *p_faces_data;
208
memset(&
faces_data
, 0, sizeof(cam_face_detection_data_t));
210
faces_data
.fd_type = QCAMERA_FD_SNAPSHOT; //HARD CODE here before MCT can support
212
faces_data
.num_faces_detected = 0;
213
}else if(
faces_data
.num_faces_detected > MAX_ROI){
215
__func__,
faces_data
.num_faces_detected);
222
payload->
faces_data
=
faces_data
;
[
all
...]
QCameraStateMachine.h
162
cam_face_detection_data_t
faces_data
;
member in union:qcamera::__anon4162::__anon4163
/hardware/qcom/camera/QCamera2/HAL/
QCameraStateMachine.h
174
cam_faces_data_t
faces_data
;
member in union:qcamera::__anon31760::__anon31761
QCamera2HWICallbacks.cpp
205
cam_faces_data_t
faces_data
;
local
206
pme->fillFacesData(
faces_data
, pMetaData);
208
faces_data
.detection_data.fd_type = QCAMERA_FD_SNAPSHOT;
215
payload->
faces_data
=
faces_data
;
2079
cam_
faces_data
_t
faces_data
;
local
[
all
...]
/device/moto/shamu/camera/QCamera2/stack/common/
cam_types.h
1025
cam_face_detection_data_t
faces_data
; /* face detection result */
member in struct:__anon5508
[
all
...]
/device/huawei/angler/camera/QCamera2/stack/common/
cam_types.h
1382
cam_face_detection_data_t
faces_data
; \/* face detection result *\/
member in struct:__anon3441
[
all
...]
/device/lge/bullhead/camera/QCamera2/stack/common/
cam_types.h
1382
cam_face_detection_data_t
faces_data
; \/* face detection result *\/
member in struct:__anon4352
[
all
...]
/hardware/qcom/camera/QCamera2/stack/common/
cam_types.h
1659
cam_face_detection_data_t
faces_data
; \/* face detection result *\/
member in struct:__anon31994
[
all
...]
Completed in 227 milliseconds