HomeSort by relevance Sort by last modified time
    Searched refs:IntraFreq (Results 1 - 10 of 10) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_MPEG4ES.c 231 if (ctx->sRCParams.IntraFreq != seq_params->intra_period
233 && ctx->sRCParams.IntraFreq != 0
234 && ((ctx->obj_context->frame_count + 1) % ctx->sRCParams.IntraFreq) != 0
244 ctx->sRCParams.IntraFreq = seq_params->intra_period;
246 ctx->sRCParams.IntraFreq = seq_params->intra_period;
pnw_H263ES.c 229 if (ctx->sRCParams.IntraFreq != pSequenceParams->intra_period
231 && ctx->sRCParams.IntraFreq != 0
232 && ((ctx->obj_context->frame_count + 1) % ctx->sRCParams.IntraFreq) != 0
241 ctx->sRCParams.IntraFreq = pSequenceParams->intra_period;
pnw_H264ES.c 278 /*if (ctx->sRCParams.IntraFreq != pSequenceParams->intra_period)
285 if (ctx->sRCParams.IntraFreq != pSequenceParams->intra_period
287 && ctx->sRCParams.IntraFreq != 0
288 && ((ctx->obj_context->frame_count + 1) % ctx->sRCParams.IntraFreq) != 0
298 ctx->sRCParams.IntraFreq = pSequenceParams->intra_period;
509 ctx->sRCParams.IDRFreq * ctx->sRCParams.IntraFreq * 2;
621 if ((ctx->sRCParams.IntraFreq != 0) && (ctx->sRCParams.IDRFreq != 0)) { /* period IDR is desired */
627 if ((ctx->obj_context->frame_count % ctx->sRCParams.IntraFreq) == 0) {
629 intra_cnt = ctx->obj_context->frame_count / ctx->sRCParams.IntraFreq;
    [all...]
pnw_hostcode.c 872 && ctx->in_params_cache.IntraPeriod != ctx->sRCParams.IntraFreq) {
876 ctx->sRCParams.IntraFreq);
877 ctx->in_params_cache.IntraPeriod = ctx->sRCParams.IntraFreq;
880 * ctx->sRCParams.IntraFreq;
    [all...]
pnw_hostcode.h 119 IMG_UINT32 IntraFreq;
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c 249 ctx->sRCParams.IntraFreq = pSequenceParams->intra_period;
250 if (ctx->sRCParams.IntraFreq == 0)
251 ctx->sRCParams.IntraFreq = 1000;
254 drv_debug_msg(VIDEO_DEBUG_GENERAL, "IntraFreq: %d\n, intra_idr_period: %d\n",
255 ctx->sRCParams.IntraFreq, ctx->sRCParams.IDRFreq);
341 if ((ctx->sRCParams.IntraFreq != 0) && (ctx->sRCParams.IDRFreq != 0)) { /* period IDR is desired */
347 if ((ctx->obj_context->frame_count % ctx->sRCParams.IntraFreq) == 0) {
349 intra_cnt = ctx->obj_context->frame_count / ctx->sRCParams.IntraFreq;
    [all...]
lnc_hostcode.c 859 psPicParams->sInParams.IntraPeriod = psRCParams->IntraFreq;
861 psPicParams->sInParams.IntraPeriod = psRCParams->IntraFreq;
864 psPicParams->sInParams.BitsPerGOP = psPicParams->sInParams.BitsPerFrm * psRCParams->IntraFreq;
    [all...]
lnc_H263ES.c 235 ctx->sRCParams.IntraFreq = pSequenceParams->intra_period;
lnc_MPEG4ES.c 236 ctx->sRCParams.IntraFreq = seq_params->intra_period;
lnc_hostcode.h 91 IMG_UINT32 IntraFreq;

Completed in 203 milliseconds