Searched refs:buffercount (Results 1 – 3 of 3) sorted by relevance
368 unsigned int buffercount = 0,i=0; in free_buffer() local378 buffercount = decode_context->input_buffer.actualcount; in free_buffer()381 for (i=0;i<buffercount;i++) in free_buffer()400 buffercount = decode_context->output_buffer.actualcount; in free_buffer()405 for (i=0;i<buffercount;i++) in free_buffer()419 for (i=0;i<buffercount;i++) in free_buffer()448 unsigned int buffercount = 0,i=0,alignedsize=0; in allocate_buffer() local466 buffercount = decode_context->input_buffer.actualcount; in allocate_buffer()480 buffercount = decode_context->output_buffer.actualcount; in allocate_buffer()486 calloc (sizeof (struct vdec_output_frameinfo *),buffercount); in allocate_buffer()[all …]
428 unsigned int buffercount = 0,i=0; in free_buffer() local438 buffercount = encoder_context->input_buffer.actualcount; in free_buffer()441 for (i=0;i<buffercount;i++) in free_buffer()460 buffercount = encoder_context->output_buffer.actualcount; in free_buffer()465 for (i=0;i<buffercount;i++) in free_buffer()493 unsigned int buffercount = 0,i=0,alignedsize=0; in allocate_buffer() local511 buffercount = encoder_context->input_buffer.actualcount; in allocate_buffer()525 buffercount = encoder_context->output_buffer.actualcount; in allocate_buffer()538 calloc (sizeof (struct venc_bufferpayload *),buffercount); in allocate_buffer()559 for (i=0; i< buffercount; i++) in allocate_buffer()[all …]
1072 unsigned int buffercount, unsigned int &max_queueable) in allocPreviewBufs() argument1092 buffercount); in allocPreviewBufs()