Changes between Version 97 and Version 98 of library_stdio


Ignore:
Timestamp:
Jul 18, 2015, 8:08:59 PM (9 years ago)
Author:
alain
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • library_stdio

    v97 v98  
    364364
    365365 === 2) void '''giet_fbf_cma_init_buf'''( void* buf0_vbase , void* buf1_vbase , void* sts0_vaddr , void* sts1_vaddr ) ===
    366 This function initializes the chained buffer descriptors for the two source buffers and the frame buffer. CMA channel should have been allocated to the calling task in the application mapping.
     366This function initializes the chained buffer descriptors for the two source buffers and the frame buffer.
    367367 * '''buf0_vbase''' is the first user buffer base address,
    368368 * '''buf1_vbase''' is the second user buffer base address,
     
    371371
    372372 === 3) void '''giet_fbf_cma_start'''( unsigned int length ) ===
    373 This function initializes the chained buffer DMA controller (CMA) to transfer a stream of images from two user buffers to the frame buffer. It must be used in conjunction with the giet_fbf_cma_display() function. The chained buffer descriptors should have been initialized by the gift_fbf_cma_init() function.
     373This function initializes the chained buffer DMA controller (CMA) to transfer a stream of images from two user buffers to the frame buffer. It must be used in conjunction with the giet_fbf_cma_display() function. The chained buffer descriptors should have been initialized by the giet_fbf_cma_init_buf() function.
    374374 * '''length''' is the buffer size (bytes).
    375375