Searched refs:MAX_AVC_HP_LAYERS (Results 1 – 3 of 3) sorted by relevance
50 #define MAX_AVC_HP_LAYERS (4) macro
56 #define MAX_AVC_HP_LAYERS (4) macro
6340 bUseHybridMode |= (isAvc && pTemporalParams->nPLayerCountActual > MAX_AVC_HP_LAYERS); in venc_set_temporal_layers()6394 if (isAvc && pTemporalParams->nPLayerCountActual > MAX_AVC_HP_LAYERS) { in venc_set_temporal_layers()6395 DEBUG_PRINT_ERROR("AVC supports only up to %d layers", MAX_AVC_HP_LAYERS); in venc_set_temporal_layers()