Searched refs:pstStreamInfo (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/common/ |
| H A D | test_comm_vdec.cpp | 96 STREAM_INFO_S *pstStreamInfo = &pstThreadInfo->stStreamInfo; in TEST_VDEC_SendStreamProc() local 103 s32Ret = TEST_COMM_TmdParserRead(pstStreamInfo, &stStreamData); in TEST_VDEC_SendStreamProc() 123 s32Ret = RK_MPI_VDEC_SendStream(pstStreamInfo->VdecChn, &stStream, 200); in TEST_VDEC_SendStreamProc() 143 RK_S32 TEST_VDEC_StartSendStream(VDEC_CHN VdecChn, STREAM_INFO_S *pstStreamInfo) { in TEST_VDEC_StartSendStream() argument 147 memcpy(&gSendStremThread[VdecChn].stStreamInfo, pstStreamInfo, sizeof(STREAM_INFO_S)); in TEST_VDEC_StartSendStream()
|
| /OK3568_Linux_fs/external/rockit/mpi/example/include/ |
| H A D | test_comm_tmd.h | 51 RK_S32 TEST_COMM_TmdParserOpen(const char *uri, STREAM_INFO_S *pstStreamInfo); 52 RK_S32 TEST_COMM_TmdParserRead(STREAM_INFO_S *pstStreamInfo, STREAM_DATA_S *pstStreamData); 53 RK_S32 TEST_COMM_TmdParserClose(STREAM_INFO_S *pstStreamInfo);
|
| H A D | test_comm_vdec.h | 36 RK_S32 TEST_VDEC_StartSendStream(VDEC_CHN VdecChn, STREAM_INFO_S *pstStreamInfo);
|
| /OK3568_Linux_fs/external/rockit/mpi/example/common/tmedia/ |
| H A D | test_comm_tmd.cpp | 53 RK_S32 TEST_COMM_TmdParserOpen(const char *uri, STREAM_INFO_S *pstStreamInfo) { in TEST_COMM_TmdParserOpen() argument 57 RK_S32 TEST_COMM_TmdParserRead(STREAM_INFO_S *pstStreamInfo, STREAM_DATA_S *pstStreamData) { in TEST_COMM_TmdParserRead() argument 61 RK_S32 TEST_COMM_TmdParserClose(STREAM_INFO_S *pstStreamInfo) { in TEST_COMM_TmdParserClose() argument
|