Searched refs:eStandard (Results 1 – 10 of 10) sorted by relevance
90 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 …]
465 switch (ctx->eStandard) { in tng__generate_bias()710 IMG_STANDARD eStandard = ctx->eStandard; in tng_load_bias() local712 switch (eStandard) { in tng_load_bias()
303 IMG_STANDARD eStandard; //!< Video standard member
136 ctx->eStandard = IMG_STANDARD_MPEG4; in tng_MPEG4ES_CreateContext()
638 …IMG_STANDARD eStandard; //!< Encoder standard (H264 / H263 / MPEG4… member
95 __FUNCTION__, obj_config->profile, ctx->eStandard, ctx->bEnableMVC); in tng__H264ES_init_profile()1233 ctx->eStandard = IMG_STANDARD_H264; in tng_H264ES_CreateContext()
135 ctx->eStandard = IMG_STANDARD_H263; in tng_H263ES_CreateContext()
314 if (ctx->eStandard == IMG_STANDARD_H264) { in tng__fill_inp_ctrl_buf()
554 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eStandard=%d\n", data->eStandard); in SETVIDEO_dump()
767 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t eStandard=%d\n", data->eStandard); in tng_trace_setvideo()