Home
last modified time | relevance | path

Searched refs:nPLayers (Results 1 – 5 of 5) 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.cpp2976 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()
3132 && (l < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers); ++l) { in venc_config_print()
5287 if (temporal_layers_config.bIsBitrateRatioValid && temporal_layers_config.nPLayers) { in venc_set_target_bitrate()
5289 numLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_set_target_bitrate()
5442 if (temporal_layers_config.nPLayers) { in venc_calibrate_gop()
5443 nLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_calibrate_gop()
6438 temporal_layers_config.nPLayers = pTemporalParams->nPLayerCountActual; in venc_set_temporal_layers()
6485 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/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2321 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()
4891 temporal_layers_config.nPLayers = pTemporalParams->nPLayerCountActual; in venc_set_temporal_layers()
4906 temporal_layers_config.nPLayers = pTemporalParams->nPLayerCountActual; in venc_set_temporal_layers()
4925 if (!temporal_layers_config.nPLayers) { in venc_set_temporal_layers_internal()
4932 pTemporalParams.nPLayerCountActual = temporal_layers_config.nPLayers; in venc_set_temporal_layers_internal()
4936 … for (OMX_U32 i = 0; i < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; ++i) { in venc_set_temporal_layers_internal()