Home
last modified time | relevance | path

Searched defs:VAEncPictureParameterBufferHEVC (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libva/va/
H A Dva_enc_hevc.h751 } VAEncPictureParameterBufferHEVC; typedef
/aosp_15_r20/external/rust/cros-libva/lib/src/buffer/
Dhevc.rs1019 pub(crate) fn inner_mut(&mut self) -> &mut bindings::VAEncPictureParameterBufferHEVC { in inner_mut()