Home
last modified time | relevance | path

Searched refs:MAX_HYB_HIERP_LAYERS (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h45 #define MAX_HYB_HIERP_LAYERS 6 macro
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h49 #define MAX_HYB_HIERP_LAYERS 6 macro
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h55 #define MAX_HYB_HIERP_LAYERS 6 macro
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp525 if (hybrid_hp <= MAX_HYB_HIERP_LAYERS) { in component_init()
Dvideo_encoder_device_v4l2.cpp4325 if (!layers || layers > MAX_HYB_HIERP_LAYERS) { in venc_set_hybrid_hierp()
4839 temporal_layers_config.nMaxLayers = MAX_HYB_HIERP_LAYERS; // TODO: get this count from codec in venc_get_temporal_layer_caps()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp5572 if (!hhp->nHpLayers || hhp->nHpLayers > MAX_HYB_HIERP_LAYERS) { in venc_set_hybrid_hierp()
6288 temporal_layers_config.nMaxLayers = MAX_HYB_HIERP_LAYERS; // TODO: get this count from codec in venc_get_temporal_layer_caps()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp6135 if (!hhp->nHpLayers || hhp->nHpLayers > MAX_HYB_HIERP_LAYERS) { in venc_set_hybrid_hierp()
7050 temporal_layers_config.nMaxLayers = MAX_HYB_HIERP_LAYERS; // TODO: get this count from codec in venc_get_temporal_layer_caps()