Home
last modified time | relevance | path

Searched refs:IMG_STANDARD_H264 (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostcode.c96 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()
652 case IMG_STANDARD_H264: in tng__get_encoder_caps()
1314 case IMG_STANDARD_H264: 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()
1406 case IMG_STANDARD_H264: in tng__setup_rcdata()
1580 case IMG_STANDARD_H264: in tng__setup_rcdata()
[all …]
Dtng_hostbias.c466 case IMG_STANDARD_H264: in tng__generate_bias()
713 case IMG_STANDARD_H264: in tng_load_bias()
Dtng_hostdefs.h269 IMG_STANDARD_H264, //!< H264 with no rate control enumerator
Dtng_hostair.c314 if (ctx->eStandard == IMG_STANDARD_H264) { in tng__fill_inp_ctrl_buf()
Dtng_H264ES.c1233 ctx->eStandard = IMG_STANDARD_H264; in tng_H264ES_CreateContext()