Home
last modified time | relevance | path

Searched refs:configureVideoTunnelMode (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
DWOmxNode.cpp107 status_t LWOmxNode::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::hardware::media::omx::V1_0::implementation::LWOmxNode
111 status_t transStatus = toStatusT(mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
317 Return<void> TWOmxNode::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::hardware::media::omx::V1_0::implementation::TWOmxNode
321 Status status = toStatus(mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
/frameworks/av/media/libmedia/omx/1.0/
DWOmxNode.cpp104 status_t LWOmxNode::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::hardware::media::omx::V1_0::utils::LWOmxNode
108 status_t transStatus = toStatusT(mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
314 Return<void> TWOmxNode::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::hardware::media::omx::V1_0::utils::TWOmxNode
318 Status status = toStatus(mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DWOmxNode.h81 status_t configureVideoTunnelMode(
128 Return<void> configureVideoTunnelMode(
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmxNode.h80 status_t configureVideoTunnelMode(
127 Return<void> configureVideoTunnelMode(
/frameworks/av/media/codec2/sfplugin/
DC2OMXNode.h54 status_t configureVideoTunnelMode(
DC2OMXNode.cpp175 status_t C2OMXNode::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::C2OMXNode
/frameworks/av/media/libmedia/
DIOMX.cpp236 virtual status_t configureVideoTunnelMode( in configureVideoTunnelMode() function in android::BpOMXNode
423 virtual status_t configureVideoTunnelMode( in configureVideoTunnelMode() function in android::HpOMXNode
426 return mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
688 status_t err = configureVideoTunnelMode( in onTransact()
/frameworks/av/media/libmedia/include/media/
DIOMX.h126 virtual status_t configureVideoTunnelMode(
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h69 status_t configureVideoTunnelMode(
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1166 status_t OMXNodeInstance::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::OMXNodeInstance
1178 CLOG_CONFIG(configureVideoTunnelMode, "%s:%u tun=%d sync=%u", in configureVideoTunnelMode()
/frameworks/av/media/libstagefright/
DACodec.cpp3385 status_t err = mOMXNode->configureVideoTunnelMode( in configureTunneledVideoPlayback()
9321 if (omxNode->configureVideoTunnelMode( in queryCapabilities()