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