Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp108 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument
113 toRawBool(tunneled), in configureVideoTunnelMode()
318 uint32_t portIndex, bool tunneled, uint32_t audioHwSync, in configureVideoTunnelMode() argument
323 toEnumBool(tunneled), in configureVideoTunnelMode()
/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp105 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument
110 toRawBool(tunneled), in configureVideoTunnelMode()
315 uint32_t portIndex, bool tunneled, uint32_t audioHwSync, in configureVideoTunnelMode() argument
320 toEnumBool(tunneled), in configureVideoTunnelMode()
/frameworks/av/media/codec2/sfplugin/
DPipelineWatcher.h72 PipelineWatcher &tunneled(bool value);
DC2OMXNode.cpp176 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument
179 (void)tunneled; in configureVideoTunnelMode()
DC2OMXNode.h55 OMX_U32 portIndex, OMX_BOOL tunneled,
DPipelineWatcher.cpp48 PipelineWatcher &PipelineWatcher::tunneled(bool value) { in tunneled() function in android::PipelineWatcher
DCCodecBufferChannel.cpp1946 int32_t tunneled = 0; in start() local
1947 if (!outputFormat->findInt32("android._tunneled", &tunneled)) { in start()
1948 tunneled = 0; in start()
1950 mTunneled = (tunneled != 0); in start()
1964 .tunneled(mTunneled); in start()
DCCodec.cpp1121 int32_t tunneled; in configure() local
1122 if (msg->findInt32("feature-tunneled-playback", &tunneled) && tunneled != 0) { in configure()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DWOmxNode.h82 OMX_U32 portIndex, OMX_BOOL tunneled,
129 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmxNode.h81 OMX_U32 portIndex, OMX_BOOL tunneled,
128 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
/frameworks/av/media/libmedia/
DIOMX.cpp237 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument
242 data.writeInt32((int32_t)tunneled); in configureVideoTunnelMode()
424 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument
427 portIndex, tunneled, audioHwSync, sidebandHandle); in configureVideoTunnelMode()
684 OMX_BOOL tunneled = (OMX_BOOL)data.readInt32(); in onTransact() local
689 port_index, tunneled, audio_hw_sync, &sideband_handle); in onTransact()
/frameworks/av/media/libmedia/include/media/
DIOMX.h127 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h70 OMX_U32 portIndex, OMX_BOOL tunneled,
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1167 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, in configureVideoTunnelMode() argument
1179 portString(portIndex), portIndex, tunneled, audioHwSync); in configureVideoTunnelMode()
1187 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name); in configureVideoTunnelMode()
1194 tunnelParams.bTunneled = tunneled; in configureVideoTunnelMode()
1199 portString(portIndex), portIndex, tunneled, audioHwSync); in configureVideoTunnelMode()
1206 portString(portIndex), portIndex, tunneled, audioHwSync); in configureVideoTunnelMode()
/frameworks/proto_logging/stats/atoms/media/
Dmedia_codec_extension_atoms.proto225 // Whether or not the codec is tunneled.
/frameworks/av/media/libstagefright/
DMediaCodec.cpp5011 int32_t tunneled; in onMessageReceived() local
5012 if (format->findInt32("feature-tunneled-playback", &tunneled) && tunneled != 0) { in onMessageReceived()
DACodec.cpp2020 int32_t tunneled; in configureCodec() local
2021 if (msg->findInt32("feature-tunneled-playback", &tunneled) && in configureCodec()
2022 tunneled != 0) { in configureCodec()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt14645 field public static final java.lang.String FEATURE_TunneledPlayback = "tunneled-playback";
/frameworks/base/core/api/
Dcurrent.txt22884 field public static final String FEATURE_TunneledPlayback = "tunneled-playback";