pub type aom_codec_frame_buffer_t = aom_codec_frame_buffer;Expand description
External frame buffer
This structure holds allocated frame buffers used by the decoder.
Aliased Type§
#[repr(C)]pub struct aom_codec_frame_buffer_t {
pub data: *mut u8,
pub size: usize,
pub priv_: *mut c_void,
}Fields§
§data: *mut u8Pointer to the data buffer
size: usizeSize of data in bytes
priv_: *mut c_voidFrame’s private data