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

  /hardware/intel/img/psb_video/src/
tng_H264ES.c 633 ctx->ui32IdrPeriod = psSeqParams->intra_idr_period;
650 ctx->ui32IdrPeriod = 1;
654 if (ctx->ui32IdrPeriod == 0)
655 ctx->ui32IdrPeriod = INT_MAX;
657 if (ctx->ui32IdrPeriod == 0) {
658 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;
659 } else if (ctx->ui32IdrPeriod > 1) {
660 ui64Temp = (IMG_UINT64)(ctx->ui32IdrPeriod) * (IMG_UINT64)(ctx->ui32IntraCnt);
662 ctx->ui32IdrPeriod = INT_MAX / ctx->ui32IntraCnt;
    [all...]
tng_MPEG4ES.c 239 ctx->ui32IdrPeriod = psSeqParams->intra_period;
244 ctx->ui32IdrPeriod = 1;
247 __FUNCTION__, ctx->ui32IdrPeriod);
tng_H263ES.c 230 ctx->ui32IdrPeriod = psSeqParams->intra_period;
235 ctx->ui32IdrPeriod = 1;
238 __FUNCTION__, ctx->ui32IdrPeriod);
tng_hostcode.h 349 IMG_UINT32 ui32IdrPeriod;
tng_hostdefs.h 611 IMG_UINT32 ui32IdrPeriod;
    [all...]
tng_hostcode.c     [all...]
tng_enc_trace.c 518 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32IdrPeriod =0x%x\n ", data->ui32IdrPeriod);
    [all...]
tng_trace.c 735 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui32IdrPeriod =0x%x\n ", data->ui32IdrPeriod);
    [all...]

Completed in 53 milliseconds