Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dmjpegdec.h164 enum AVPixelFormat hwaccel_pix_fmt; member
Dmjpegdec.c145 s->hwaccel_pix_fmt = s->hwaccel_sw_pix_fmt = AV_PIX_FMT_NONE; in ff_mjpeg_decode_init()
698 s->avctx->pix_fmt = s->hwaccel_pix_fmt; in ff_mjpeg_decode_sof()
710 s->hwaccel_pix_fmt = ff_get_format(s->avctx, pix_fmts); in ff_mjpeg_decode_sof()
711 if (s->hwaccel_pix_fmt < 0) in ff_mjpeg_decode_sof()
715 s->avctx->pix_fmt = s->hwaccel_pix_fmt; in ff_mjpeg_decode_sof()
/third_party/ffmpeg/fftools/
Dffmpeg.h381 enum AVPixelFormat hwaccel_pix_fmt; member
Dffmpeg.c2473 if (ist->hwaccel_retrieve_data && decoded_frame->format == ist->hwaccel_pix_fmt) { in decode_video()
2932 ist->hwaccel_pix_fmt = *p; in get_format()
2943 if (ist->hwaccel_get_buffer && frame->format == ist->hwaccel_pix_fmt) in get_buffer()
Dffmpeg_opt.c955 ist->hwaccel_pix_fmt = AV_PIX_FMT_NONE; in add_input_streams()