Home
last modified time | relevance | path

Searched refs:sw_pix_fmt (Results 1 – 22 of 22) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcuviddec.c205 av_get_pix_fmt_name(avctx->sw_pix_fmt)); in cuvid_handle_video_sequence()
275 hwframe_ctx->sw_format != avctx->sw_pix_fmt)) { in cuvid_handle_video_sequence()
281 av_get_pix_fmt_name(hwframe_ctx->sw_format), av_get_pix_fmt_name(avctx->sw_pix_fmt)); in cuvid_handle_video_sequence()
291 switch (avctx->sw_pix_fmt) { in cuvid_handle_video_sequence()
307 av_get_pix_fmt_name(avctx->sw_pix_fmt)); in cuvid_handle_video_sequence()
327 hwframe_ctx->sw_format = avctx->sw_pix_fmt; in cuvid_handle_video_sequence()
524 pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in cuvid_output_frame()
559 pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in cuvid_output_frame()
Dnvdec.c347 sw_desc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in ff_nvdec_decode_init()
357 cuvid_chroma_format = map_chroma_format(avctx->sw_pix_fmt); in ff_nvdec_decode_init()
705 sw_desc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in ff_nvdec_frame_params()
715 cuvid_chroma_format = map_chroma_format(avctx->sw_pix_fmt); in ff_nvdec_frame_params()
Dencode.c463 if (avctx->sw_pix_fmt != AV_PIX_FMT_NONE && in encode_preinit_video()
464 avctx->sw_pix_fmt != frames_ctx->sw_format) { in encode_preinit_video()
468 av_get_pix_fmt_name(avctx->sw_pix_fmt), in encode_preinit_video()
472 avctx->sw_pix_fmt = frames_ctx->sw_format; in encode_preinit_video()
Dvideotoolbox_vp9.c69 int subsampling = get_vpx_chroma_subsampling(avctx->sw_pix_fmt, avctx->chroma_sample_location); in ff_videotoolbox_vpcc_extradata_create()
Dvdpau.c88 switch (avctx->sw_pix_fmt) { in MAKE_ACCESSORS()
135 hw_frames->sw_format = avctx->sw_pix_fmt; in ff_vdpau_common_frame_params()
Doptions.c124 s->sw_pix_fmt = AV_PIX_FMT_NONE; in init_context_defaults()
Dvaapi_vp9.c44 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vaapi_vp9_start_frame()
Dnvdec_vp9.c34 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in nvdec_vp9_start_frame()
Dvdpau_vp9.c42 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_vp9_start_frame()
Ddxva2.c348 D3DFORMAT surface_format = avctx->sw_pix_fmt == AV_PIX_FMT_YUV420P10 ? in dxva2_create_decoder()
629 frames_ctx->sw_format = avctx->sw_pix_fmt == AV_PIX_FMT_YUV420P10 ? in ff_dxva2_common_frame_params()
Ddxva2_vp9.c49 const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in fill_picture_parameters()
Dpthread_frame.c286 dst->sw_pix_fmt = src->sw_pix_fmt; in update_context_from_thread()
Dvdpau_av1.c58 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_av1_start_frame()
Davcodec.h1739 enum AVPixelFormat sw_pix_fmt; member
Ddecode.c1118 avctx->sw_pix_fmt = fmt[n - 1]; in ff_get_format()
1456 avctx->sw_pix_fmt = avctx->pix_fmt; in ff_get_buffer()
Dvaapi_decode.c292 source_format = avctx->sw_pix_fmt; in vaapi_decode_find_best_format()
Dqsvenc.c536 avctx->sw_pix_fmt : avctx->pix_fmt; in init_video_param_jpeg()
603 avctx->sw_pix_fmt : avctx->pix_fmt; in init_video_param()
Dqsvdec.c285 hwframes_ctx->sw_format = avctx->sw_pix_fmt; in qsv_decode_preinit()
Dvideotoolbox.c1135 const AVPixFmtDescriptor *descriptor = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in videotoolbox_best_pixel_format()
Dvideotoolboxenc.c418 …av_pix_fmt_desc_get(avctx->pix_fmt == AV_PIX_FMT_VIDEOTOOLBOX ? avctx->sw_pix_fmt : avctx->pix_fmt… in get_cm_codec_type()
/third_party/ffmpeg/fftools/
Dffmpeg_qsv.c96 frames_ctx->sw_format = s->sw_pix_fmt; in qsv_init()
/third_party/ffmpeg/doc/
DAPIchanges1390 Add AVCodecContext.sw_pix_fmt.