sdk-hwV1.3/external/eyesee-mpp/middleware/sun8iw21/media/include/component/TencCompStream.h

28 lines
368 B
C
Raw Normal View History

2024-05-07 10:09:20 +00:00
#ifndef __TENCCOMPSTREAM_H__
#define __TENCCOMPSTREAM_H__
#include <plat_type.h>
#include <vencoder.h>
#include <mm_comm_tenc.h>
#ifdef __cplusplus
extern "C" {
#endif /* End of #ifdef __cplusplus */
typedef struct TEncStream {
TEXT_STREAM_S *pStream;
int nMilliSec;
} TEncStream;
#ifdef __cplusplus
}
#endif /* End of #ifdef __cplusplus */
#endif