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

/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp657 ConfigureVideoTunnelModeParams tunnelParams; local
658 InitOMXParams(&tunnelParams);
659 tunnelParams.nPortIndex = portIndex;
660 tunnelParams.bTunneled = tunneled;
661 tunnelParams.nAudioHwSync = audioHwSync;
662 err = OMX_SetParameter(mHandle, index, &tunnelParams);
669 err = OMX_GetParameter(mHandle, index, &tunnelParams);
676 *sidebandHandle = (native_handle_t*)tunnelParams.pSidebandWindow;

Completed in 73 milliseconds