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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c1300 char *frame_pix_fmt = NULL; local
1313 MATCH_PER_STREAM_OPT(frame_pix_fmts, str, frame_pix_fmt, oc, st);
1314 if (frame_pix_fmt && *frame_pix_fmt == '+') {
1316 if (!*++frame_pix_fmt)
1317 frame_pix_fmt = NULL;
1319 if (frame_pix_fmt && (video_enc->pix_fmt = av_get_pix_fmt(frame_pix_fmt)) == AV_PIX_FMT_NONE) {
1320 av_log(NULL, AV_LOG_FATAL, "Unknown pixel format requested: %s.\n", frame_pix_fmt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/
H A Dffmpeg.c134 static enum PixelFormat frame_pix_fmt = PIX_FMT_NONE; variable in typeref:enum:PixelFormat
2797 frame_pix_fmt = av_get_pix_fmt(arg);
2798 if (frame_pix_fmt == PIX_FMT_NONE) {
3181 if (frame_pix_fmt != PIX_FMT_NONE)
3182 av_dict_set(&format_opts, "pixel_format", av_get_pix_fmt_name(frame_pix_fmt), 0);
3334 frame_pix_fmt = PIX_FMT_NONE;
3455 video_enc->pix_fmt = frame_pix_fmt;
3525 frame_pix_fmt = PIX_FMT_NONE;
H A Davconv.c3598 char *frame_aspect_ratio = NULL, *frame_pix_fmt = NULL; local
3618 MATCH_PER_STREAM_OPT(frame_pix_fmts, str, frame_pix_fmt, oc, st);
3619 if (frame_pix_fmt && (video_enc->pix_fmt = av_get_pix_fmt(frame_pix_fmt)) == PIX_FMT_NONE) {
3620 av_log(NULL, AV_LOG_FATAL, "Unknown pixel format requested: %s.\n", frame_pix_fmt);

Completed in 84 milliseconds