Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h53 #define MAX_AVC_HP_LAYERS (4) macro
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h55 #define MAX_AVC_HP_LAYERS (4) macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h50 #define MAX_AVC_HP_LAYERS (4) macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h56 #define MAX_AVC_HP_LAYERS (4) macro
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h55 #define MAX_AVC_HP_LAYERS (4) macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp6347 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()