Home
last modified time | relevance | path

Searched refs:u32FrameFlag (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/soc/rockchip/
H A Drockchip_rockit.h49 u32 u32FrameFlag; /* FRAME_FLAG_E, can be OR operation. */ member
/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_comm_video.h498 RK_U32 u32FrameFlag; /* FRAME_FLAG_E, can be OR operation. */ member
/OK3568_Linux_fs/external/rockit/mpi/example/common/
H A Dtest_comm_venc.cpp361 stFrame.stVFrame.u32FrameFlag |= s32ReachEOS ? FRAME_FLAG_SNAP_END : 0; in TEST_VENC_SendVencFrameProc()
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vdec.cpp371 if ((sFrame.stVFrame.u32FrameFlag & FRAME_FLAG_SNAP_END) == FRAME_FLAG_SNAP_END) { in mpi_get_pic()
H A Dtest_mpi_gdc.cpp1247 ctx->stTask.stImgIn.stVFrame.u32FrameFlag = 0; in test_mpi_gdc_api()
1255 ctx->stTask.stImgOut.stVFrame.u32FrameFlag = 0; in test_mpi_gdc_api()
H A Dtest_mpi_venc.cpp401 stFrame.stVFrame.u32FrameFlag |= s32ReachEOS ? FRAME_FLAG_SNAP_END : 0; in venc_send_frame()