Searched refs:ff_get_format (Results 1 - 14 of 14) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | thread.h | 76 #define ff_thread_get_format ff_get_format
|
H A D | internal.h | 250 int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt);
|
H A D | 8bps.c | 153 avctx->pix_fmt = ff_get_format(avctx, pixfmt_rgb24); in decode_init()
|
H A D | cuviddec.c | 150 // 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 D | pthread_frame.c | 210 /* 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 D | h263dec.c | 74 return avctx->pix_fmt = ff_get_format(avctx, avctx->codec->pix_fmts); in h263_get_format()
|
H A D | mmaldec.c | 370 if ((ret = ff_get_format(avctx, avctx->codec->pix_fmts)) < 0) in ffmmal_init_decoder()
|
H A D | mediacodecdec_common.c | 574 pix_fmt = ff_get_format(avctx, pix_fmts); in ff_mediacodec_dec_init()
|
H A D | utils.c | 927 return ff_get_format(avctx, fmt); in ff_thread_get_format()
|
H A D | qsvdec.c | 249 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 D | decode.c | 1100 int ff_get_format(AVCodecContext *avctx, const enum AVPixelFormat *fmt) in ff_get_format() function
|
H A D | vc1dec.c | 526 avctx->pix_fmt = ff_get_format(avctx, avctx->codec->pix_fmts); in vc1_decode_init()
|
H A D | mjpegdec.c | 716 s->hwaccel_pix_fmt = ff_get_format(s->avctx, pix_fmts); in ff_mjpeg_decode_sof()
|
H A D | vp8.c | 188 return ff_get_format(s->avctx, pix_fmts); in get_pixel_format()
|
Completed in 36 milliseconds