Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dmjpegdec.h167 enum AVPixelFormat hwaccel_pix_fmt; member
H A Dmjpegdec.c148 s->hwaccel_pix_fmt = s->hwaccel_sw_pix_fmt = AV_PIX_FMT_NONE; in ff_mjpeg_decode_init()
704 s->avctx->pix_fmt = s->hwaccel_pix_fmt; in ff_mjpeg_decode_sof()
716 s->hwaccel_pix_fmt = ff_get_format(s->avctx, pix_fmts); in ff_mjpeg_decode_sof()
717 if (s->hwaccel_pix_fmt < 0) in ff_mjpeg_decode_sof()
721 s->avctx->pix_fmt = s->hwaccel_pix_fmt; in ff_mjpeg_decode_sof()
/third_party/ffmpeg/fftools/
H A Dffmpeg.h386 enum AVPixelFormat hwaccel_pix_fmt; member
H A Dffmpeg.c2224 if (ist->hwaccel_retrieve_data && decoded_frame->format == ist->hwaccel_pix_fmt) { in decode_video()
2593 ist->hwaccel_pix_fmt = *p; in get_format()
H A Dffmpeg_opt.c1039 ist->hwaccel_pix_fmt = AV_PIX_FMT_NONE; in add_input_streams()

Completed in 19 milliseconds