Home
last modified time | relevance | path

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

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