Lines Matching full:fourcc
244 streamingFmt.fourcc & 0xFF,
245 (streamingFmt.fourcc >> 8) & 0xFF,
246 (streamingFmt.fourcc >> 16) & 0xFF,
247 (streamingFmt.fourcc >> 24) & 0xFF,
2085 // ignoring v4l2Fmt.fourcc for now. Might need more subtle check if we support more v4l format
2184 fmt.fmt.pix.pixelformat = v4l2Fmt.fourcc;
2204 v4l2Fmt.fourcc != fmt.fmt.pix.pixelformat) {
2206 v4l2Fmt.fourcc & 0xFF,
2207 (v4l2Fmt.fourcc >> 8) & 0xFF,
2208 (v4l2Fmt.fourcc >> 16) & 0xFF,
2209 (v4l2Fmt.fourcc >> 24) & 0xFF,
2396 mV4l2StreamingFmt.width, mV4l2StreamingFmt.height, mV4l2StreamingFmt.fourcc,
2559 v4l2Fmt.fourcc & 0xFF,
2560 (v4l2Fmt.fourcc >> 8) & 0xFF,
2561 (v4l2Fmt.fourcc >> 16) & 0xFF,
2562 (v4l2Fmt.fourcc >> 24) & 0xFF,