Home
last modified time | relevance | path

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

/drivers/staging/greybus/
A Dspilib.c52 size_t headers_size; in tx_header_fit_operation() local
55 headers_size = (count + 1) * sizeof(struct gb_spi_transfer); in tx_header_fit_operation()
57 return tx_size + headers_size > data_max ? 0 : 1; in tx_header_fit_operation()
84 size_t headers_size; in calc_tx_xfer_size() local
87 headers_size = (count + 1) * sizeof(struct gb_spi_transfer); in calc_tx_xfer_size()
89 if (tx_size + headers_size + len > data_max) in calc_tx_xfer_size()
/drivers/media/platform/verisilicon/
A Dhantro_g2_vp9_dec.c779 unsigned int headers_size; in config_source() local
782 headers_size = dec_params->uncompressed_header_size in config_source()
787 tmp_addr = stream_base + headers_size; in config_source()
797 src_len += start_bit / 8 - headers_size; in config_source()

Completed in 7 milliseconds