Home
last modified time | relevance | path

Searched refs:create_config (Results 1 – 9 of 9) sorted by relevance

/external/crosvm/media/libvda/tests/
Dencode_tests.rs16 fn create_config() -> Config { in create_config() function
46 let config = create_config(); in test_initialize_encode_session()
57 let config = create_config(); in test_encode_and_get_buffer_back()
90 let config = create_config(); in test_use_output_buffer_and_get_buffer_back()
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_client_test.cc269 static alts_handshaker_client_test_config* create_config() { in create_config() function
298 alts_handshaker_client_test_config* config = create_config(); in schedule_request_invalid_arg_test()
339 alts_handshaker_client_test_config* config = create_config(); in schedule_request_success_test()
372 alts_handshaker_client_test_config* config = create_config(); in schedule_request_grpc_call_failure_test()
/external/crosvm/media/libva/src/
Ddisplay.rs300 pub fn create_config( in create_config() method
Dlib.rs121 let config = display.create_config(attrs, profile, entrypoint).unwrap(); in libva_utils_mpeg2vldemo()
/external/tensorflow/tensorflow/python/keras/utils/
Dgeneric_utils.py301 def create_config(self, base_config, obj): member in SharedObjectSavingScope
338 return _shared_object_saving_scope().create_config(base_config, obj)
/external/crosvm/src/sys/
Dwindows.rs2020 fn create_config(test_dir: &TempDir) -> Config { in create_config() function
2038 create_config(&TempDir::new().expect("Could not create temporary directory!")); in setup_vm_components_panics_when_no_kernel_provided()
2046 let mut config = create_config(&tempdir); in setup_vm_components_stores_memory_in_bytes()
2055 let mut config = create_config(&tempdir); in setup_vm_components_fails_when_memory_too_large()
/external/skia/bench/
Dnanobench.cpp554 static std::optional<Config> create_config(const SkCommandLineConfig* config) { in create_config() function
686 if (std::optional<Config> config = create_config(array[i].get())) { in create_configs()
/external/crosvm/media/cros-codecs/src/utils/
Dvaapi.rs331 display.create_config(attrs, va_profile, libva::VAEntrypoint::VAEntrypointVLD)?; in open()
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvaapi.rs204 let mut config = display.create_config( in get_raw_caps()