Searched refs:tunnelParams (Results 1 – 1 of 1) sorted by relevance
1060 ConfigureVideoTunnelModeParams tunnelParams; in configureVideoTunnelMode() local1061 InitOMXParams(&tunnelParams); in configureVideoTunnelMode()1062 tunnelParams.nPortIndex = portIndex; in configureVideoTunnelMode()1063 tunnelParams.bTunneled = tunneled; in configureVideoTunnelMode()1064 tunnelParams.nAudioHwSync = audioHwSync; in configureVideoTunnelMode()1065 err = OMX_SetParameter(mHandle, index, &tunnelParams); in configureVideoTunnelMode()1072 err = OMX_GetParameter(mHandle, index, &tunnelParams); in configureVideoTunnelMode()1079 *sidebandHandle = (native_handle_t*)tunnelParams.pSidebandWindow; in configureVideoTunnelMode()