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

  /hardware/intel/img/psb_video/src/
tng_MPEG4ES.c 294 ctx->sRCParams.ui16BFrames = 0;
295 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2;
tng_hostcode.c 169 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2;
472 ctx->sRCParams.ui16BFrames = 0;
    [all...]
tng_H263ES.c 282 ctx->sRCParams.ui16BFrames = 0;
283 ctx->ui8SlotsInUse = psRCParams->ui16BFrames + 2;
tng_hostdefs.h 432 IMG_UINT16 ui16BFrames;
458 IMG_UINT16 ui16BFrames; //!< B frame frequency
    [all...]
tng_H264ES.c 711 psRCParams->ui16BFrames = ui32IPCount - 1;
718 psRCParams->ui16BFrames = 0;
720 if ((psRCParams->ui16BFrames > 0) && (ctx->ui8ProfileIdc == H264ES_PROFILE_BASELINE)) {
729 if (psRCParams->ui16BFrames != 0) {
    [all...]
tng_picmgmt.c 91 } else if (((ui32FrameNum - 1) % (ctx->sRCParams.ui16BFrames + 1)) == 0) {
93 ui32FrameCnt = ui32FrameNum + ctx->sRCParams.ui16BFrames;
    [all...]
tng_enc_trace.c 633 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t\t ui16BFrames=%d\n", data->sInParams.ui16BFrames);
    [all...]
tng_trace.c     [all...]

Completed in 121 milliseconds