Home
last modified time | relevance | path

Searched refs:v4l2_rect (Results 1 – 22 of 22) sorted by relevance

/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_vpu.h203 struct v4l2_rect detection_region;
205 struct v4l2_rect excluded_regions[VPU_ACTIVE_REGION_N_EXCLUSIONS];
238 struct v4l2_rect active_region_result;
Dmsm_fd.h53 struct v4l2_rect face;
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_vpu.h104 struct v4l2_rect detection_region;
105 struct v4l2_rect excluded_regions[VPU_ACTIVE_REGION_N_EXCLUSIONS];
136 struct v4l2_rect active_region_result;
Dmsm_fd.h44 struct v4l2_rect face;
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_vpu.h109 struct v4l2_rect detection_region;
110 struct v4l2_rect excluded_regions[VPU_ACTIVE_REGION_N_EXCLUSIONS];
141 struct v4l2_rect active_region_result;
Dmsm_fd.h44 struct v4l2_rect face;
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_vpu.h223 struct v4l2_rect detection_region;
225 struct v4l2_rect excluded_regions[VPU_ACTIVE_REGION_N_EXCLUSIONS];
258 struct v4l2_rect active_region_result;
Dmsm_fd.h53 struct v4l2_rect face;
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_vpu.h223 struct v4l2_rect detection_region;
225 struct v4l2_rect excluded_regions[VPU_ACTIVE_REGION_N_EXCLUSIONS];
258 struct v4l2_rect active_region_result;
Dmsm_fd.h53 struct v4l2_rect face;
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_vpu.h109 struct v4l2_rect detection_region;
110 struct v4l2_rect excluded_regions[VPU_ACTIVE_REGION_N_EXCLUSIONS];
141 struct v4l2_rect active_region_result;
Dmsm_fd.h44 struct v4l2_rect face;
/hardware/qcom/msm8x84/kernel-headers/linux/
Dvideodev2.h105 struct v4l2_rect { struct
565 struct v4l2_rect c;
570 struct v4l2_rect w;
611 struct v4l2_rect bounds;
612 struct v4l2_rect defrect;
619 struct v4l2_rect c;
626 struct v4l2_rect r;
/hardware/qcom/msm8994/original-kernel-headers/linux/
Dvideodev2.h210 struct v4l2_rect { struct
780 struct v4l2_rect c;
785 struct v4l2_rect w;
830 struct v4l2_rect bounds;
831 struct v4l2_rect defrect;
837 struct v4l2_rect c;
857 struct v4l2_rect r;
/hardware/qcom/msm8994/kernel-headers/linux/
Dvideodev2.h106 struct v4l2_rect { struct
566 struct v4l2_rect c;
571 struct v4l2_rect w;
612 struct v4l2_rect bounds;
614 struct v4l2_rect defrect;
620 struct v4l2_rect c;
627 struct v4l2_rect r;
/hardware/qcom/msm8x84/original-kernel-headers/linux/
Dvideodev2.h207 struct v4l2_rect { struct
777 struct v4l2_rect c;
782 struct v4l2_rect w;
827 struct v4l2_rect bounds;
828 struct v4l2_rect defrect;
834 struct v4l2_rect c;
854 struct v4l2_rect r;
/hardware/qcom/msm8996/original-kernel-headers/linux/
Dvideodev2.h215 struct v4l2_rect { struct
831 struct v4l2_rect c;
836 struct v4l2_rect w;
881 struct v4l2_rect bounds;
882 struct v4l2_rect defrect;
888 struct v4l2_rect c;
908 struct v4l2_rect r;
/hardware/qcom/msm8996/kernel-headers/linux/
Dvideodev2.h111 struct v4l2_rect { struct
605 struct v4l2_rect c;
610 struct v4l2_rect w;
651 struct v4l2_rect bounds;
652 struct v4l2_rect defrect;
659 struct v4l2_rect c;
666 struct v4l2_rect r;
/hardware/qcom/msm8960/original-kernel-headers/linux/
Dvideodev2.h226 struct v4l2_rect { struct
740 struct v4l2_rect c;
745 struct v4l2_rect w;
789 struct v4l2_rect bounds;
790 struct v4l2_rect defrect;
796 struct v4l2_rect c;
836 struct v4l2_rect r;
/hardware/qcom/msm8960/kernel-headers/linux/
Dvideodev2.h119 struct v4l2_rect { struct
536 struct v4l2_rect c;
541 struct v4l2_rect w;
581 struct v4l2_rect bounds;
582 struct v4l2_rect defrect;
589 struct v4l2_rect c;
607 struct v4l2_rect r;
/hardware/qcom/media/msm8996/videopp/inc/
Domx_vdpp.h324 struct v4l2_rect ar_result;
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp266 memcpy(&vdpp_msg.msgdata.ar_result, dqevent.u.data, sizeof(v4l2_rect)); in async_message_thread()
1375 struct v4l2_rect * ar_result = (struct v4l2_rect *) p1; in process_event_cb()
6537 struct v4l2_rect * p_ar_result = &(vdpp_msg->msgdata.ar_result); in async_message_process()