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.c368 unsigned int buffercount = 0,i=0; in free_buffer() local
378 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() local
466 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 …]
/hardware/qcom/media/mm-video/vidc/venc/test/
Dvideo_encoder_test.c428 unsigned int buffercount = 0,i=0; in free_buffer() local
438 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() local
511 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 …]
/hardware/ti/omap4xxx/camera/
DCameraHal.cpp1072 unsigned int buffercount, unsigned int &max_queueable) in allocPreviewBufs() argument
1092 buffercount); in allocPreviewBufs()