Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c90 IMG_STANDARD eStandard,
96 if (eStandard == IMG_STANDARD_H264) {
160 if (ctx->eStandard == IMG_STANDARD_H264) { in tng__alloc_context_buffer()
418 if (ctx->eStandard != IMG_STANDARD_H264) { in tng__setup_enc_profile_features()
604 psRCParams->bIsH264Codec = (ctx->eStandard == IMG_STANDARD_H264) ? IMG_TRUE : IMG_FALSE; in tng__init_rc_params()
646 switch (ctx->eStandard) { in tng__get_encoder_caps()
754 …ctx->bNoOffscreenMv = (ctx->eStandard == IMG_STANDARD_H263) ? IMG_TRUE : IMG_FALSE; //Default Valu… in tng__init_context()
1311 switch (ctx->eStandard) { in tng__adjust_picflags()
1343 (ctx->eStandard == IMG_STANDARD_H264)) { in tng__setup_rcdata()
1386 if (ctx->eStandard == IMG_STANDARD_H264) { in tng__setup_rcdata()
[all …]
Dtng_hostbias.c465 switch (ctx->eStandard) { in tng__generate_bias()
710 IMG_STANDARD eStandard = ctx->eStandard; in tng_load_bias() local
712 switch (eStandard) { in tng_load_bias()
Dtng_hostcode.h303 IMG_STANDARD eStandard; //!< Video standard member
Dtng_MPEG4ES.c136 ctx->eStandard = IMG_STANDARD_MPEG4; in tng_MPEG4ES_CreateContext()
Dtng_hostdefs.h638 …IMG_STANDARD eStandard; //!< Encoder standard (H264 / H263 / MPEG4… member
Dtng_H264ES.c95 __FUNCTION__, obj_config->profile, ctx->eStandard, ctx->bEnableMVC); in tng__H264ES_init_profile()
1233 ctx->eStandard = IMG_STANDARD_H264; in tng_H264ES_CreateContext()
Dtng_H263ES.c135 ctx->eStandard = IMG_STANDARD_H263; in tng_H263ES_CreateContext()
Dtng_hostair.c314 if (ctx->eStandard == IMG_STANDARD_H264) { in tng__fill_inp_ctrl_buf()
Dtng_enc_trace.c554 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eStandard=%d\n", data->eStandard); in SETVIDEO_dump()
Dtng_trace.c767 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eStandard=%d\n", data->eStandard); in tng_trace_setvideo()