![]() |
ISVP-SDK
3.12.0
Ingenic Smart Video Platform SDK
|
IMP解码器头文件 更多...
#include <stdint.h>#include <stdbool.h>
结构体 | |
| struct | IMPDecoderAttr |
| 定义解码器属性 更多... | |
| struct | IMPDecoderCHNAttr |
| 定义解码Channel属性 更多... | |
| struct | IMPDecoderNal |
| 定义解码帧数据属性 更多... | |
| struct | IMPDecoderStream |
| 定义解码器码流属性 更多... | |
函数 | |
| int | IMP_Decoder_CreateChn (int decChn, const IMPDecoderCHNAttr *attr) |
| 创建解码Channel 更多... | |
| int | IMP_Decoder_DestroyChn (int decChn) |
| 销毁解码Channel 更多... | |
| int | IMP_Decoder_StartRecvPic (int decChn) |
| 开启解码Channel接收图像 更多... | |
| int | IMP_Decoder_StopRecvPic (int decChn) |
| 停止解码Channel接收图像 更多... | |
| int | IMP_Decoder_SendStreamTimeout (int decChn, IMPDecoderStream *stream, uint32_t timeoutMsec) |
| 发送需解码数据 更多... | |
| int | IMP_Decoder_PollingFrame (int decChn, uint32_t timeoutMsec) |
| Polling 解码码流缓存 更多... | |
| int | IMP_Decoder_GetFrame (int decChn, IMPFrameInfo **frame) |
| 获取解码码流 更多... | |
| int | IMP_Decoder_ReleaseFrame (int decChn, IMPFrameInfo *frame) |
| 释放码流缓存 更多... | |
IMP解码器头文件
1.8.8