Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp6996 unsigned int last_block_buf_count = 0, block_count = 1; in allocate_output_buffer() local
7001 block_count = (drv_ctx.op_buf.actualcount + block_buf_count - 1) / block_buf_count; in allocate_output_buffer()
7005 block_count, block_buf_count, last_block_buf_count); in allocate_output_buffer()
7009 for (; idx < block_count; idx++) { in allocate_output_buffer()
7010 int cnt = ((idx == block_count - 1) && last_block_buf_count) ? in allocate_output_buffer()
7030 if (idx != block_count) { in allocate_output_buffer()
7039 for (idx = 0; idx < block_count; idx++) { in allocate_output_buffer()
7047 int cnt = ((idx == block_count - 1) && last_block_buf_count) ? in allocate_output_buffer()
7056 if (idx != block_count) { in allocate_output_buffer()
7065 for (; idx < block_count; idx++) { in allocate_output_buffer()
[all …]