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§

struct aom_codec_frame_buffer_t {
    pub data: *mut u8,
    pub size: usize,
    pub priv_: *mut c_void,
}

Fields§

§data: *mut u8

Pointer to the data buffer

§size: usize

Size of data in bytes

§priv_: *mut c_void

Frame’s private data