Searched refs:ad_hoc (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | hwconfig.h | 45 #define HW_CONFIG_HWACCEL(device, frames, ad_hoc, format, device_type_, name) \ argument 51 (ad_hoc ? AV_CODEC_HW_CONFIG_METHOD_AD_HOC : 0), \ 82 #define HW_CONFIG_ENCODER(device, frames, ad_hoc, format, device_type_) \ argument 88 (ad_hoc ? AV_CODEC_HW_CONFIG_METHOD_AD_HOC : 0), \
|