/frameworks/av/media/libmedia/omx/1.0/ |
D | WOmxNode.cpp | 105 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/libstagefright/omx/1.0/ |
D | WOmxNode.cpp | 108 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/ |
D | IOMX.cpp | 237 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/libstagefright/omx/include/media/stagefright/omx/1.0/ |
D | WOmxNode.h | 82 OMX_U32 portIndex, OMX_BOOL tunneled, 129 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
|
/frameworks/av/media/libmedia/include/media/omx/1.0/ |
D | WOmxNode.h | 81 OMX_U32 portIndex, OMX_BOOL tunneled, 128 uint32_t portIndex, bool tunneled, uint32_t audioHwSync,
|
/frameworks/av/media/codec2/sfplugin/ |
D | C2OMXNode.h | 56 OMX_U32 portIndex, OMX_BOOL tunneled,
|
D | C2OMXNode.cpp | 331 OMX_U32 portIndex, OMX_BOOL tunneled, in configureVideoTunnelMode() argument 334 (void)tunneled; in configureVideoTunnelMode()
|
D | CCodec.cpp | 864 int32_t tunneled; in configure() local 865 if (msg->findInt32("feature-tunneled-playback", &tunneled) && tunneled != 0) { in configure() 2565 bool tunneled = false; in initiateReleaseIfStuck() local 2599 tunneled = config->mTunneled; in initiateReleaseIfStuck() 2602 if (!tunneled && isMediaTypeKnown && name.empty()) { in initiateReleaseIfStuck()
|
D | CCodecBufferChannel.cpp | 1458 int32_t tunneled = 0; in start() local 1459 if (!outputFormat->findInt32("android._tunneled", &tunneled)) { in start() 1460 tunneled = 0; in start() 1462 mTunneled = (tunneled != 0); in start()
|
/frameworks/av/media/libmedia/include/media/ |
D | IOMX.h | 127 OMX_U32 portIndex, OMX_BOOL tunneled,
|
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/ |
D | OMXNodeInstance.h | 70 OMX_U32 portIndex, OMX_BOOL tunneled,
|
/frameworks/av/media/libstagefright/omx/ |
D | OMXNodeInstance.cpp | 1121 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, in configureVideoTunnelMode() argument 1133 portString(portIndex), portIndex, tunneled, audioHwSync); in configureVideoTunnelMode() 1141 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name); in configureVideoTunnelMode() 1148 tunnelParams.bTunneled = tunneled; in configureVideoTunnelMode() 1153 portString(portIndex), portIndex, tunneled, audioHwSync); in configureVideoTunnelMode() 1160 portString(portIndex), portIndex, tunneled, audioHwSync); in configureVideoTunnelMode()
|
/frameworks/av/media/libstagefright/ |
D | MediaCodec.cpp | 4121 int32_t tunneled; in onMessageReceived() local 4122 if (format->findInt32("feature-tunneled-playback", &tunneled) && tunneled != 0) { in onMessageReceived()
|
D | ACodec.cpp | 1957 int32_t tunneled; in configureCodec() local 1958 if (msg->findInt32("feature-tunneled-playback", &tunneled) && in configureCodec() 1959 tunneled != 0) { in configureCodec()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 14645 field public static final java.lang.String FEATURE_TunneledPlayback = "tunneled-playback";
|
/frameworks/base/core/api/ |
D | current.txt | 21497 field public static final String FEATURE_TunneledPlayback = "tunneled-playback";
|