Lines Matching refs:eStandard

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()
1405 switch (ctx->eStandard) { in tng__setup_rcdata()
1579 switch (ctx->eStandard) { in tng__setup_rcdata()
1638 if (ctx->eStandard == IMG_STANDARD_H264) { in tng__setup_rcdata()
1734 switch (ctx->eStandard) { in tng__prepare_encode_sliceparams()
1823 switch (ctx->eStandard) { in tng__prepare_encode_sliceparams()
1879 switch (ctx->eStandard) { in tng__prepare_encode_sliceparams()
2339 switch (ctx->eStandard) { in tng__generate_slice_params_template()
2385 switch (ctx->eStandard) { in tng__prepare_templates()
2415 switch(ctx->eStandard) { in tng__prepare_templates()
2617 psMtxEncContext->eStandard = ctx->eStandard; in tng__setvideo_params()
2645 if (ctx->eStandard == IMG_STANDARD_MPEG2) in tng__setvideo_params()
2650 if (ctx->eStandard == IMG_STANDARD_H264) in tng__setvideo_params()
2740 if ((ctx->eStandard == IMG_STANDARD_H264) && (ctx->ui32CoreRev >= MIN_34_REV)) { in tng__setvideo_params()
2783 switch (ctx->eStandard) { in tng__setvideo_params()
2817 switch (ctx->eStandard) { in tng__setvideo_params()
2871 uResidualSize=(ctx->eStandard == IMG_STANDARD_MPEG4 ? 32 : 16); in tng__setvideo_params()
3121 if (ctx->eStandard == IMG_STANDARD_H264) { in tng__setvideo_cmdbuf()
3186 if (ctx->eStandard == IMG_STANDARD_H264) { in tng__validate_params()
3196 } else if (ctx->eStandard == IMG_STANDARD_H263) { in tng__validate_params()
3222 if (ctx->eStandard == IMG_STANDARD_H264) { in tng__validate_params()
3541 ui8IsJpeg = (ctx->eStandard == IMG_STANDARD_JPEG) ? 1 : 0; in tng__set_ctx_buf()
3683 if (ctx->eStandard == IMG_STANDARD_MPEG4) { in tng_EndPicture()