Searched refs:output_buffer (Results 1 – 6 of 6) sorted by relevance
306 init_decode->output_buffer.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in init_decoder()308 ioctl_msg.outputparam = &init_decode->output_buffer; in init_decoder()318 init_decode->output_buffer.buffer_size,\ in init_decoder()319 init_decode->output_buffer.mincount,\ in init_decoder()320 init_decode->output_buffer.actualcount); in init_decoder()400 buffercount = decode_context->output_buffer.actualcount; in free_buffer()480 buffercount = decode_context->output_buffer.actualcount; in allocate_buffer()481 alignedsize = decode_context->output_buffer.alignment; in allocate_buffer()482 buffersize = decode_context->output_buffer.buffer_size; in allocate_buffer()624 while (i < decode_context->output_buffer.mincount) in start_decoding()
368 ioctl_msg.outputparam = &init_decode->output_buffer; in init_encoder()378 (int)init_decode->output_buffer.datasize,\ in init_encoder()379 (int)init_decode->output_buffer.mincount,\ in init_encoder()380 (int)init_decode->output_buffer.actualcount); in init_encoder()460 buffercount = encoder_context->output_buffer.actualcount; in free_buffer()525 buffercount = encoder_context->output_buffer.actualcount; in allocate_buffer()526 alignedsize = encoder_context->output_buffer.alignment; in allocate_buffer()527 buffersize = encoder_context->output_buffer.datasize; in allocate_buffer()650 while (i < encoder_context->output_buffer.actualcount) in start_encoding()
45 struct vdec_allocatorproperty output_buffer; member
157 struct vdec_allocatorproperty output_buffer; member
53 struct venc_allocatorproperty output_buffer; member
1033 driver_context.output_buffer.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in component_init()1035 ioctl_msg.outputparam = &driver_context.output_buffer; in component_init()1045 m_out_buf_count_recon = m_out_buf_count = driver_context.output_buffer.actualcount; in component_init()1046 m_out_buf_count_min_recon = m_out_buf_count_min = driver_context.output_buffer.mincount; in component_init()1048 alignment = driver_context.output_buffer.alignment; in component_init()1049 buffer_size = driver_context.output_buffer.buffer_size; in component_init()2352 driver_context.output_buffer.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in set_parameter()2354 ioctl_msg.outputparam = &driver_context.output_buffer; in set_parameter()2362 driver_context.output_buffer.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in set_parameter()2363 driver_context.output_buffer.actualcount = in set_parameter()[all …]