Searched refs:VeaImplType (Results 1 – 3 of 3) sorted by relevance
16 pub enum VeaImplType { enum33 fn new(typ: VeaImplType) -> Result<Self> { in new()35 VeaImplType::Fake => bindings::vea_impl_type_VEA_FAKE, in new()36 VeaImplType::Gavea => bindings::vea_impl_type_GAVEA, in new()96 pub fn new(impl_type: VeaImplType) -> Result<Self> { in new()
13 VeaInstance::new(VeaImplType::Fake).expect("failed to create VeaInstance") in create_vea_instance()
15 use libvda::encode::VeaImplType;58 let instance = VeaInstance::new(VeaImplType::Gavea)?; in new()