Searched refs:nBLayers (Results 1 – 11 of 11) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 227 OMX_U32 nBLayers; member
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 245 OMX_U32 nBLayers; member
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 246 OMX_U32 nBLayers; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 243 OMX_U32 nBLayers; member
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/ |
D | video_encoder_device_v4l2.h | 269 OMX_U32 nBLayers; member
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2_params.cpp | 248 temporal_layers_config.nBLayers = 0; in venc_set_config() 1093 temporal_layers_config.nBLayers = hierData.nBLayerCountActual; in venc_set_param()
|
D | video_encoder_device_v4l2.cpp | 2321 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print()
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 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() 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() 6948 temporal_layers_config.nBLayers = 0; in venc_set_hp() 6972 temporal_layers_config.nBLayers = 0; in venc_set_hhp() 7189 temporal_layers_config.nBLayers = temporalParams.nBLayerCountActual; in venc_copy_temporal_settings() 7225 temporalParams.nBLayerCountActual = temporal_layers_config.nBLayers; in venc_reconfigure_temporal_settings() 7229 … for (OMX_U32 i = 0; i < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; ++i) { in venc_reconfigure_temporal_settings()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 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() 5296 numLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_set_target_bitrate() 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() 6500 pTemporalParams.nBLayerCountActual = temporal_layers_config.nBLayers; in venc_set_temporal_layers_internal() 6503 … for (OMX_U32 i = 0; i < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; ++i) { in venc_set_temporal_layers_internal()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 2444 temporal_layers_config.nPLayers, temporal_layers_config.nBLayers, in venc_config_print() 4892 temporal_layers_config.nBLayers = 0; in venc_set_temporal_layers() 4907 temporal_layers_config.nBLayers = 0; in venc_set_temporal_layers() 4933 pTemporalParams.nBLayerCountActual = temporal_layers_config.nBLayers; 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()
|
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device_v4l2.cpp | 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() 5882 numLayers = temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; in venc_set_target_bitrate() 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() 7314 pTemporalParams.nBLayerCountActual = temporal_layers_config.nBLayers; in venc_set_temporal_layers_internal() 7317 … for (OMX_U32 i = 0; i < temporal_layers_config.nPLayers + temporal_layers_config.nBLayers; ++i) { in venc_set_temporal_layers_internal()
|