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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dv4l2enc.c37 uint32_t v4l2_pixfmt; local
59 v4l2_pixfmt = avpriv_fmt_ff2v4l(enc_ctx->pix_fmt, AV_CODEC_ID_RAWVIDEO);
60 if (!v4l2_pixfmt) { // XXX: try to force them one by one?
74 fmt.fmt.pix.pixelformat = v4l2_pixfmt;

Completed in 22 milliseconds