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_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
Trait 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) -> bool
1.0.0
This method tests for !=
.