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

1 2

  /hardware/intel/common/libva/va/
va_enc_vp8.h 88 unsigned int intra_period; member in struct:_VAEncSequenceParameterBufferVP8
va_enc_mpeg2.h 96 unsigned int intra_period; member in struct:_VAEncSequenceParameterBufferMPEG2
va_enc_h264.h 152 unsigned int intra_period; member in struct:_VAEncSequenceParameterBufferH264
  /external/chromium_org/third_party/libva/va/
va_enc_mpeg2.h 92 unsigned int intra_period; member in struct:_VAEncSequenceParameterBufferMPEG2
va_enc_h264.h 149 unsigned int intra_period; member in struct:_VAEncSequenceParameterBufferH264
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderH263.cpp 63 h263SequenceParam.intra_period = mComParams.intraPeriod;
72 LOG_I( "intra_period = %d\n\n", h263SequenceParam.intra_period);
VideoEncoderMP4.cpp 147 mp4SequenceParams.intra_period = mComParams.intraPeriod;
152 LOG_I("intra_period = %d\n", mp4SequenceParams.intra_period);
162 LOG_I("intra_period = %d\n\n", mp4SequenceParams.intra_period);
VideoEncoderAVC.cpp     [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 123 static int intra_period = 30; variable
542 2) 0 means infinite for intra_period/intra_idr_period, and 0 is invalid for ip_period
543 3) intra_idr_period % intra_period (intra_period > 0) and intra_period % ip_period must be 0
544 4) intra_period and intra_idr_period take precedence over ip_period
545 5) if ip_period > 1, intra_period and intra_idr_period are not the strict periods
548 intra_period intra_idr_period ip_period frame sequence (intra_period/intra_idr_period/ip_period)
577 unsigned long long encoding_order,int intra_period,
    [all...]
mpeg2enc.c 114 int intra_period; member in struct:mpeg2enc_context
762 seq_param->intra_period = ctx->intra_period;
923 ctx->intra_period = 1;
926 ctx->intra_period = 16;
929 ctx->intra_period = 16;
    [all...]
mpeg2vaenc.c 114 int intra_period; member in struct:mpeg2enc_context
762 seq_param->intra_period = ctx->intra_period;
923 ctx->intra_period = 1;
926 ctx->intra_period = 16;
929 ctx->intra_period = 16;
    [all...]
avcenc.c 88 static int intra_period = 30; variable
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG4ES.c 231 if (ctx->sRCParams.IntraFreq != seq_params->intra_period
244 ctx->sRCParams.IntraFreq = seq_params->intra_period;
246 ctx->sRCParams.IntraFreq = seq_params->intra_period;
tng_MPEG4ES.c 239 ctx->ui32IdrPeriod = psSeqParams->intra_period;
240 ctx->ui32IntraCnt = psSeqParams->intra_period;
284 psRCParams->ui32IntraFreq = psSeqParams->intra_period;
tng_H263ES.c 230 ctx->ui32IdrPeriod = psSeqParams->intra_period;
231 ctx->ui32IntraCnt = psSeqParams->intra_period;
274 psRCParams->ui32IntraFreq = psSeqParams->intra_period;
pnw_H263ES.c 229 if (ctx->sRCParams.IntraFreq != pSequenceParams->intra_period
241 ctx->sRCParams.IntraFreq = pSequenceParams->intra_period;
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device.h 111 struct venc_intraperiod intra_period; member in class:venc_dev
video_encoder_device_copper.h 222 struct msm_venc_intraperiod intra_period; member in class:venc_dev
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 116 struct venc_intraperiod intra_period; member in class:venc_dev
video_encoder_device_v4l2.h 310 struct msm_venc_intraperiod intra_period; member in class:venc_dev
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_q6venc.h 160 u32 intra_period; member in struct:venc_common_config
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_q6venc.h 130 u32 intra_period; member in struct:venc_common_config
  /hardware/intel/img/psb_video/src/mrst/
lnc_H263ES.c 235 ctx->sRCParams.IntraFreq = pSequenceParams->intra_period;
lnc_MPEG4ES.c 236 ctx->sRCParams.IntraFreq = seq_params->intra_period;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 196 memset(&intra_period, 0, sizeof(intra_period));
    [all...]

Completed in 527 milliseconds

1 2