Searched refs:VdaImplType (Results 1 – 4 of 4) sorted by relevance
18 pub enum VdaImplType { enum37 fn new(typ: VdaImplType) -> Result<Self> { in new()39 VdaImplType::Fake => bindings::vda_impl_type_FAKE, in new()40 VdaImplType::Gavda => bindings::vda_impl_type_GAVDA, in new()41 VdaImplType::Gavd => bindings::vda_impl_type_GAVD, in new()73 pub fn new(typ: VdaImplType) -> Result<Self> { in new()
13 VdaInstance::new(VdaImplType::Fake).expect("failed to create VDAInstance") in create_vda_instance()
334 let vda = decoder::backend::vda::LibvdaDecoder::new(libvda::decode::VdaImplType::Gavda) in create_decoder_device()345 let vda = decoder::backend::vda::LibvdaDecoder::new(libvda::decode::VdaImplType::Gavd) in create_decoder_device()
291 pub fn new(backend_type: libvda::decode::VdaImplType) -> VideoResult<Self> { in new()