Home
last modified time | relevance | path

Searched refs:nMaxLayers (Results 1 – 12 of 12) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h224 OMX_U32 nMaxLayers; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h240 OMX_U32 nMaxLayers; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h243 OMX_U32 nMaxLayers; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h266 OMX_U32 nMaxLayers; member
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp2938 temporalParams.nLayerCountMax = temporal_layers_config.nMaxLayers; in venc_set_config()
6573 bool venc_dev::venc_get_temporal_layer_caps(OMX_U32 *nMaxLayers, in venc_get_temporal_layer_caps() argument
6598 *nMaxLayers = query_ctrl.maximum + 1; in venc_get_temporal_layer_caps()
6691 temporal_layers_config.nMaxLayers = maxLayerCount; in venc_set_hp()
6715 temporal_layers_config.nMaxLayers = control.value + 1; in venc_set_hhp()
6922 ((temporal_settings.nPLayerCountActual > temporal_layers_config.nMaxLayers) || in venc_validate_temporal_extn()
6923 (temporal_settings.nLayerCountMax != temporal_layers_config.nMaxLayers))) { in venc_validate_temporal_extn()
6977 temporal_layers_config.nMaxLayers = temporalParams.nLayerCountMax ; in venc_copy_temporal_settings()
7016 temporal_layers_config.nMaxLayers = 2; in venc_reconfigure_temporal_settings()
7025 temporalParams.nLayerCountMax = temporal_layers_config.nMaxLayers; in venc_reconfigure_temporal_settings()
Domx_video_encoder.cpp2317 bool omx_venc::dev_get_temporal_layer_caps(OMX_U32 *nMaxLayers, in dev_get_temporal_layer_caps() argument
2319 return handle->venc_get_temporal_layer_caps(nMaxLayers, nMaxBLayers, eSupportedPattern); in dev_get_temporal_layer_caps()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp4839 bool venc_dev::venc_get_temporal_layer_caps(OMX_U32 *nMaxLayers, in venc_get_temporal_layer_caps() argument
4841 temporal_layers_config.nMaxLayers = MAX_HYB_HIERP_LAYERS; // TODO: get this count from codec in venc_get_temporal_layer_caps()
4844 *nMaxLayers = temporal_layers_config.nMaxLayers; in venc_get_temporal_layer_caps()
4873 temporal_layers_config.nMaxLayers - pTemporalParams->nBLayerCountActual) { in venc_set_temporal_layers()
4876 temporal_layers_config.nMaxLayers); in venc_set_temporal_layers()
4929 pTemporalParams.nLayerCountMax = temporal_layers_config.nMaxLayers; in venc_set_temporal_layers_internal()
Domx_video_encoder.cpp2118 bool omx_venc::dev_get_temporal_layer_caps(OMX_U32 *nMaxLayers, in dev_get_temporal_layer_caps() argument
2120 return handle->venc_get_temporal_layer_caps(nMaxLayers, nMaxBLayers); in dev_get_temporal_layer_caps()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp6283 bool venc_dev::venc_get_temporal_layer_caps(OMX_U32 *nMaxLayers, in venc_get_temporal_layer_caps() argument
6288 temporal_layers_config.nMaxLayers = 1; in venc_get_temporal_layer_caps()
6292 temporal_layers_config.nMaxLayers = MAX_HYB_HIERP_LAYERS; // TODO: get this count from codec in venc_get_temporal_layer_caps()
6294 temporal_layers_config.nMaxLayers = 4; // TODO: get this count from codec in venc_get_temporal_layer_caps()
6297 *nMaxLayers = temporal_layers_config.nMaxLayers; in venc_get_temporal_layer_caps()
6326 temporal_layers_config.nMaxLayers - pTemporalParams->nBLayerCountActual) { in venc_set_temporal_layers()
6329 temporal_layers_config.nMaxLayers); in venc_set_temporal_layers()
6489 pTemporalParams.nLayerCountMax = temporal_layers_config.nMaxLayers; in venc_set_temporal_layers_internal()
Domx_video_encoder.cpp2395 bool omx_venc::dev_get_temporal_layer_caps(OMX_U32 *nMaxLayers, in dev_get_temporal_layer_caps() argument
2397 return handle->venc_get_temporal_layer_caps(nMaxLayers, nMaxBLayers); in dev_get_temporal_layer_caps()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp7104 bool venc_dev::venc_get_temporal_layer_caps(OMX_U32 *nMaxLayers, in venc_get_temporal_layer_caps() argument
7109 temporal_layers_config.nMaxLayers = 1; in venc_get_temporal_layer_caps()
7113 temporal_layers_config.nMaxLayers = MAX_HYB_HIERP_LAYERS; // TODO: get this count from codec in venc_get_temporal_layer_caps()
7115 temporal_layers_config.nMaxLayers = 4; // TODO: get this count from codec in venc_get_temporal_layer_caps()
7118 *nMaxLayers = temporal_layers_config.nMaxLayers; in venc_get_temporal_layer_caps()
7147 temporal_layers_config.nMaxLayers - pTemporalParams->nBLayerCountActual) { in venc_set_temporal_layers()
7150 temporal_layers_config.nMaxLayers); in venc_set_temporal_layers()
7310 pTemporalParams.nLayerCountMax = temporal_layers_config.nMaxLayers; in venc_set_temporal_layers_internal()
Domx_video_encoder.cpp2568 bool omx_venc::dev_get_temporal_layer_caps(OMX_U32 *nMaxLayers, in dev_get_temporal_layer_caps() argument
2570 return handle->venc_get_temporal_layer_caps(nMaxLayers, nMaxBLayers); in dev_get_temporal_layer_caps()