Enum vpx_sys::vpx_img_fmt
[−]
[src]
#[repr(u32)]pub enum vpx_img_fmt { VPX_IMG_FMT_NONE, VPX_IMG_FMT_RGB24, VPX_IMG_FMT_RGB32, VPX_IMG_FMT_RGB565, VPX_IMG_FMT_RGB555, VPX_IMG_FMT_UYVY, VPX_IMG_FMT_YUY2, VPX_IMG_FMT_YVYU, VPX_IMG_FMT_BGR24, VPX_IMG_FMT_RGB32_LE, VPX_IMG_FMT_ARGB, VPX_IMG_FMT_ARGB_LE, VPX_IMG_FMT_RGB565_LE, VPX_IMG_FMT_RGB555_LE, VPX_IMG_FMT_YV12, VPX_IMG_FMT_I420, VPX_IMG_FMT_VPXYV12, VPX_IMG_FMT_VPXI420, VPX_IMG_FMT_I422, VPX_IMG_FMT_I444, VPX_IMG_FMT_I440, VPX_IMG_FMT_444A, VPX_IMG_FMT_I42016, VPX_IMG_FMT_I42216, VPX_IMG_FMT_I44416, VPX_IMG_FMT_I44016, }
Variants
VPX_IMG_FMT_NONEVPX_IMG_FMT_RGB24VPX_IMG_FMT_RGB32VPX_IMG_FMT_RGB565VPX_IMG_FMT_RGB555VPX_IMG_FMT_UYVYVPX_IMG_FMT_YUY2VPX_IMG_FMT_YVYUVPX_IMG_FMT_BGR24VPX_IMG_FMT_RGB32_LEVPX_IMG_FMT_ARGBVPX_IMG_FMT_ARGB_LEVPX_IMG_FMT_RGB565_LEVPX_IMG_FMT_RGB555_LEVPX_IMG_FMT_YV12VPX_IMG_FMT_I420VPX_IMG_FMT_VPXYV12VPX_IMG_FMT_VPXI420VPX_IMG_FMT_I422VPX_IMG_FMT_I444VPX_IMG_FMT_I440VPX_IMG_FMT_444AVPX_IMG_FMT_I42016VPX_IMG_FMT_I42216VPX_IMG_FMT_I44416VPX_IMG_FMT_I44016Trait Implementations
impl Debug for vpx_img_fmt[src]
impl Copy for vpx_img_fmt[src]
impl Clone for vpx_img_fmt[src]
fn clone(&self) -> vpx_img_fmt
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for vpx_img_fmt[src]
fn eq(&self, __arg_0: &vpx_img_fmt) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.