Home
last modified time | relevance | path

Searched defs:H (Results 1 – 10 of 10) sorted by relevance

/system/cros-codecs/src/decoder/stateless/
Dvp8.rs113 fn replace_reference(reference: &mut Option<H>, handle: &H) { in replace_reference()
120 decoded_handle: &H, in update_references()
Dh264.rs509 ) -> Result<Option<(RcPictureData, H)>, FindFirstFieldError> { in find_first_field() argument
561 dpb: &'a Dpb<H>, in short_term_pic_list_modification()
633 dpb: &'a Dpb<H>, in long_term_pic_list_modification()
680 ) -> anyhow::Result<DpbPicRefList<H>> { in modify_ref_pic_list()
747 ) -> anyhow::Result<RefPicLists<H>> { in create_ref_pic_lists()
/system/keymint/common/src/keyblob/
Dlegacy.rs200 hmac: &H, in serialize()
223 pub fn deserialize<E: crypto::ConstTimeEq, H: crypto::Hmac>( in deserialize()
259 pub fn compute_hmac<H: crypto::Hmac>( in compute_hmac()
/system/security/keystore2/src/database/
Dperboot.rs50 fn hash<H: std::hash::Hasher>(&self, state: &mut H) { in hash()
/system/cros-codecs/src/encoder/stateless/h264/
Dvaapi.rs184 request: &Request<'_, H>, in build_enc_pic_param() argument
357 request: Request<'_, H>, in encode_slice() argument
/system/cros-codecs/src/
Dencoder.rs194 encoder: &mut impl VideoEncoder<H>, in simple_encode_loop()
195 frame_producer: &mut impl Iterator<Item = (FrameMetadata, H)>, in simple_encode_loop() argument
/system/keymint/tests/src/
Dlib.rs82 pub fn test_hkdf<H: Hmac>(hmac: H) { in test_hkdf()
162 pub fn test_hmac<H: Hmac>(hmac: H) { in test_hmac()
/system/cros-codecs/src/decoder/
Dstateless.rs455 pub fn test_decode_stream<D, H, FP, L>( in test_decode_stream() argument
/system/authgraph/tests/src/
Dlib.rs73 pub fn test_hmac<H: Hmac>(hmac: &H) { in test_hmac()
101 pub fn test_hkdf<H: Hkdf>(h: &H) { in test_hkdf()
/system/cros-codecs/src/encoder/stateless/av1/
Dvaapi.rs184 request: &Request<H>, in build_pic_param()