Searched refs:eStandard (Results 1 - 10 of 10) sorted by relevance

/hardware/intel/img/psb_video/src/
H A Dtng_hostcode.c90 IMG_STANDARD eStandard,
96 if (eStandard == IMG_STANDARD_H264) {
160 if (ctx->eStandard == IMG_STANDARD_H264) {
418 if (ctx->eStandard != IMG_STANDARD_H264) {
604 psRCParams->bIsH264Codec = (ctx->eStandard == IMG_STANDARD_H264) ? IMG_TRUE : IMG_FALSE;
646 switch (ctx->eStandard) {
753 //FIXME: Zhaohan, eStandard is always 0 here.
754 ctx->bNoOffscreenMv = (ctx->eStandard == IMG_STANDARD_H263) ? IMG_TRUE : IMG_FALSE; //Default Value ?? Extended Parameter and bUseOffScreenMVUserSetting
1311 switch (ctx->eStandard) {
1343 (ctx->eStandard
[all...]
H A Dtng_hostbias.c465 switch (ctx->eStandard) {
710 IMG_STANDARD eStandard = ctx->eStandard; local
712 switch (eStandard) {
H A Dtng_MPEG4ES.c136 ctx->eStandard = IMG_STANDARD_MPEG4;
H A Dtng_hostcode.h303 IMG_STANDARD eStandard; //!< Video standard member in struct:context_ENC_s
H A Dtng_H263ES.c135 ctx->eStandard = IMG_STANDARD_H263;
H A Dtng_hostdefs.h638 IMG_STANDARD eStandard; //!< Encoder standard (H264 / H263 / MPEG4 / JPEG) member in struct:tag_IMG_MTX_VIDEO_CONTEXT
H A Dtng_H264ES.c94 "%s: obj_config->profile = %dctx->eStandard = %d, ctx->bEnableMVC = %d\n",
95 __FUNCTION__, obj_config->profile, ctx->eStandard, ctx->bEnableMVC);
1233 ctx->eStandard = IMG_STANDARD_H264;
H A Dtng_enc_trace.c554 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eStandard=%d\n", data->eStandard);
H A Dtng_hostair.c314 if (ctx->eStandard == IMG_STANDARD_H264) {
H A Dtng_trace.c767 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eStandard=%d\n", data->eStandard);

Completed in 233 milliseconds