![]() |
![]() |
#include <xdc/std.h>
#include <ti/sdo/ce/Engine.h>
#include <ti/sdo/ce/image/imgdec.h>
#include <ti/sdo/dmai/Dmai.h>
#include <ti/sdo/dmai/Buffer.h>
Go to the source code of this file.
Typedefs | |
typedef struct Idec_Object * | Idec_Handle |
Handle through which to reference an Image Decode algorithm. | |
Functions | |
Idec_Handle | Idec_create (Engine_Handle hEngine, Char *codecName, IMGDEC_Params *params, IMGDEC_DynamicParams *dynParams) |
Creates an Image Decode (XDM 0.9) algorithm instance. | |
Int | Idec_process (Idec_Handle hId, Buffer_Handle hInBuf, Buffer_Handle hOutBuf) |
Decodes an image buffer. | |
Int | Idec_delete (Idec_Handle hId) |
Deletes an Image Decode algorithm instance. | |
IMGDEC_Handle | Idec_getVisaHandle (Idec_Handle hId) |
Get the IMGDEC handle from the Idec module instance. | |
Int32 | Idec_getInBufSize (Idec_Handle hId) |
Get the input buffer size required by the codec. | |
Int32 | Idec_getOutBufSize (Idec_Handle hId) |
Get the output buffer size required by the codec. | |
Variables | |
const IMGDEC_Params | Idec_Params_DEFAULT |
Default XDM parameters for an Image Decode algorithm. | |
const IMGDEC_DynamicParams | Idec_DynamicParams_DEFAULT |
Default XDM dynamic parameters for an Image Decode algorithm. |