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

/frameworks/av/media/libmedia/
H A DIOMX.cpp470 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
476 data.writeInt32((int32_t)tunneled);
1078 OMX_BOOL tunneled = (OMX_BOOL)data.readInt32(); local
1083 node, port_index, tunneled, audio_hw_sync, &sideband_handle);
469 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.cpp440 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
449 portIndex, tunneled, audioHwSync, sidebandHandle);
439 configureVideoTunnelMode( node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
H A DOMXNodeInstance.cpp641 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync,
645 portString(portIndex), portIndex, tunneled, audioHwSync);
653 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name);
660 tunnelParams.bTunneled = tunneled;
665 portString(portIndex), portIndex, tunneled, audioHwSync);
672 portString(portIndex), portIndex, tunneled, audioHwSync);
640 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
/frameworks/av/media/libstagefright/
H A DACodec.cpp670 // we do not support changing a tunneled surface after start
672 ALOGW("cannot change tunneled surface");
1017 // Exits here for tunneled video playback codecs -- i.e. skips native window
1018 // buffer allocation step as this is managed by the tunneled OMX omponent
1896 int32_t tunneled; local
1897 if (msg->findInt32("feature-tunneled-playback", &tunneled) &&
1898 tunneled != 0) {
1935 // non-tunneled video in case the window was previously used
1936 // for a tunneled vide
[all...]

Completed in 223 milliseconds