12 struct surface_descriptor_t;
23 std::unique_ptr<platf::avcodec_encode_device_t> make_avcodec_encode_device(
int width,
int height,
bool vram);
24 std::unique_ptr<platf::avcodec_encode_device_t> make_avcodec_encode_device(
int width,
int height,
int offset_x,
int offset_y,
bool vram);
25 std::unique_ptr<platf::avcodec_encode_device_t> make_avcodec_encode_device(
int width,
int height, file_t &&card,
int offset_x,
int offset_y,
bool vram);
28 bool validate(
int fd);
Declarations for common platform specific utilities.
Miscellaneous declarations for Linux.