Searched refs:output_buffer (Results 1 – 7 of 7) sorted by relevance
296 init_decode->output_buffer.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in init_decoder()298 ioctl_msg.out = &init_decode->output_buffer; in init_decoder()307 init_decode->output_buffer.buffer_size,\ in init_decoder()308 init_decode->output_buffer.mincount,\ in init_decoder()309 init_decode->output_buffer.actualcount); in init_decoder()384 buffercount = decode_context->output_buffer.actualcount; in free_buffer()454 buffercount = decode_context->output_buffer.actualcount; in allocate_buffer()455 alignedsize = decode_context->output_buffer.alignment; in allocate_buffer()456 buffersize = decode_context->output_buffer.buffer_size; in allocate_buffer()587 while (i < decode_context->output_buffer.mincount) { in start_decoding()
310 init_decode->output_buffer.buffer_type = VDEC_BUFFER_TYPE_OUTPUT; in init_decoder()312 ioctl_msg.out = &init_decode->output_buffer; in init_decoder()322 init_decode->output_buffer.buffer_size,\ in init_decoder()323 init_decode->output_buffer.mincount,\ in init_decoder()324 init_decode->output_buffer.actualcount); in init_decoder()404 buffercount = decode_context->output_buffer.actualcount; in free_buffer()484 buffercount = decode_context->output_buffer.actualcount; in allocate_buffer()485 alignedsize = decode_context->output_buffer.alignment; in allocate_buffer()486 buffersize = decode_context->output_buffer.buffer_size; in allocate_buffer()629 while (i < decode_context->output_buffer.mincount) in start_decoding()
366 ioctl_msg.out = &init_decode->output_buffer; in init_encoder()376 (int)init_decode->output_buffer.datasize,\ in init_encoder()377 (int)init_decode->output_buffer.mincount,\ in init_encoder()378 (int)init_decode->output_buffer.actualcount); in init_encoder()458 buffercount = encoder_context->output_buffer.actualcount; in free_buffer()523 buffercount = encoder_context->output_buffer.actualcount; in allocate_buffer()524 alignedsize = encoder_context->output_buffer.alignment; in allocate_buffer()525 buffersize = encoder_context->output_buffer.datasize; in allocate_buffer()648 while (i < encoder_context->output_buffer.actualcount) in start_encoding()
46 struct vdec_allocatorproperty output_buffer; member
45 struct vdec_allocatorproperty output_buffer; member
53 struct venc_allocatorproperty output_buffer; member
52 struct venc_allocatorproperty output_buffer; member