Searched refs:pVtcConfig (Results 1 - 1 of 1) sorted by relevance

/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c406 OMX_TI_PARAM_VTCSLICE *pVtcConfig;// = (OMX_TI_PARAM_VTCSLICE *)pComponentParameterStructure; local
416 pVtcConfig = (OMX_TI_PARAM_VTCSLICE *)pComponentParameterStructure;
424 pVtcConfig->nInternalBuffers = i;
438 pVtcConfig->IonBufhdl[0] = (OMX_PTR)(fd1);
440 //fprintf(stdout, "DOMX: ION Buffer#%d: Y: 0x%x\n", i, pVtcConfig->IonBufhdl[0]);
455 pVtcConfig->IonBufhdl[1] = (OMX_PTR)(fd2);
456 gCamIonHdl[i][0] = pVtcConfig->IonBufhdl[0];
457 gCamIonHdl[i][1] = pVtcConfig->IonBufhdl[1];
458 //fprintf(stdout, "DOMX: ION Buffer#%d: UV: 0x%x\n", i, pVtcConfig->IonBufhdl[1]);
461 pVtcConfig,
[all...]

Completed in 27 milliseconds