Searched refs:bitstream_size (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/platform/qcom/venus/ |
| H A 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/drivers/media/platform/st/sti/hva/ |
| H A D | hva-h264.c | 384 u32 bitstream_size; member 879 return po->bitstream_size; in hva_h264_get_stream_size()
|
| /linux/drivers/media/platform/chips-media/coda/ |
| H A D | coda-bit.c | 1066 u32 bitstream_buf, bitstream_size; in coda_start_encoding() local 1079 bitstream_size = q_data_dst->sizeimage; in coda_start_encoding() 1250 coda_write(dev, bitstream_size / 1024, CODA_CMD_ENC_SEQ_BB_SIZE); in coda_start_encoding() 1874 u32 bitstream_buf, bitstream_size; in __coda_decoder_seq_init() local 1890 bitstream_size = ctx->bitstream.size; in __coda_decoder_seq_init() 1911 coda_write(dev, bitstream_size / 1024, CODA_CMD_DEC_SEQ_BB_SIZE); in __coda_decoder_seq_init()
|
| /linux/drivers/media/platform/samsung/s5p-jpeg/ |
| H A D | jpeg-core.c | 2189 unsigned int bitstream_size; in exynos4_jpeg_device_run() local 2250 bitstream_size = DIV_ROUND_UP(ctx->out_q.size, 16); in exynos4_jpeg_device_run() 2254 bitstream_size = DIV_ROUND_UP(ctx->out_q.size, 32); in exynos4_jpeg_device_run() 2257 exynos4_jpeg_set_dec_bitstream_size(jpeg->regs, bitstream_size); in exynos4_jpeg_device_run()
|
| /linux/drivers/media/platform/chips-media/wave5/ |
| H A D | wave5-vpu-enc.c | 308 vb2_set_plane_payload(&dst_buf->vb2_buf, 0, enc_output_info.bitstream_size); in wave5_vpu_enc_finish_encode()
|