Home
last modified time | relevance | path

Searched refs:hw_buf (Results 1 – 2 of 2) sorted by relevance

/rockchip-linux_mpp/utils/
H A Dmpi_dec_utils.c152 MppBuffer hw_buf = NULL; in read_jpeg_file() local
155 mpp_buffer_get(impl->group, &hw_buf, impl->file_size); in read_jpeg_file()
156 mpp_assert(hw_buf); in read_jpeg_file()
158 slot->data = mpp_buffer_get_ptr(hw_buf); in read_jpeg_file()
167 slot->buf = hw_buf; in read_jpeg_file()
/rockchip-linux_mpp/mpp/codec/dec/m2v/
H A Dm2vd_parser.h219 MppBuffer hw_buf; member