Searched refs:bitstream_size (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/media/platform/qcom/venus/ |
| D | hfi_plat_bufs_v6.c | 407 u32 aligned_width, aligned_height, bitstream_size; in calculate_enc_scratch_size() local 413 bitstream_size = in calculate_enc_scratch_size() 416 bitstream_size = ALIGN(bitstream_size, HFI_DMA_ALIGNMENT); in calculate_enc_scratch_size() 420 bitbin_size = bitstream_size * 17 / 10; in calculate_enc_scratch_size() 424 bitstream_size = aligned_width * aligned_height * 3; in calculate_enc_scratch_size() 425 bitbin_size = ALIGN(bitstream_size, HFI_DMA_ALIGNMENT); in calculate_enc_scratch_size()
|
| /Linux-v5.15/drivers/media/platform/sti/hva/ |
| D | hva-h264.c | 384 u32 bitstream_size; member 879 return po->bitstream_size; in hva_h264_get_stream_size()
|
| /Linux-v5.15/drivers/media/platform/coda/ |
| D | coda-bit.c | 1064 u32 bitstream_buf, bitstream_size; in coda_start_encoding() local 1077 bitstream_size = q_data_dst->sizeimage; in coda_start_encoding() 1242 coda_write(dev, bitstream_size / 1024, CODA_CMD_ENC_SEQ_BB_SIZE); in coda_start_encoding() 1866 u32 bitstream_buf, bitstream_size; in __coda_decoder_seq_init() local 1882 bitstream_size = ctx->bitstream.size; in __coda_decoder_seq_init() 1903 coda_write(dev, bitstream_size / 1024, CODA_CMD_DEC_SEQ_BB_SIZE); in __coda_decoder_seq_init()
|
| /Linux-v5.15/drivers/media/platform/s5p-jpeg/ |
| D | jpeg-core.c | 2194 unsigned int bitstream_size; in exynos4_jpeg_device_run() local 2255 bitstream_size = DIV_ROUND_UP(ctx->out_q.size, 16); in exynos4_jpeg_device_run() 2259 bitstream_size = DIV_ROUND_UP(ctx->out_q.size, 32); in exynos4_jpeg_device_run() 2262 exynos4_jpeg_set_dec_bitstream_size(jpeg->regs, bitstream_size); in exynos4_jpeg_device_run()
|