Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1060 ConfigureVideoTunnelModeParams tunnelParams; in configureVideoTunnelMode() local
1061 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()