Searched refs:tunnelParams (Results 1 – 1 of 1) sorted by relevance
657 ConfigureVideoTunnelModeParams tunnelParams; in configureVideoTunnelMode() local658 InitOMXParams(&tunnelParams); in configureVideoTunnelMode()659 tunnelParams.nPortIndex = portIndex; in configureVideoTunnelMode()660 tunnelParams.bTunneled = tunneled; in configureVideoTunnelMode()661 tunnelParams.nAudioHwSync = audioHwSync; in configureVideoTunnelMode()662 err = OMX_SetParameter(mHandle, index, &tunnelParams); in configureVideoTunnelMode()669 err = OMX_GetParameter(mHandle, index, &tunnelParams); in configureVideoTunnelMode()676 *sidebandHandle = (native_handle_t*)tunnelParams.pSidebandWindow; in configureVideoTunnelMode()