pub const AV_HWFRAME_MAP_DIRECT: _bindgen_ty_3 = 8;Expand description
The mapping must be direct. That is, there must not be any copying in the map or unmap steps. Note that performance of direct mappings may be much lower than normal memory.
pub const AV_HWFRAME_MAP_DIRECT: _bindgen_ty_3 = 8;The mapping must be direct. That is, there must not be any copying in the map or unmap steps. Note that performance of direct mappings may be much lower than normal memory.