Searched refs:hw_buf (Results 1 – 2 of 2) sorted by relevance
152 MppBuffer hw_buf = NULL; in read_jpeg_file() local155 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()
219 MppBuffer hw_buf; member