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

1 2

  /external/chromium_org/third_party/webrtc/test/
encoder_settings.cc 34 stream_settings[0].max_qp = 56;
42 stream_settings[1].max_qp = 56;
50 stream_settings[2].max_qp = 56;
  /external/chromium_org/media/cast/
cast_config.cc 35 max_qp(kDefaultMaxQp),
cast_config.h 71 int max_qp; member in struct:media::cast::VideoSenderConfig
  /external/chromium_org/third_party/webrtc/
config.h 87 max_qp(-1) {}
98 int max_qp; member in struct:webrtc::VideoStream
config.cc 40 ss << ", max_qp: " << max_qp; local
  /hardware/intel/img/psb_video/src/
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...]
vsp_vp8.c 605 if (rate_control_param->max_qp != seq->rc_max_quantizer) {
606 drv_debug_msg(VIDEO_DEBUG_ERROR, "max_qp was changed from %d to %d\n",
607 seq->rc_max_quantizer, rate_control_param->max_qp);
608 seq->rc_max_quantizer = rate_control_param->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;
VideoEncoderBase.cpp     [all...]
VideoEncoderDef.h 666 uint32_t max_qp; member in struct:VideoParamsVP8
  /external/chromium_org/media/cast/video_sender/
external_video_encoder_unittest.cc 98 video_config_.max_qp = 56;
video_encoder_impl_unittest.cc 78 video_config_.max_qp = 56;
video_sender_unittest.cc 169 video_config.max_qp = 56;
  /external/chromium_org/third_party/webrtc/video/
loopback.cc 88 stream->max_qp = 56;
video_send_stream.cc 334 assert(streams[i].max_qp >= 0);
341 sim_stream->qpMax = streams[i].max_qp;
354 static_cast<unsigned int>(streams[i].max_qp));
  /hardware/qcom/media/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 340 bool venc_set_session_qp_range(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
  /external/chromium_org/media/cast/video_sender/codecs/vp8/
vp8_encoder.cc 114 config_->rc_max_quantizer = cast_config_.max_qp;
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2.cc 238 int max_qp = 56; local
239 codec.GetParam(kCodecParamMaxQuantization, &max_qp);
240 stream.max_qp = max_qp;
    [all...]
  /bionic/libc/kernel/uapi/rdma/
ib_user_verbs.h 139 __u32 max_qp; member in struct:ib_uverbs_query_device_resp
  /external/kernel-headers/original/uapi/rdma/
ib_user_verbs.h 169 __u32 max_qp; member in struct:ib_uverbs_query_device_resp
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp     [all...]

Completed in 1712 milliseconds

1 2