Searched refs:VO_MAX_LAYER_NUM (Results 1 – 2 of 2) sorted by relevance
57 #define VO_MAX_LAYER_NUM 8 /* max layer num */ macro
2251 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()