Home
last modified time | relevance | path

Searched refs:bEndOfStream (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/example/mod/sys/
H A Dtest_sys_avio.cpp43 vstream->u32Len, vstream->u64PTS, vstream->bEndOfStream); in test_dump_vstream_info()
59 vstream.bEndOfStream = RK_FALSE; in test_video_stream()
71 vstream.bEndOfStream = RK_FALSE; in test_video_stream()
89 vstream.bEndOfStream = RK_FALSE; in test_video_stream()
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_vdec.cpp119 stStream.bEndOfStream = stStreamData.bEndOfStream; in TEST_VDEC_SendStreamProc()
133 if (stStreamData.bEndOfStream) { in TEST_VDEC_SendStreamProc()
/OK3568_Linux_fs/external/rockit/mpi/example/include/
H A Dtest_comm_tmd.h45 RK_BOOL bEndOfStream; member
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_adec.h67 RK_BOOL bEndOfStream; /* EOS flag */ member
H A Drk_comm_vdec.h99 RK_BOOL bEndOfStream; /* W; is the end of all stream */ member
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_adec.cpp51 RK_LOGI("EOS flag : %d", pstStat.bEndOfStream); in query_adec_flow_graph_stat()
H A Dtest_mpi_vdec.cpp460 stStream.bEndOfStream = s32ReachEOS ? RK_TRUE : RK_FALSE; in mpi_send_stream()
H A Dtest_mpi_all.cpp219 stStream.bEndOfStream = s32ReachEOS ? RK_TRUE : RK_FALSE; in mpi_send_stream()