Home
last modified time | relevance | path

Searched refs:VO_MAX_LAYER_NUM (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/rockit/mpi/sdk/include/
H A Drk_defines.h57 #define VO_MAX_LAYER_NUM 8 /* max layer num */ macro
/OK3568_Linux_fs/external/rockit/mpi/example/mod/
H A Dtest_mpi_vo.cpp2251 if ((ctx->VoLayerMode == 2) && (ctx->VoLayer > VO_MAX_LAYER_NUM)) { in check_options()
2252 RK_LOGE("illegal param, pls enter 0 or 2 max VoLyer is %d!", VO_MAX_LAYER_NUM); in check_options()
2255 if ((ctx->VoLayerMode == 1) && (ctx->VoLayer > VO_MAX_LAYER_NUM)) { in check_options()
2256 RK_LOGE("illegal param, pls enter 4 or 5 max VoLyer is %d!", VO_MAX_LAYER_NUM); in check_options()