Searched refs:nHpLayers (Results 1 – 11 of 11) sorted by relevance
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 3142 …hybrid_hp.nHpLayers, hybrid_hp.nKeyFrameInterval, hybrid_hp.nMinQuantizer, hybrid_hp.nMaxQuantizer… in venc_config_print() 5578 if (!venc_validate_hybridhp_params(hhp->nHpLayers, 0, 0, (int) HIER_P_HYBRID)) { in venc_set_hybrid_hierp() 5583 if (!hhp->nHpLayers || hhp->nHpLayers > MAX_HYB_HIERP_LAYERS) { in venc_set_hybrid_hierp() 5584 DEBUG_PRINT_ERROR("Invalid numbers of layers set: %d (max supported is 6)", hhp->nHpLayers); in venc_set_hybrid_hierp() 5592 hier_layers.numlayers = hhp->nHpLayers; in venc_set_hybrid_hierp() 5626 control.value = hhp->nHpLayers - 1; in venc_set_hybrid_hierp() 5648 control.value = hhp->nHpLayers - 1; in venc_set_hybrid_hierp() 5669 for (OMX_U32 i = 0; i < hhp->nHpLayers; i++) { in venc_set_hybrid_hierp() 5674 if (!venc_set_layer_bitrates((OMX_U32 *)layerBitrates, hhp->nHpLayers)) { in venc_set_hybrid_hierp() 5681 hybrid_hp.nHpLayers = hhp->nHpLayers; in venc_set_hybrid_hierp() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 3522 …hybrid_hp.nHpLayers, hybrid_hp.nKeyFrameInterval, hybrid_hp.nMinQuantizer, hybrid_hp.nMaxQuantizer… in venc_config_print() 6175 if (!venc_validate_hybridhp_params(hhp->nHpLayers, 0, 0, (int) HIER_P_HYBRID)) { in venc_set_hybrid_hierp() 6180 if (!hhp->nHpLayers || hhp->nHpLayers > MAX_HYB_HIERP_LAYERS) { in venc_set_hybrid_hierp() 6181 DEBUG_PRINT_ERROR("Invalid numbers of layers set: %d (max supported is 6)", hhp->nHpLayers); in venc_set_hybrid_hierp() 6189 hier_layers.numlayers = hhp->nHpLayers; in venc_set_hybrid_hierp() 6223 control.value = hhp->nHpLayers - 1; in venc_set_hybrid_hierp() 6245 control.value = hhp->nHpLayers - 1; in venc_set_hybrid_hierp() 6266 for (OMX_U32 i = 0; i < hhp->nHpLayers; i++) { in venc_set_hybrid_hierp() 6271 if (!venc_set_layer_bitrates((OMX_U32 *)layerBitrates, hhp->nHpLayers)) { in venc_set_hybrid_hierp() 6278 hybrid_hp.nHpLayers = hhp->nHpLayers; in venc_set_hybrid_hierp() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 238 unsigned int nHpLayers; member
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 254 unsigned int nHpLayers; member
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A D | omx_video_encoder.cpp | 527 hyb_hp.nHpLayers = hybrid_hp; in component_init() 528 DEBUG_PRINT_LOW("hybrid_hp = 0x%x", hyb_hp.nHpLayers); in component_init() 530 DEBUG_PRINT_ERROR("Failed setting hybrid_hp to %d", hyb_hp.nHpLayers); in component_init()
|
H A D | video_encoder_device_v4l2.cpp | 1912 if (!venc_set_hybrid_hierp(pParam->nHpLayers)) { in venc_set_param()
|
/aosp12/hardware/qcom/media/msm8974/mm-core/inc/ |
H A D | OMX_QCOMExtns.h | 519 OMX_U32 nHpLayers; member
|
/aosp12/hardware/qcom/media/msm8996/mm-core/inc/ |
H A D | OMX_QCOMExtns.h | 637 OMX_U32 nHpLayers; member
|
/aosp12/hardware/qcom/media/msm8998/mm-core/inc/ |
H A D | OMX_QCOMExtns.h | 729 OMX_U32 nHpLayers; member
|
/aosp12/hardware/qcom/sdm845/media/mm-core/inc/ |
H A D | OMX_QCOMExtns.h | 771 OMX_U32 nHpLayers; member
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 2579 temporalParams.nPLayerCountActual = pParam->nHpLayers; in venc_set_param() 2582 temporalParams.nLayerCountMax = pParam->nHpLayers; in venc_set_param()
|