Home
last modified time | relevance | path

Searched refs:bEnableMVC (Results 1 – 3 of 3) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_H264ES.c85 ctx->bEnableMVC = 1; in tng__H264ES_init_profile()
95 __FUNCTION__, obj_config->profile, ctx->eStandard, ctx->bEnableMVC); in tng__H264ES_init_profile()
109 if (ctx->bEnableMVC) { in tng__H264ES_get_codec_type()
919 if (ctx->bEnableMVC == 1) { in tng__H264ES_process_picture_param_base()
960 "%s: ctx->bEnableMVC = %d\n", __FUNCTION__, ctx->bEnableMVC); in tng__H264ES_process_picture_param()
962 if (ctx->bEnableMVC) { in tng__H264ES_process_picture_param()
Dtng_hostcode.c197 if (ctx->bEnableMVC) in tng__alloc_context_buffer()
246 if (ctx->bEnableMVC) { in tng__alloc_context_buffer()
306 if (ctx->bEnableMVC) in tng__free_context_buffer()
320 if (ctx->bEnableMVC) in tng__free_context_buffer()
557 if (ctx->bEnableMVC) in tng_DestroyContext()
741 ctx->bEnableMVC = IMG_FALSE;//By default false Newly Added in tng__init_context()
1350 if (psRCParams->ui32BitsPerSecond == 0 && !ctx->bEnableMVC) { in tng__setup_rcdata()
2138 if (ctx->bEnableMVC) { in tng__H264ES_send_seq_header()
2172 if ((ctx->bEnableMVC) && (ctx->ui16MVCViewIdx != 0) && in tng__H264ES_send_pic_header()
2229 if ((!ctx->bEnableMVC) || (ctx->ui16MVCViewIdx == 0)) { in tng__H264ES_send_hrd_header()
[all …]
Dtng_hostcode.h447 IMG_BOOL bEnableMVC; //!< True if MVC is enabled. False by default member