OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:V4L2_DV_BT_BLANKING_WIDTH
(Results
1 - 9
of
9
) sorted by null
/bionic/libc/kernel/uapi/linux/
videodev2.h
693
#define
V4L2_DV_BT_BLANKING_WIDTH
(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
694
#define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width +
V4L2_DV_BT_BLANKING_WIDTH
(bt))
[
all
...]
/external/kernel-headers/original/uapi/linux/
videodev2.h
[
all
...]
/external/v4l2_codec2/vda/
videodev2.h
[
all
...]
/hardware/qcom/msm8996/kernel-headers/linux/
videodev2.h
[
all
...]
/hardware/qcom/msm8996/original-kernel-headers/linux/
videodev2.h
[
all
...]
/hardware/qcom/msm8998/kernel-headers/linux/
videodev2.h
[
all
...]
/hardware/qcom/msm8998/original-kernel-headers/linux/
videodev2.h
[
all
...]
/hardware/qcom/msm8x09/kernel-headers/linux/
videodev2.h
634
#define
V4L2_DV_BT_BLANKING_WIDTH
(bt) ((bt)->hfrontporch + (bt)->hsync + (bt)->hbackporch)
635
#define V4L2_DV_BT_FRAME_WIDTH(bt) ((bt)->width +
V4L2_DV_BT_BLANKING_WIDTH
(bt))
[
all
...]
/hardware/qcom/msm8x09/original-kernel-headers/linux/
videodev2.h
[
all
...]
Completed in 1171 milliseconds