Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
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()
203 hw_pix_fmt = config->pix_fmt; in main()
/third_party/ffmpeg/libavcodec/
Davcodec.h3360 enum AVPixelFormat hw_pix_fmt,
Ddecode.c1230 enum AVPixelFormat hw_pix_fmt, in avcodec_get_hw_frames_parameters() argument
1242 if (hw_config->public.pix_fmt == hw_pix_fmt) in avcodec_get_hw_frames_parameters()