Home
last modified time | relevance | path

Searched refs:configureVideoTunnelMode (Results 1 – 10 of 10) 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/libmedia/include/media/omx/1.0/
DWOmxNode.h80 status_t configureVideoTunnelMode(
127 Return<void> 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/
DIOMX.h119 virtual status_t configureVideoTunnelMode(
/frameworks/av/include/media/
DIOMX.h119 virtual status_t configureVideoTunnelMode(
/frameworks/av/media/libmedia/
DIOMX.cpp311 virtual status_t configureVideoTunnelMode( in configureVideoTunnelMode() function in android::BpOMXNode
498 virtual status_t configureVideoTunnelMode( in configureVideoTunnelMode() function in android::HpOMXNode
501 return mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
840 status_t err = configureVideoTunnelMode( in onTransact()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
DOMXNodeInstance.h69 status_t configureVideoTunnelMode(
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp1006 status_t OMXNodeInstance::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::OMXNodeInstance
1014 CLOG_CONFIG(configureVideoTunnelMode, "%s:%u tun=%d sync=%u", in configureVideoTunnelMode()
/frameworks/av/media/libstagefright/
DACodec.cpp3078 status_t err = mOMXNode->configureVideoTunnelMode( in configureTunneledVideoPlayback()
8422 if (omxNode->configureVideoTunnelMode( in queryCapabilities()