Home
last modified time | relevance | path

Searched refs:ui16MvcViewIdx (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/
Dtng_hostheader.h281 IMG_UINT16 ui16MvcViewIdx; member
497 IMG_UINT16 ui16MvcViewIdx,
Dtng_hostheader.c3254 if (pSlHParams->ui16MvcViewIdx == (IMG_UINT16)(NON_MVC_VIEW)) { in tng__H264ES_notforsims_writebits_slice_header()
3256 } else if (pSlHParams->ui16MvcViewIdx == MVC_BASE_VIEW_IDX) { in tng__H264ES_notforsims_writebits_slice_header()
3296 if (pSlHParams->ui16MvcViewIdx != (IMG_UINT16)(NON_MVC_VIEW)) in tng__H264ES_notforsims_writebits_slice_header()
3297 …tng__generate_ue(pMTX_Header, aui32ElementPointers, pSlHParams->ui16MvcViewIdx); // pic_parameter… in tng__H264ES_notforsims_writebits_slice_header()
3410 IMG_UINT16 ui16MvcViewIdx, in tng__H264ES_notforsims_prepare_sliceheader() argument
3437 SlHParams.ui16MvcViewIdx = ui16MvcViewIdx; in tng__H264ES_notforsims_prepare_sliceheader()
Dtng_hostdefs.h580 IMG_UINT16 ui16MvcViewIdx; member
Dtng_trace.c686 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui16MvcViewIdx=0x%x\n", data->ui16MvcViewIdx); in tng_trace_setvideo()
1276 …ebug_msg(VIDEO_DEBUG_GENERAL, "SlHParams.ui16MvcViewIdx 0x%08x\n", psSlHParams->ui16MvcViewIdx); in tng_trace_slice_header_params()
Dtng_enc_trace.c464 drv_debug_msg(VIDEO_ENCODE_PDUMP,"\t ui16MvcViewIdx=0x%x\n", data->ui16MvcViewIdx); in SETVIDEO_dump()
Dtng_hostcode.c2649 psMtxEncContext->ui16MvcViewIdx = ctx->ui16MVCViewIdx; in tng__setvideo_params()