![]() |
![]() |
#include <xdc/std.h>
#include <ti/sdo/dmai/Dmai.h>
#include <ti/sdo/dmai/Buffer.h>
Go to the source code of this file.
Data Structures | |
struct | Smooth_Attrs |
Attributes used to create a Smooth job. More... | |
Typedefs | |
typedef struct Smooth_Object * | Smooth_Handle |
Handle through which to reference a Smooth job. | |
Functions | |
Smooth_Handle | Smooth_create (Smooth_Attrs *attrs) |
Creates a Smooth job. | |
Int | Smooth_config (Smooth_Handle hSmooth, Buffer_Handle hSrcBuf, Buffer_Handle hDstBuf) |
Configure a Smooth job. | |
Int | Smooth_execute (Smooth_Handle hSmooth, Buffer_Handle hSrcBuf, Buffer_Handle hDstBuf) |
Execute a Smooth job. | |
Int | Smooth_delete (Smooth_Handle hSmooth) |
Deletes a Smooth job. | |
Variables | |
const Smooth_Attrs | Smooth_Attrs_DEFAULT |
Default attributes for a Smooth job. |