Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcuviddec.c197 av_get_pix_fmt_name(avctx->sw_pix_fmt)); in cuvid_handle_video_sequence()
267 hwframe_ctx->sw_format != avctx->sw_pix_fmt)) { in cuvid_handle_video_sequence()
273 av_get_pix_fmt_name(hwframe_ctx->sw_format), av_get_pix_fmt_name(avctx->sw_pix_fmt)); in cuvid_handle_video_sequence()
283 switch (avctx->sw_pix_fmt) { in cuvid_handle_video_sequence()
299 av_get_pix_fmt_name(avctx->sw_pix_fmt)); in cuvid_handle_video_sequence()
319 hwframe_ctx->sw_format = avctx->sw_pix_fmt; in cuvid_handle_video_sequence()
517 pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in cuvid_output_frame()
552 pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in cuvid_output_frame()
Dencode.c669 if (avctx->sw_pix_fmt != AV_PIX_FMT_NONE && in ff_encode_preinit()
670 avctx->sw_pix_fmt != frames_ctx->sw_format) { in ff_encode_preinit()
674 av_get_pix_fmt_name(avctx->sw_pix_fmt), in ff_encode_preinit()
678 avctx->sw_pix_fmt = frames_ctx->sw_format; in ff_encode_preinit()
Dnvdec.c346 sw_desc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in ff_nvdec_decode_init()
356 cuvid_chroma_format = map_chroma_format(avctx->sw_pix_fmt); in ff_nvdec_decode_init()
704 sw_desc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in ff_nvdec_frame_params()
714 cuvid_chroma_format = map_chroma_format(avctx->sw_pix_fmt); in ff_nvdec_frame_params()
Dvdpau.c83 switch (avctx->sw_pix_fmt) { in MAKE_ACCESSORS()
130 hw_frames->sw_format = avctx->sw_pix_fmt; in ff_vdpau_common_frame_params()
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.c43 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_vp9_start_frame()
Doptions.c138 s->sw_pix_fmt = AV_PIX_FMT_NONE; in init_context_defaults()
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.c47 const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in fill_picture_parameters()
Dpthread_frame.c287 dst->sw_pix_fmt = src->sw_pix_fmt; in update_context_from_thread()
Dvaapi_decode.c290 source_format = avctx->sw_pix_fmt; in vaapi_decode_find_best_format()
Davcodec.h2078 enum AVPixelFormat sw_pix_fmt; member
Dqsvenc.c423 avctx->sw_pix_fmt : avctx->pix_fmt; in init_video_param_jpeg()
487 avctx->sw_pix_fmt : avctx->pix_fmt; in init_video_param()
Ddecode.c1344 avctx->sw_pix_fmt = fmt[n - 1]; in ff_get_format()
1942 avctx->sw_pix_fmt = avctx->pix_fmt; in ff_get_buffer()
/third_party/ffmpeg/fftools/
Dffmpeg_qsv.c96 frames_ctx->sw_format = s->sw_pix_fmt; in qsv_init()
/third_party/ffmpeg/doc/examples/
Dqsvdec.c68 frames_ctx->sw_format = avctx->sw_pix_fmt; in get_format()
/third_party/ffmpeg/doc/
DAPIchanges1111 Add AVCodecContext.sw_pix_fmt.