Home
last modified time | relevance | path

Searched refs:ff_get_format (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dthread.h76 #define ff_thread_get_format ff_get_format
H A Dinternal.h250 int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt);
H A D8bps.c153 avctx->pix_fmt = ff_get_format(avctx, pixfmt_rgb24); in decode_init()
H A Dcuviddec.c150 // width and height need to be set before calling ff_get_format in cuvid_handle_video_sequence()
195 surface_fmt = ff_get_format(avctx, pix_fmts); in cuvid_handle_video_sequence()
197 av_log(avctx, AV_LOG_ERROR, "ff_get_format failed: %d\n", surface_fmt); in cuvid_handle_video_sequence()
813 ret = ff_get_format(avctx, pix_fmts); in cuvid_decode_init()
815 av_log(avctx, AV_LOG_ERROR, "ff_get_format failed: %d\n", ret); in cuvid_decode_init()
H A Dpthread_frame.c210 /* If a decoder supports hwaccel, then it must call ff_get_format(). in frame_worker_thread()
503 p->result_format = ff_get_format(p->avctx, p->available_formats); in submit_packet()
1034 return ff_get_format(avctx, fmt); in ff_thread_get_format()
H A Dh263dec.c74 return avctx->pix_fmt = ff_get_format(avctx, avctx->codec->pix_fmts); in h263_get_format()
H A Dmmaldec.c370 if ((ret = ff_get_format(avctx, avctx->codec->pix_fmts)) < 0) in ffmmal_init_decoder()
H A Dmediacodecdec_common.c574 pix_fmt = ff_get_format(avctx, pix_fmts); in ff_mediacodec_dec_init()
H A Dutils.c927 return ff_get_format(avctx, fmt); in ff_thread_get_format()
H A Dqsvdec.c249 ret = ff_get_format(avctx, pix_fmts); in qsv_decode_preinit()
787 // sw_pix_fmt, coded_width/height should be set for ff_get_format(), in qsv_process_data()
H A Ddecode.c1100 int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt) in ff_get_format() function
H A Dvc1dec.c526 avctx->pix_fmt = ff_get_format(avctx, avctx->codec->pix_fmts); in vc1_decode_init()
H A Dmjpegdec.c716 s->hwaccel_pix_fmt = ff_get_format(s->avctx, pix_fmts); in ff_mjpeg_decode_sof()
H A Dvp8.c188 return ff_get_format(s->avctx, pix_fmts); in get_pixel_format()

Completed in 36 milliseconds