Searched defs:tunnelParams (Results 1 - 1 of 1) sorted by path

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp991 ConfigureVideoTunnelModeParams tunnelParams; local
992 InitOMXParams(&tunnelParams);
993 tunnelParams.nPortIndex = portIndex;
994 tunnelParams.bTunneled = tunneled;
995 tunnelParams.nAudioHwSync = audioHwSync;
996 err = OMX_SetParameter(mHandle, index, &tunnelParams);
1003 err = OMX_GetParameter(mHandle, index, &tunnelParams);
1010 *sidebandHandle = (native_handle_t*)tunnelParams.pSidebandWindow;

Completed in 64 milliseconds