Home
last modified time | relevance | path

Searched defs:BufferType (Results 1 – 6 of 6) sorted by relevance

/system/cros-codecs/src/decoder/stateless/vp8/
Dvaapi.rs77 ) -> anyhow::Result<libva::BufferType> { in build_iq_matrix()
109 fn build_probability_table(frame_hdr: &Header) -> libva::BufferType { in build_probability_table()
121 ) -> anyhow::Result<libva::BufferType> { in build_pic_param()
188 fn build_slice_param(frame_hdr: &Header, slice_size: usize) -> anyhow::Result<libva::BufferType> { in build_slice_param()
/system/cros-codecs/src/encoder/stateless/h264/
Dvaapi.rs108 ) -> BufferType { in build_enc_seq_param()
187 ) -> BufferType { in build_enc_pic_param()
244 ) -> BufferType { in build_enc_slice_param()
/system/cros-codecs/src/decoder/stateless/av1/
Dvaapi.rs242 ) -> anyhow::Result<libva::BufferType> {
464 fn build_slice_params_for_tg(tg: &TileGroupObu) -> anyhow::Result<libva::BufferType> { in build_slice_params_for_tg()
485 fn build_slice_data_for_tg(tg: TileGroupObu) -> libva::BufferType { in build_slice_data_for_tg()
/system/cros-codecs/src/decoder/stateless/h264/
Dvaapi.rs184 fn build_iq_matrix(pps: &Pps) -> BufferType { in build_iq_matrix()
206 ) -> anyhow::Result<BufferType> { in build_pic_param()
344 ) -> anyhow::Result<BufferType> { in build_slice_param()
/system/cros-codecs/src/decoder/stateless/h265/
Dvaapi.rs293 fn build_picture_rext(sps: &Sps, pps: &Pps) -> anyhow::Result<BufferType> { in build_picture_rext()
325 fn build_picture_scc(sps: &Sps, pps: &Pps) -> anyhow::Result<BufferType> { in build_picture_scc()
375 ) -> anyhow::Result<(BufferType, [PictureHEVC; 15])> { in build_pic_param()
511 fn build_iq_matrix(sps: &Sps, pps: &Pps) -> BufferType { in build_iq_matrix()
/system/cros-codecs/src/decoder/stateless/vp9/
Dvaapi.rs137 ) -> anyhow::Result<libva::BufferType> {
191 ) -> anyhow::Result<libva::BufferType> {