Home
last modified time | relevance | path

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

/aosp_15_r20/external/webrtc/pc/
H A Dsrtp_session.cc175 int need_len = in_len + rtp_auth_tag_len_; // NOLINT in ProtectRtp() local
221 int need_len = in_len + sizeof(uint32_t) + rtcp_auth_tag_len_; // NOLINT in ProtectRtcp() local
/aosp_15_r20/external/rust/android-crates-io/crates/unsafe-libyaml/src/
Dlib.rs64 let need_len = mem::size_of::<usize>(); localVariable
/aosp_15_r20/external/coreboot/util/cbfstool/
H A Dcbfs_image.c1958 size_t need_len; in cbfs_locate_entry() local