Home
last modified time | relevance | path

Searched refs:configureVideoTunnelMode (Results 1 – 10 of 10) 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()
316 Return<void> TWOmxNode::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::hardware::media::omx::V1_0::implementation::TWOmxNode
320 Status status = toStatus(mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
DWOmxNode.h81 status_t configureVideoTunnelMode(
128 Return<void> 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()
313 Return<void> TWOmxNode::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::hardware::media::omx::V1_0::utils::TWOmxNode
317 Status status = toStatus(mBase->configureVideoTunnelMode( in configureVideoTunnelMode()
/frameworks/av/include/media/omx/1.0/
DWOmxNode.h80 status_t configureVideoTunnelMode(
127 Return<void> configureVideoTunnelMode(
/frameworks/av/include/media/
DIOMX.h118 virtual status_t configureVideoTunnelMode(
/frameworks/av/media/libmedia/include/media/
DIOMX.h118 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/include/
DOMXNodeInstance.h68 status_t configureVideoTunnelMode(
/frameworks/av/media/libstagefright/omx/
DOMXNodeInstance.cpp970 status_t OMXNodeInstance::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::OMXNodeInstance
978 CLOG_CONFIG(configureVideoTunnelMode, "%s:%u tun=%d sync=%u", in configureVideoTunnelMode()
/frameworks/av/media/libstagefright/
DACodec.cpp3055 status_t err = mOMXNode->configureVideoTunnelMode( in configureTunneledVideoPlayback()
8331 if (omxNode->configureVideoTunnelMode( in queryCapabilities()