OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:V4L2_STD_SECAM_B
(Results
76 - 78
of
78
) sorted by null
1
2
3
4
/hardware/qcom/msm8960/original-kernel-headers/linux/
videodev2.h
[
all
...]
/hardware/qcom/msm8x74/kernel-headers/linux/
videodev2.h
642
#define
V4L2_STD_SECAM_B
((v4l2_std_id)0x00010000)
657
#define V4L2_STD_SECAM (
V4L2_STD_SECAM_B
| V4L2_STD_SECAM_G | V4L2_STD_SECAM_H | V4L2_STD_SECAM_DK | V4L2_STD_SECAM_L | V4L2_STD_SECAM_LC)
662
#define V4L2_STD_B (V4L2_STD_PAL_B | V4L2_STD_PAL_B1 |
V4L2_STD_SECAM_B
)
[
all
...]
/hardware/qcom/msm8x74/original-kernel-headers/linux/
videodev2.h
[
all
...]
Completed in 55 milliseconds
1
2
3
4