Searched refs:eStandard (Results 1 - 10 of 10) sorted by relevance
/hardware/intel/img/psb_video/src/ |
H A D | tng_hostcode.c | 90 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 D | tng_hostbias.c | 465 switch (ctx->eStandard) { 710 IMG_STANDARD eStandard = ctx->eStandard; local 712 switch (eStandard) {
|
H A D | tng_MPEG4ES.c | 136 ctx->eStandard = IMG_STANDARD_MPEG4;
|
H A D | tng_hostcode.h | 303 IMG_STANDARD eStandard; //!< Video standard member in struct:context_ENC_s
|
H A D | tng_H263ES.c | 135 ctx->eStandard = IMG_STANDARD_H263;
|
H A D | tng_hostdefs.h | 638 IMG_STANDARD eStandard; //!< Encoder standard (H264 / H263 / MPEG4 / JPEG) member in struct:tag_IMG_MTX_VIDEO_CONTEXT
|
H A D | tng_H264ES.c | 94 "%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 D | tng_enc_trace.c | 554 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eStandard=%d\n", data->eStandard);
|
H A D | tng_hostair.c | 314 if (ctx->eStandard == IMG_STANDARD_H264) {
|
H A D | tng_trace.c | 767 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eStandard=%d\n", data->eStandard);
|
Completed in 233 milliseconds