Searched defs:H (Results  1 – 10 of 10) sorted by relevance
| /system/cros-codecs/src/decoder/stateless/ | 
| D | vp8.rs | 113     fn replace_reference(reference: &mut Option<H>, handle: &H) {  in replace_reference() 120         decoded_handle: &H,  in update_references()
  | 
| D | h264.rs | 509     ) -> 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/ | 
| D | legacy.rs | 200         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/ | 
| D | perboot.rs | 50     fn hash<H: std::hash::Hasher>(&self, state: &mut H) {  in hash()
  | 
| /system/cros-codecs/src/encoder/stateless/h264/ | 
| D | vaapi.rs | 184         request: &Request<'_, H>,  in build_enc_pic_param()  argument 357         request: Request<'_, H>,  in encode_slice()  argument
  | 
| /system/cros-codecs/src/ | 
| D | encoder.rs | 194     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/ | 
| D | lib.rs | 82 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/ | 
| D | stateless.rs | 455     pub fn test_decode_stream<D, H, FP, L>(  in test_decode_stream()  argument
  | 
| /system/authgraph/tests/src/ | 
| D | lib.rs | 73 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/ | 
| D | vaapi.rs | 184         request: &Request<H>,  in build_pic_param()
  |