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

/frameworks/av/media/libmedia/
H A DIOMX.cpp373 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
379 data.writeInt32((int32_t)tunneled);
833 OMX_BOOL tunneled = (OMX_BOOL)data.readInt32(); local
838 node, port_index, tunneled, audio_hw_sync, &sideband_handle);
372 configureVideoTunnelMode( node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle ) argument
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp346 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
349 portIndex, tunneled, audioHwSync, sidebandHandle);
345 configureVideoTunnelMode( node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
H A DOMXNodeInstance.cpp580 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync,
584 portString(portIndex), portIndex, tunneled, audioHwSync);
592 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name);
599 tunnelParams.bTunneled = tunneled;
604 portString(portIndex), portIndex, tunneled, audioHwSync);
611 portString(portIndex), portIndex, tunneled, audioHwSync);
579 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
/frameworks/av/media/libstagefright/
H A DACodec.cpp718 // Exits here for tunneled video playback codecs -- i.e. skips native window
719 // buffer allocation step as this is managed by the tunneled OMX omponent
1315 int32_t tunneled; local
1316 if (msg->findInt32("feature-tunneled-playback", &tunneled) &&
1317 tunneled != 0) {
1354 // non-tunneled video in case the window was previously used
1355 // for a tunneled video playback.

Completed in 88 milliseconds