Home
last modified time | relevance | path

Searched refs:sw_pix_fmt (Results 1 - 21 of 21) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A 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()
810 // pix_fmt be set to AV_PIX_FMT_CUDA early. The sw_pix_fmt, and the in cuvid_decode_init()
H A 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()
466 "Mismatching AVCodecContext.sw_pix_fmt (%s) " 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()
H A 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()
H A Dvideotoolbox_vp9.c69 int subsampling = get_vpx_chroma_subsampling(avctx->sw_pix_fmt, avctx->chroma_sample_location); in ff_videotoolbox_vpcc_extradata_create()
H A 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()
H A Dnvdec_vp9.c34 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in nvdec_vp9_start_frame()
H A Dvaapi_vp9.c44 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vaapi_vp9_start_frame()
H A Doptions.c124 s->sw_pix_fmt = AV_PIX_FMT_NONE; in init_context_defaults()
H A Dvdpau_vp9.c42 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_vp9_start_frame()
H A Davcodec.h636 * be retrieved from \ref sw_pix_fmt.
1739 enum AVPixelFormat sw_pix_fmt; member
H A Ddxva2_vp9.c49 const AVPixFmtDescriptor * pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in fill_picture_parameters()
H A Dvdpau_av1.c58 const AVPixFmtDescriptor *pixdesc = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in vdpau_av1_start_frame()
H A 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()
H A Dpthread_frame.c286 dst->sw_pix_fmt = src->sw_pix_fmt; in update_context_from_thread()
H A Dvaapi_decode.c292 source_format = avctx->sw_pix_fmt; in vaapi_decode_find_best_format()
H A 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()
H A 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()
H A Dvideotoolbox.c1135 const AVPixFmtDescriptor *descriptor = av_pix_fmt_desc_get(avctx->sw_pix_fmt); in videotoolbox_best_pixel_format()
H A Dqsvdec.c285 hwframes_ctx->sw_format = avctx->sw_pix_fmt; in qsv_decode_preinit()
787 // sw_pix_fmt, coded_width/height should be set for ff_get_format(), in qsv_process_data()
788 // assume sw_pix_fmt is NV12 and coded_width/height to be 1280x720, in qsv_process_data()
H A Dvideotoolboxenc.c418 const AVPixFmtDescriptor *desc = 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/
H A Dffmpeg_qsv.c96 frames_ctx->sw_format = s->sw_pix_fmt; in qsv_init()

Completed in 27 milliseconds