Home
last modified time | relevance | path

Searched refs:hw_pix_fmt (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/doc/examples/
H A Dhw_decode.c46 static enum AVPixelFormat hw_pix_fmt; variable
69 if (*p == hw_pix_fmt) in get_hw_format()
108 if (frame->format == hw_pix_fmt) { in decode_write()
209 hw_pix_fmt = config->pix_fmt; in main()
/third_party/ffmpeg/libavcodec/
H A Davcodec.h2700 * - The hw_pix_fmt must be one of the choices suggested by get_format. If the
2702 * the user must return the same hw_pix_fmt from get_format.
2703 * - The device_ref passed to this function must support the given hw_pix_fmt.
2728 * - Set the format field to hw_pix_fmt.
2755 * @param hw_pix_fmt The hwaccel format you are going to return from get_format.
2768 * for the hwaccel referenced by hw_pix_fmt.
2772 enum AVPixelFormat hw_pix_fmt,
H A Ddecode.c1004 enum AVPixelFormat hw_pix_fmt, in avcodec_get_hw_frames_parameters()
1016 if (hw_config->public.pix_fmt == hw_pix_fmt) in avcodec_get_hw_frames_parameters()
1002 avcodec_get_hw_frames_parameters(AVCodecContext *avctx, AVBufferRef *device_ref, enum AVPixelFormat hw_pix_fmt, AVBufferRef **out_frames_ref) avcodec_get_hw_frames_parameters() argument

Completed in 8 milliseconds