Home
last modified time | relevance | path

Searched defs:entrypoints (Results 1 – 3 of 3) sorted by relevance

/system/cros-codecs/src/encoder/stateless/vp9/
Dvaapi.rs339 let entrypoints = display.query_config_entrypoints(VAProfileVP9Profile0).unwrap(); in test_simple_encode_frame() localVariable
438 let entrypoints = display.query_config_entrypoints(VAProfileVP9Profile0).unwrap(); in test_vaapi_encoder() localVariable
527 let entrypoints = display.query_config_entrypoints(VAProfileVP9Profile2).unwrap(); in test_vaapi_encoder_p010() localVariable
/system/cros-codecs/src/encoder/stateless/h264/
Dvaapi.rs518 let entrypoints = display.query_config_entrypoints(VAProfileH264Main).unwrap(); in test_simple_encode_slice() localVariable
636 let entrypoints = display.query_config_entrypoints(VAProfileH264Main).unwrap(); in test_vaapi_encoder() localVariable
/system/cros-codecs/src/encoder/stateless/av1/
Dvaapi.rs650 let entrypoints = display.query_config_entrypoints(VAProfileAV1Profile0).unwrap(); in test_single_frame() localVariable
843 let entrypoints = display.query_config_entrypoints(VAProfileAV1Profile0).unwrap(); in test_vaapi_encoder() localVariable
933 let entrypoints = display.query_config_entrypoints(VAProfileAV1Profile0).unwrap(); in test_vaapi_encoder_p010() localVariable