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 - 8
of
8
) sorted by null
/bionic/libc/kernel/uapi/linux/
videodev2.h
697
#define
V4L2_DV_BT_BLANKING_WIDTH
(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699
#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
...]
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
videodev2.h
697
#define
V4L2_DV_BT_BLANKING_WIDTH
(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699
#define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width +
V4L2_DV_BT_BLANKING_WIDTH
(bt))
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
videodev2.h
697
#define
V4L2_DV_BT_BLANKING_WIDTH
(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699
#define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width +
V4L2_DV_BT_BLANKING_WIDTH
(bt))
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
videodev2.h
697
#define
V4L2_DV_BT_BLANKING_WIDTH
(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699
#define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width +
V4L2_DV_BT_BLANKING_WIDTH
(bt))
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
videodev2.h
697
#define
V4L2_DV_BT_BLANKING_WIDTH
(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699
#define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width +
V4L2_DV_BT_BLANKING_WIDTH
(bt))
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
videodev2.h
697
#define
V4L2_DV_BT_BLANKING_WIDTH
(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699
#define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width +
V4L2_DV_BT_BLANKING_WIDTH
(bt))
[
all
...]
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
videodev2.h
697
#define
V4L2_DV_BT_BLANKING_WIDTH
(bt) (bt->hfrontporch + bt->hsync + bt->hbackporch)
699
#define V4L2_DV_BT_FRAME_WIDTH(bt) (bt->width +
V4L2_DV_BT_BLANKING_WIDTH
(bt))
[
all
...]
Completed in 292 milliseconds