Lines Matching defs:size

206         int size = 0;
208 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.m4v",
211 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.264",
214 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.263",
217 size = snprintf(m_debug.outfile_name, PROPERTY_VALUE_MAX, "%s/output_enc_%d_%d_%p.ivf",
220 if ((size > PROPERTY_VALUE_MAX) || (size < 0)) {
221 DEBUG_PRINT_ERROR("Failed to open output file: %s for logging as size:%d",
222 m_debug.outfile_name, size);
247 int size = snprintf(m_debug.infile_name, PROPERTY_VALUE_MAX, "%s/input_enc_%d_%d_%p.yuv",
250 if ((size > PROPERTY_VALUE_MAX) || (size < 0)) {
251 DEBUG_PRINT_ERROR("Failed to open input file: %s for logging size:%d",
252 m_debug.infile_name, size);
657 // For ION memory allocations of the allocated buffer size
659 // size to 4k.
721 DEBUG_PRINT_LOW("Updating the buffer count/size for the new resolution");
1440 recon_buff_size.height, recon_buff_size.size, recon_buff_size.alignment,
1444 if (pmem_allocate(recon_buff_size.size, recon_buff_size.alignment,i)) {
1452 OMX_U32 venc_dev::pmem_allocate(OMX_U32 size, OMX_U32 alignment, OMX_U32 count)
1469 recon_buff[count].alloc_data.len = size;
1510 allocation.size = size;
1518 allocation.align, allocation.size);
1523 buf_addr = mmap(NULL, size,
1546 DEBUG_PRINT_HIGH("Allocated virt:%p, FD: %d of size %d", buf_addr, pmem_fd, size);
1548 recon_addr.buffer_size = size;
1562 recon_buff[count].size = size;
1566 DEBUG_PRINT_ERROR("Allocated virt:%p, FD: %d of size %d at index: %d", recon_buff[count].virtual_address,
1567 recon_buff[count].pmem_fd, recon_buff[count].size, count);
1582 recon_addr.buffer_size = recon_buff[cnt].size;
1589 munmap(recon_buff[cnt].virtual_address, recon_buff[cnt].size);
1603 DEBUG_PRINT_LOW("cleaning Index %d of size %d",cnt,recon_buff[cnt].size);
1608 recon_buff[cnt].size = 0;
1690 dev_buffer.maped_size = pmem_tmp->size;
1691 dev_buffer.sz = pmem_tmp->size;
1742 dev_buffer.sz = pmem_tmp->size;
1743 dev_buffer.maped_size = pmem_tmp->size;
1779 dev_buffer.maped_size = pmem_tmp->size;
1780 dev_buffer.sz = pmem_tmp->size;
1798 dev_buffer.sz = pmem_tmp->size;
1799 dev_buffer.maped_size = pmem_tmp->size;
2449 DEBUG_PRINT_LOW("%s(): mode = %u, size = %u", __func__, multislice_cfg.mslice_mode,
2549 DEBUG_PRINT_LOW("%s(): mode = %u, size = %u", __func__, multislice_cfg.mslice_mode,