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

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp596 ConfigureVideoTunnelModeParams tunnelParams; local
597 InitOMXParams(&tunnelParams);
598 tunnelParams.nPortIndex = portIndex;
599 tunnelParams.bTunneled = tunneled;
600 tunnelParams.nAudioHwSync = audioHwSync;
601 err = OMX_SetParameter(mHandle, index, &tunnelParams);
608 err = OMX_GetParameter(mHandle, index, &tunnelParams);
615 *sidebandHandle = (native_handle_t*)tunnelParams.pSidebandWindow;

Completed in 1506 milliseconds