Searched refs:tunneled (Results 1 - 8 of 8) sorted by relevance

/frameworks/av/include/media/
H A DIOMX.h98 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/include/
H A DOMX.h79 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
H A DOMXNodeInstance.h69 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp614 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync,
618 portString(portIndex), portIndex, tunneled, audioHwSync);
626 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name);
633 tunnelParams.bTunneled = tunneled;
638 portString(portIndex), portIndex, tunneled, audioHwSync);
645 portString(portIndex), portIndex, tunneled, audioHwSync);
613 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
H A DOMX.cpp358 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
361 portIndex, tunneled, audioHwSync, sidebandHandle);
357 configureVideoTunnelMode( node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
/frameworks/av/media/libmedia/
H A DIOMX.cpp438 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
444 data.writeInt32((int32_t)tunneled);
948 OMX_BOOL tunneled = (OMX_BOOL)data.readInt32(); local
953 node, port_index, tunneled, audio_hw_sync, &sideband_handle);
437 configureVideoTunnelMode( node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle ) argument
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp82 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
H A DACodec.cpp660 // we do not support changing a tunneled surface after start
662 ALOGW("cannot change tunneled surface");
939 // Exits here for tunneled video playback codecs -- i.e. skips native window
940 // buffer allocation step as this is managed by the tunneled OMX omponent
1783 int32_t tunneled; local
1784 if (msg->findInt32("feature-tunneled-playback", &tunneled) &&
1785 tunneled != 0) {
1822 // non-tunneled video in case the window was previously used
1823 // for a tunneled vide
[all...]

Completed in 5944 milliseconds