Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi.c26 case V4L2_PIX_FMT_H263: in to_codec_type()
H A Dcore.c177 return V4L2_PIX_FMT_H263; in to_v4l2_codec_type()
H A Dhelpers.c51 case V4L2_PIX_FMT_H263: in venus_helper_check_codec()
1091 case V4L2_PIX_FMT_H263: in venus_helper_get_framesz()
H A Dvenc.c61 .pixfmt = V4L2_PIX_FMT_H263,
H A Dvdec.c102 .pixfmt = V4L2_PIX_FMT_H263,
/openbmc/linux/drivers/media/platform/amphion/
H A Dvpu_malone.c565 {V4L2_PIX_FMT_H263, MALONE_FMT_ASP},
1009 {SCODE_PADDING_EOS, V4L2_PIX_FMT_H263, {0xb1010000, 0x0}},
1023 {SCODE_PADDING_ABORT, V4L2_PIX_FMT_H263, {0xb1010000, 0x0}},
H A Dvdec.c162 .pixfmt = V4L2_PIX_FMT_H263,
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dpixfmt-compressed.rst88 - ``V4L2_PIX_FMT_H263``
/openbmc/linux/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_dec.c78 .fourcc = V4L2_PIX_FMT_H263,
H A Ds5p_mfc_enc.c77 .fourcc = V4L2_PIX_FMT_H263,
/openbmc/linux/include/uapi/linux/
H A Dvideodev2.h745 #define V4L2_PIX_FMT_H263 v4l2_fourcc('H', '2', '6', '3') /* H263 */ macro
/openbmc/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1469 case V4L2_PIX_FMT_H263: descr = "H.263"; break; in v4l_fill_fmtdesc()