Home
last modified time | relevance | path

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

/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/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/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.h55 status_t configureVideoTunnelMode(
DC2OMXNode.cpp269 status_t C2OMXNode::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::C2OMXNode
/frameworks/av/media/libmedia/
DIOMX.cpp237 virtual status_t configureVideoTunnelMode( in configureVideoTunnelMode() function in android::BpOMXNode
424 virtual status_t configureVideoTunnelMode( in configureVideoTunnelMode() function in android::HpOMXNode
427 return mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
689 status_t err = configureVideoTunnelMode( in onTransact()
/frameworks/av/media/libmedia/include/media/
DIOMX.h118 virtual status_t configureVideoTunnelMode(
/frameworks/av/include/media/
DIOMX.h118 virtual status_t configureVideoTunnelMode(
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h69 status_t configureVideoTunnelMode(
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1035 status_t OMXNodeInstance::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::OMXNodeInstance
1047 CLOG_CONFIG(configureVideoTunnelMode, "%s:%u tun=%d sync=%u", in configureVideoTunnelMode()
/frameworks/av/media/libstagefright/
DACodec.cpp3145 status_t err = mOMXNode->configureVideoTunnelMode( in configureTunneledVideoPlayback()
8695 if (omxNode->configureVideoTunnelMode( in queryCapabilities()