Searched refs:buffercount (Results 1 – 3 of 3) sorted by relevance
372 unsigned int buffercount = 0,i=0; in free_buffer() local382 buffercount = decode_context->input_buffer.actualcount; in free_buffer()385 for (i=0;i<buffercount;i++) in free_buffer()404 buffercount = decode_context->output_buffer.actualcount; in free_buffer()409 for (i=0;i<buffercount;i++) in free_buffer()423 for (i=0;i<buffercount;i++) in free_buffer()452 unsigned int buffercount = 0,i=0,alignedsize=0; in allocate_buffer() local470 buffercount = decode_context->input_buffer.actualcount; in allocate_buffer()484 buffercount = decode_context->output_buffer.actualcount; in allocate_buffer()490 calloc (sizeof (struct vdec_output_frameinfo *),buffercount); in allocate_buffer()[all …]
426 unsigned int buffercount = 0,i=0; in free_buffer() local436 buffercount = encoder_context->input_buffer.actualcount; in free_buffer()439 for (i=0;i<buffercount;i++) in free_buffer()458 buffercount = encoder_context->output_buffer.actualcount; in free_buffer()463 for (i=0;i<buffercount;i++) in free_buffer()491 unsigned int buffercount = 0,i=0,alignedsize=0; in allocate_buffer() local509 buffercount = encoder_context->input_buffer.actualcount; in allocate_buffer()523 buffercount = encoder_context->output_buffer.actualcount; in allocate_buffer()536 calloc (sizeof (struct venc_bufferpayload *),buffercount); in allocate_buffer()557 for (i=0; i< buffercount; i++) in allocate_buffer()[all …]
1072 unsigned int buffercount, unsigned int &max_queueable) in allocPreviewBufs() argument1092 buffercount); in allocPreviewBufs()