Home
last modified time | relevance | path

Searched refs:V4L2_PIX_FMT_H263 (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/usb/go7007/
H A Dgo7007-fw.c1090 (go->format == V4L2_PIX_FMT_H263 ? 0 : 1), in config_package()
1092 (go->format == V4L2_PIX_FMT_H263 ? 0x61 : in config_package()
1119 (go->format == V4L2_PIX_FMT_H263 ? 0x08 : in config_package()
1124 (go->format == V4L2_PIX_FMT_H263 ? 4 : 16)))) | in config_package()
1353 (go->format == V4L2_PIX_FMT_H263 ? 0x8920 : 0))))), in final_package()
/OK3568_Linux_fs/kernel/drivers/media/platform/qcom/venus/
H A Dhfi.c26 case V4L2_PIX_FMT_H263: in to_codec_type()
H A Dcore.c142 return V4L2_PIX_FMT_H263; in to_v4l2_codec_type()
H A Dhelpers.c38 case V4L2_PIX_FMT_H263: in venus_helper_check_codec()
970 case V4L2_PIX_FMT_H263: in venus_helper_get_framesz()
H A Dvenc.c44 .pixfmt = V4L2_PIX_FMT_H263,
H A Dvdec.c48 .pixfmt = V4L2_PIX_FMT_H263,
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst87 - ``V4L2_PIX_FMT_H263``
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_dec.c74 .fourcc = V4L2_PIX_FMT_H263,
H A Ds5p_mfc_enc.c77 .fourcc = V4L2_PIX_FMT_H263,
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dvideodev2.h640 #define V4L2_PIX_FMT_H263 v4l2_fourcc('H', '2', '6', '3') /* H263 */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dvideodev2.h640 #define V4L2_PIX_FMT_H263 v4l2_fourcc('H', '2', '6', '3') /* H263 */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dvideodev2.h696 #define V4L2_PIX_FMT_H263 v4l2_fourcc('H', '2', '6', '3') /* H263 */ macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dvideodev2.h698 #define V4L2_PIX_FMT_H263 v4l2_fourcc('H', '2', '6', '3') /* H263 */ macro
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1448 case V4L2_PIX_FMT_H263: descr = "H.263"; break; in v4l_fill_fmtdesc()