Lines Matching defs:pixel_format
100 char *pixel_format; /**< Set by a private option. */
263 struct v4l2_frmsizeenum vfse = { .pixel_format = pixelformat };
904 if (s->pixel_format) {
905 const AVCodecDescriptor *desc = avcodec_descriptor_get_by_name(s->pixel_format);
910 pix_fmt = av_get_pix_fmt(s->pixel_format);
914 s->pixel_format);
943 /* If no pixel_format was specified, the codec_id was not known up
1106 { "pixel_format", "set preferred pixel format", OFFSET(pixel_format), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, DEC },
1107 { "input_format", "set preferred pixel format (for raw video) or codec name", OFFSET(pixel_format), AV_OPT_TYPE_STRING, {.str = NULL}, 0, 0, DEC },