![]() |
![]() |
#include <xdc/std.h>
#include <ti/sdo/ce/Engine.h>
#include <ti/sdo/ce/image1/imgdec1.h>
#include <ti/sdo/dmai/Dmai.h>
#include <ti/sdo/dmai/Buffer.h>
Go to the source code of this file.
Typedefs | |
typedef struct Idec1_Object * | Idec1_Handle |
Handle through which to reference an Image Decode algorithm. | |
Functions | |
Idec1_Handle | Idec1_create (Engine_Handle hEngine, Char *codecName, IMGDEC1_Params *params, IMGDEC1_DynamicParams *dynParams) |
Creates an Image Decode (XDM 1.0) algorithm instance. | |
Int | Idec1_process (Idec1_Handle hId, Buffer_Handle hInBuf, Buffer_Handle hOutBuf) |
Decodes an image buffer. | |
Int | Idec1_delete (Idec1_Handle hId) |
Deletes an Image Decode algorithm instance. | |
IMGDEC1_Handle | Idec1_getVisaHandle (Idec1_Handle hId) |
Get the IMGDEC1 handle from the Idec1 module instance. | |
Int32 | Idec1_getInBufSize (Idec1_Handle hId) |
Get the input buffer size required by the codec. | |
Int32 | Idec1_getOutBufSize (Idec1_Handle hId) |
Get the output buffer size required by the codec. | |
Variables | |
const IMGDEC1_Params | Idec1_Params_DEFAULT |
Default XDM parameters for an Image Decode algorithm. | |
const IMGDEC1_DynamicParams | Idec1_DynamicParams_DEFAULT |
Default XDM dynamic parameters for an Image Decode algorithm. |