Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/
Dtng_H264ES.c86 ctx->ui16MVCViewIdx = 0; in tng__H264ES_init_profile()
830 if ((ctx->bEnableMvc) && (ctx->ui16MVCViewIdx != 0) &&
831 (ctx->ui16MVCViewIdx != (IMG_UINT16)(NON_MVC_VIEW))) {
947 ctx->ui16MVCViewIdx = ctx->ui32StreamID = psPicMvcParams->view_id; in tng__H264ES_process_picture_param_mvc()
Dtng_hostcode.h448 IMG_UINT16 ui16MVCViewIdx; //!< View Idx of this MVC view member
Dtng_hostcode.c742 ctx->ui16MVCViewIdx = (IMG_UINT16)(NON_MVC_VIEW);//Newly Added in tng__init_context()
2172 if ((ctx->bEnableMVC) && (ctx->ui16MVCViewIdx != 0) && in tng__H264ES_send_pic_header()
2173 (ctx->ui16MVCViewIdx != (IMG_UINT16)(NON_MVC_VIEW))) { in tng__H264ES_send_pic_header()
2229 if ((!ctx->bEnableMVC) || (ctx->ui16MVCViewIdx == 0)) { in tng__H264ES_send_hrd_header()
2324 …_debug_msg(VIDEO_DEBUG_GENERAL, "%s PTG ui16MVCViewIdx = %x\n", __FUNCTION__, ctx->ui16MVCViewIdx); in tng__generate_slice_params_template()
2327 ctx->ui16MVCViewIdx = (IMG_UINT16)ui32StreamIndex; in tng__generate_slice_params_template()
2354 ctx->ui16MVCViewIdx, //(IMG_UINT16)(NON_MVC_VIEW); in tng__generate_slice_params_template()
2649 psMtxEncContext->ui16MvcViewIdx = ctx->ui16MVCViewIdx; in tng__setvideo_params()