HomeSort by relevance Sort by last modified time
    Searched refs:max_qp (Results 1 - 25 of 38) sorted by null

1 2

  /external/webrtc/webrtc/test/
encoder_settings.cc 35 stream_settings[0].max_qp = 56;
43 stream_settings[1].max_qp = 56;
51 stream_settings[2].max_qp = 56;
  /external/webrtc/talk/media/webrtc/
simulcast.h 69 int max_qp,
simulcast.cc 192 int max_qp,
226 streams[s].max_qp = max_qp;
webrtcvideoengine2.cc 353 int max_qp = kDefaultQpMax; local
354 codec.GetParam(kCodecParamMaxQuantization, &max_qp);
357 num_streams, codec.width, codec.height, max_bitrate_bps, max_qp,
391 int max_qp = kDefaultQpMax; local
392 codec.GetParam(kCodecParamMaxQuantization, &max_qp);
393 stream.max_qp = max_qp;
    [all...]
  /external/webrtc/webrtc/
config.cc 61 max_qp(-1) {}
73 ss << ", max_qp: " << max_qp; local
config.h 85 int max_qp; member in struct:webrtc::VideoStream
  /hardware/intel/img/psb_video/src/
vsp_vp8.c 602 if (rate_control_param->max_qp > 63 ||
604 drv_debug_msg(VIDEO_DEBUG_ERROR, "max_qp(%d) and min_qp(%d) "
606 rate_control_param->max_qp, rate_control_param->min_qp);
607 rate_control_param->max_qp = 63;
608 rate_control_param->min_qp = rate_control_param->max_qp;
617 if (rate_control_param->max_qp != seq->rc_max_quantizer) {
618 drv_debug_msg(VIDEO_DEBUG_ERROR, "max_qp was changed from %d to %d\n",
619 seq->rc_max_quantizer, rate_control_param->max_qp);
620 seq->rc_max_quantizer = rate_control_param->max_qp;
    [all...]
tng_H264ES.c 320 psMiscRcParams->max_qp > 51) {
322 "%s: Initial_qp(%d) min_qp(%d) max_qp(%d) invalid.\nQP shouldn't be larger than 51 for H264\n",
323 __FUNCTION__, psMiscRcParams->initial_qp, psMiscRcParams->min_qp, psMiscRcParams->max_qp);
345 if ((ctx->max_qp != psMiscRcParams->max_qp) &&
346 (psMiscRcParams->max_qp != 0)) {
348 "%s: max_qp updated from %d to %d\n",
349 __FUNCTION__, ctx->max_qp, psMiscRcParams->max_qp);
351 ctx->max_qp = psMiscRcParams->max_qp
    [all...]
tng_hostcode.h 476 IMG_UINT16 max_qp; member in struct:context_ENC_s
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderVP8.cpp 34 mVideoParamsVP8.max_qp = 63;
178 misc_rate_ctrl->max_qp = mVideoParamsVP8.max_qp;
VideoEncoderDef.h 664 uint32_t max_qp; member in struct:VideoParamsVP8
VideoEncoderBase.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 140 bool venc_set_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
video_encoder_device_v4l2.h 380 bool venc_set_session_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 140 bool venc_set_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
video_encoder_device_v4l2.h 492 bool venc_set_session_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
  /external/webrtc/webrtc/video/
video_send_stream.cc 401 RTC_DCHECK_GE(streams[i].max_qp, 0);
408 sim_stream->qpMax = streams[i].max_qp;
421 static_cast<unsigned int>(streams[i].max_qp));
  /external/webrtc/webrtc/modules/video_coding/codecs/vp8/
screenshare_layers_unittest.cc 59 void WithQpLimits(int min_qp, int max_qp) {
61 max_qp_ = max_qp;
  /hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 526 bool venc_set_session_qp_range(OMX_U32 min_qp, OMX_U32 max_qp);
527 bool venc_set_session_qp_range_packed(OMX_U32 min_qp, OMX_U32 max_qp);
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6venc.h 126 u32 max_qp; member in struct:venc_qp_range
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6venc.h 99 u32 max_qp; member in struct:venc_qp_range
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_q6venc.h 126 u32 max_qp; member in struct:venc_qp_range
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_q6venc.h 99 u32 max_qp; member in struct:venc_qp_range
  /external/mesa3d/src/gallium/drivers/radeon/
radeon_vce.h 86 uint32_t max_qp; member in struct:rvce_rate_control
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp     [all...]

Completed in 276 milliseconds

1 2