/hardware/intel/common/libmix/mix_video/src/ |
mixvideoconfigparamsenc.c | 48 self->intra_period = 30; 170 this_target->intra_period = this_src->intra_period; 271 if (this_first->intra_period != this_second->intra_period) { 510 guint intra_period) { 512 obj->intra_period = intra_period; 518 guint *intra_period) { 519 MIX_VIDEOCONFIGPARAMSENC_GETTER_CHECK_INPUT (obj, intra_period); [all...] |
mixvideoconfigparamsenc.h | 84 guint intra_period; member in struct:_MixVideoConfigParamsEnc 197 guint intra_period); 200 guint *intra_period);
|
mixvideoformatenc.c | 62 self->intra_period = 0; 245 &(mix->intra_period)); 366 LOG_I( "mix->intra_period = %d\n", 367 mix->intra_period);
|
mixvideoformatenc.h | 79 guint intra_period; member in struct:_MixVideoFormatEnc
|
mixvideoformatenc_mpeg4.c | 958 mpeg4_seq_param.intra_period = parent->intra_period;
970 LOG_I( "intra_period = %d\n",
971 mpeg4_seq_param.intra_period);
990 LOG_I( "intra_period = %d\n\n",
991 mpeg4_seq_param.intra_period);
[all...] |
mixvideoformatenc_h264.c | 964 h264_seq_param.intra_period = parent->intra_period; 973 h264_seq_param.intra_period = parent->intra_period; 984 LOG_I( "intra_period = %d\n", 985 h264_seq_param.intra_period); [all...] |
/hardware/intel/common/libmix/videoencoder/ |
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);
|
VideoEncoderH263.cpp | 63 h263SequenceParam.intra_period = mComParams.intraPeriod; 72 LOG_I( "intra_period = %d\n\n", h263SequenceParam.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...] |
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
msm_q6venc.h | 130 u32 intra_period; member in struct:venc_common_config
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
msm_q6venc.h | 130 u32 intra_period; member in struct:venc_common_config
|
/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_H263ES.c | 230 ctx->ui32IdrPeriod = psSeqParams->intra_period; 231 ctx->ui32IntraCnt = psSeqParams->intra_period; 274 psRCParams->ui32IntraFreq = psSeqParams->intra_period;
|
tng_MPEG4ES.c | 239 ctx->ui32IdrPeriod = psSeqParams->intra_period; 240 ctx->ui32IntraCnt = psSeqParams->intra_period; 284 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/msm8974/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/msm8974/mm-video-v4l2/vidc/venc/inc/ |
video_encoder_device.h | 116 struct venc_intraperiod intra_period; member in class:venc_dev
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/ |
video_encoder_device.h | 116 struct venc_intraperiod intra_period; member in class:venc_dev
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device_v4l2.cpp | 247 memset(&intra_period, 0, sizeof(intra_period)); [all...] |
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device_v4l2.cpp | 236 memset(&intra_period, 0, sizeof(intra_period)); [all...] |
/hardware/intel/common/libva/va/ |
va_enc_mpeg2.h | 96 unsigned int intra_period; member in struct:_VAEncSequenceParameterBufferMPEG2
|