|  SKYENGINE API  
      参考手册返回目录 | 
  
 (int32 code = 
      3014,  
  
  
  
     int32 mr_platEx 
    
       
uint8* input, 
int32 input_len, 
uint8** output, 
      
int32* output_len, 
MR_PLAT_EX_CB* 
  cb
)
Description
绘制mtk资源格式的图片。
Parameters
  
    
    
       
    Name 
      Description 
       
    input 
      T_DRAW_DIRECT_REQ数据结构指针 
       
    input_len 
      T_DRAW_DIRECT_REQ数据结构大小 
       
    output 
      无 
       
    output_len 
      无 
       cb 
      无 
MR_SUCCESS 成功
MR_FAILED 失败
MR_IGNORE 不支持该功能
输入数据结构:
typedef struct
{
char *src;
int32 src_len;
int32 src_type;
int32 ox;
int32 oy;
int32 w;
int32 h;
}T_DRAW_DIRECT_REQ;