Searched refs:sw_pix_fmt (Results 1 – 22 of 22) sorted by relevance
205 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()
347 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()
463 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()
69 int subsampling = get_vpx_chroma_subsampling(avctx->sw_pix_fmt, avctx->chroma_sample_location); in ff_videotoolbox_vpcc_extradata_create()
88 switch (avctx->sw_pix_fmt) { in MAKE_ACCESSORS()135 hw_frames->sw_format = avctx->sw_pix_fmt; in ff_vdpau_common_frame_params()
124 s->sw_pix_fmt = AV_PIX_FMT_NONE; in init_context_defaults()
44 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vaapi_vp9_start_frame()
34 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in nvdec_vp9_start_frame()
42 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_vp9_start_frame()
348 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()
49 const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in fill_picture_parameters()
286 dst->sw_pix_fmt = src->sw_pix_fmt; in update_context_from_thread()
58 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_av1_start_frame()
1739 enum AVPixelFormat sw_pix_fmt; member
1118 avctx->sw_pix_fmt = fmt[n - 1]; in ff_get_format()1456 avctx->sw_pix_fmt = avctx->pix_fmt; in ff_get_buffer()
292 source_format = avctx->sw_pix_fmt; in vaapi_decode_find_best_format()
536 avctx->sw_pix_fmt : avctx->pix_fmt; in init_video_param_jpeg()603 avctx->sw_pix_fmt : avctx->pix_fmt; in init_video_param()
285 hwframes_ctx->sw_format = avctx->sw_pix_fmt; in qsv_decode_preinit()
1135 const AVPixFmtDescriptor *descriptor = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in videotoolbox_best_pixel_format()
418 …av_pix_fmt_desc_get(avctx->pix_fmt == AV_PIX_FMT_VIDEOTOOLBOX ? avctx->sw_pix_fmt : avctx->pix_fmt… in get_cm_codec_type()
96 frames_ctx->sw_format = s->sw_pix_fmt; in qsv_init()
1390 Add AVCodecContext.sw_pix_fmt.