Searched refs:V4L2_PIX_FMT_FWHT (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/media/test-drivers/vicodec/
H A Dvicodec-core.c64 V4L2_PIX_FMT_FWHT, 0, 3, 1, 1, 1, 1, 1, 0, 1
735 V4L2_PIX_FMT_FWHT_STATELESS : V4L2_PIX_FMT_FWHT;
841 if (pix->pixelformat != V4L2_PIX_FMT_FWHT &&
856 if (pix->pixelformat == V4L2_PIX_FMT_FWHT)
863 if (pix_mp->pixelformat != V4L2_PIX_FMT_FWHT &&
880 if (pix_mp->pixelformat == V4L2_PIX_FMT_FWHT)
902 pix->pixelformat = ctx->is_enc ? V4L2_PIX_FMT_FWHT :
913 pix_mp->pixelformat = ctx->is_enc ? V4L2_PIX_FMT_FWHT :
944 pix->pixelformat = V4L2_PIX_FMT_FWHT;
957 pix_mp->pixelformat = V4L2_PIX_FMT_FWHT;
[all...]
/linux-master/include/uapi/linux/
H A Dvideodev2.h758 #define V4L2_PIX_FMT_FWHT v4l2_fourcc('F', 'W', 'H', 'T') /* Fast Walsh Hadamard Transform (vicodec) */ macro
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1483 case V4L2_PIX_FMT_FWHT: descr = "FWHT"; break; /* used in vicodec */

Completed in 287 milliseconds