/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 149 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_dev() 3574 if (temporal_layers_config.nPLayers) { in venc_config_print() 3576 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print() 3580 && (l < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers); ++l) { in venc_config_print() 3590 …temporal_layers_config.nKeyFrameInterval, temporal_layers_config.nMinQuantizer, temporal_layers_co… in venc_config_print() 5603 if (temporal_layers_config.bIsBitrateRatioValid && temporal_layers_config.nPLayers) { in venc_set_target_bitrate() 5605 numLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_set_target_bitrate() 5797 nLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_calibrate_gop() 6973 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_set_temporal_settings() 6982 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_copy_temporal_settings() [all …]
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 186 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_dev() 3922 if (temporal_layers_config.nPLayers) { in venc_config_print() 3924 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print() 3928 && (l < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers); ++l) { in venc_config_print() 3938 …temporal_layers_config.nKeyFrameInterval, temporal_layers_config.nMinQuantizer, temporal_layers_co… in venc_config_print() 5906 if (temporal_layers_config.bIsBitrateRatioValid && temporal_layers_config.nPLayers) { in venc_set_target_bitrate() 5908 numLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_set_target_bitrate() 6112 nLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_calibrate_gop() 7174 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_set_temporal_settings() 7183 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_copy_temporal_settings() [all …]
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2_params.cpp | 241 temporal_layers_config.nPLayers = pParam->nPLayerCountActual; in venc_set_config() 246 temporal_layers_config.ePattern = pParam->ePattern; in venc_set_config() 247 temporal_layers_config.hier_mode = HIER_P; in venc_set_config() 248 temporal_layers_config.nBLayers = 0; in venc_set_config() 251 for (OMX_U32 i = 0; i < temporal_layers_config.nPLayers; ++i) { in venc_set_config() 1086 temporal_layers_config.ePattern = hierData.ePattern; in venc_set_param() 1087 temporal_layers_config.hier_mode = HIER_P; in venc_set_param() 1088 temporal_layers_config.nMaxLayers = hierData.nLayerCountMax; in venc_set_param() 1089 temporal_layers_config.nMaxBLayers = hierData.nBLayerCountMax; in venc_set_param() 1090 temporal_layers_config.nBLayers = hierData.nBLayerCountActual; in venc_set_param() [all …]
|
H A D | video_encoder_device_v4l2.cpp | 162 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_dev() 2301 if (temporal_layers_config.nPLayers) { in venc_config_print() 2303 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print() 3709 temporal_layers_config.nMaxLayers); in venc_set_max_hierp_layer() 3712 control.value = temporal_layers_config.nMaxLayers; in venc_set_max_hierp_layer() 3726 DEBUG_PRINT_LOW("Setting hierp layer: %u", temporal_layers_config.nPLayers); in venc_set_hierp_layer() 3729 control.value = temporal_layers_config.nPLayers; in venc_set_hierp_layer() 3926 if (temporal_layers_config.hier_mode == HIER_P) { in venc_set_baselayerid() 3937 temporal_layers_config.hier_mode); in venc_set_baselayerid() 4146 ctrl.value = temporal_layers_config.nTemporalLayerBitrateRatio[i]; in venc_set_bitrate_ratios() [all …]
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
H A 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() 3132 && (l < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers); ++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() 5449 if (temporal_layers_config.nPLayers) { in venc_calibrate_gop() 5450 nLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_calibrate_gop() 6446 temporal_layers_config.nBLayers = 0; in venc_set_temporal_layers() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
H A 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() 4842 temporal_layers_config.nMaxBLayers = 0; in venc_get_temporal_layer_caps() 4844 *nMaxLayers = temporal_layers_config.nMaxLayers; in venc_get_temporal_layer_caps() 4876 temporal_layers_config.nMaxLayers); in venc_set_temporal_layers() 4892 temporal_layers_config.nBLayers = 0; in venc_set_temporal_layers() 4907 temporal_layers_config.nBLayers = 0; in venc_set_temporal_layers() 4925 if (!temporal_layers_config.nPLayers) { in venc_set_temporal_layers_internal() [all …]
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
H A D | video_encoder_device_v4l2.cpp | 230 memset(&temporal_layers_config, 0x0, sizeof(temporal_layers_config)); in venc_dev() 3340 if (temporal_layers_config.nPLayers) { in venc_start() 3506 if (temporal_layers_config.nPLayers) { in venc_config_print() 3508 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print() 3512 && (l < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers); ++l) { in venc_config_print() 5880 if (temporal_layers_config.bIsBitrateRatioValid && temporal_layers_config.nPLayers) { in venc_set_target_bitrate() 5882 numLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_set_target_bitrate() 6046 if (temporal_layers_config.nPLayers) { in venc_calibrate_gop() 6047 nLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_calibrate_gop() 7260 temporal_layers_config.nBLayers = 0; in venc_set_temporal_layers() [all …]
|
/aosp12/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 373 msm_venc_temporal_layers temporal_layers_config; variable
|
/aosp12/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 483 msm_venc_temporal_layers temporal_layers_config; variable
|
/aosp12/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 467 msm_venc_temporal_layers temporal_layers_config; variable
|
/aosp12/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 418 msm_venc_temporal_layers temporal_layers_config; variable
|
/aosp12/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 519 msm_venc_temporal_layers temporal_layers_config; variable
|
/aosp12/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
H A D | video_encoder_device_v4l2.h | 467 msm_venc_temporal_layers temporal_layers_config; variable
|