Home
last modified time | relevance | path

Searched refs:buffercount (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/media/mm-video/vidc/vdec/test/
Ddecoder_driver_test.c372 unsigned int buffercount = 0,i=0; in free_buffer() local
382 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() local
470 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 …]
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c426 unsigned int buffercount = 0,i=0; in free_buffer() local
436 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() local
509 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 …]
/hardware/ti/omap4xxx/camera/
DCameraHal.cpp1072 unsigned int buffercount, unsigned int &max_queueable) in allocPreviewBufs() argument
1092 buffercount); in allocPreviewBufs()