Searched refs:temporal_layers_config (Results 1 – 7 of 7) sorted by relevance
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 274 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_dev() 2976 if (temporal_layers_config.nPLayers) { in venc_start() 3126 if (temporal_layers_config.nPLayers) { in venc_config_print() 3128 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print() 3131 for (OMX_U32 l = 0; temporal_layers_config.bIsBitrateRatioValid in venc_config_print() 3132 && (l < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers); ++l) { in venc_config_print() 3134 l, temporal_layers_config.nTemporalLayerBitrateFraction[l]); in venc_config_print() 5294 if (temporal_layers_config.bIsBitrateRatioValid && temporal_layers_config.nPLayers) { in venc_set_target_bitrate() 5296 numLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_set_target_bitrate() 5301 … (temporal_layers_config.nTemporalLayerBitrateFraction[i] * bitrate.target_bitrate) / 100; in venc_set_target_bitrate() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 258 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_dev() 2321 if (temporal_layers_config.nPLayers) { in venc_start() 2442 if (temporal_layers_config.nPLayers) { in venc_config_print() 2444 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print() 4841 temporal_layers_config.nMaxLayers = MAX_HYB_HIERP_LAYERS; // TODO: get this count from codec in venc_get_temporal_layer_caps() 4842 temporal_layers_config.nMaxBLayers = 0; in venc_get_temporal_layer_caps() 4844 *nMaxLayers = temporal_layers_config.nMaxLayers; in venc_get_temporal_layer_caps() 4845 *nMaxBLayers = temporal_layers_config.nMaxBLayers; in venc_get_temporal_layer_caps() 4868 if (pTemporalParams->nBLayerCountActual > temporal_layers_config.nMaxBLayers) { in venc_set_temporal_layers() 4870 pTemporalParams->nBLayerCountActual, temporal_layers_config.nMaxBLayers); in venc_set_temporal_layers() [all …]
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 373 msm_venc_temporal_layers temporal_layers_config; variable
|
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 467 msm_venc_temporal_layers temporal_layers_config; variable
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 483 msm_venc_temporal_layers temporal_layers_config; variable
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 467 msm_venc_temporal_layers temporal_layers_config; variable
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 519 msm_venc_temporal_layers temporal_layers_config; variable
|