Home
last modified time | relevance | path

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

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h226 OMX_U32 nPLayers; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h245 OMX_U32 nPLayers; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2975 if (temporal_layers_config.nPLayers) { in venc_start()
3125 if (temporal_layers_config.nPLayers) { in venc_config_print()
3127 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print()
3131 && (l < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers); ++l) { in venc_config_print()
5283 if (temporal_layers_config.bIsBitrateRatioValid && temporal_layers_config.nPLayers) { in venc_set_target_bitrate()
5285 numLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_set_target_bitrate()
5438 if (temporal_layers_config.nPLayers) { in venc_calibrate_gop()
5439 nLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_calibrate_gop()
6434 temporal_layers_config.nPLayers = pTemporalParams->nPLayerCountActual; in venc_set_temporal_layers()
6481 if (!temporal_layers_config.nPLayers) { in venc_set_temporal_layers_internal()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h268 OMX_U32 nPLayers; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp3313 if (temporal_layers_config.nPLayers) { in venc_start()
3479 if (temporal_layers_config.nPLayers) { in venc_config_print()
3481 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print()
3485 && (l < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers); ++l) { in venc_config_print()
5835 if (temporal_layers_config.bIsBitrateRatioValid && temporal_layers_config.nPLayers) { in venc_set_target_bitrate()
5837 numLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_set_target_bitrate()
6001 if (temporal_layers_config.nPLayers) { in venc_calibrate_gop()
6002 nLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_calibrate_gop()
7196 temporal_layers_config.nPLayers = pTemporalParams->nPLayerCountActual; in venc_set_temporal_layers()
7243 if (!temporal_layers_config.nPLayers) { in venc_set_temporal_layers_internal()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2320 if (temporal_layers_config.nPLayers) { in venc_start()
2441 if (temporal_layers_config.nPLayers) { in venc_config_print()
2443 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print()
4889 temporal_layers_config.nPLayers = pTemporalParams->nPLayerCountActual; in venc_set_temporal_layers()
4904 temporal_layers_config.nPLayers = pTemporalParams->nPLayerCountActual; in venc_set_temporal_layers()
4923 if (!temporal_layers_config.nPLayers) { in venc_set_temporal_layers_internal()
4930 pTemporalParams.nPLayerCountActual = temporal_layers_config.nPLayers; in venc_set_temporal_layers_internal()
4934 … for (OMX_U32 i = 0; i < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; ++i) { in venc_set_temporal_layers_internal()