Searched refs:hwaccel_pix_fmt (Results 1 – 5 of 5) sorted by relevance
164 enum AVPixelFormat hwaccel_pix_fmt; member
145 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()
381 enum AVPixelFormat hwaccel_pix_fmt; member
2473 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()
955 ist->hwaccel_pix_fmt = AV_PIX_FMT_NONE; in add_input_streams()