20 #ifndef GNASH_VAAPIGLOBALCONTEXT_H
21 #define GNASH_VAAPIGLOBALCONTEXT_H
34 std::auto_ptr<VaapiDisplay> _display;
35 std::vector<VAProfile> _profiles;
36 std::vector<VAImageFormat> _image_formats;
37 std::vector<VAImageFormat> _subpicture_formats;
51 bool hasProfile(VAProfile profile)
const;
61 std::vector<VaapiImageFormat> getImageFormats()
const;
66 std::vector<VaapiImageFormat> getSubpictureFormats()
const;
71 VADisplay
display()
const {
return _display->get(); }
76 #endif // GNASH_VAAPIGLOBALCONTEXT_H