Searched defs:configureVideoTunnelMode (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/omx/1.0/
H A DWOmxNode.cpp104 status_t LWOmxNode::configureVideoTunnelMode( function in class:android::hardware::media::omx::V1_0::utils::LWOmxNode
108 status_t transStatus = toStatusT(mBase->configureVideoTunnelMode(
313 Return<void> TWOmxNode::configureVideoTunnelMode( function in class:android::hardware::media::omx::V1_0::utils::TWOmxNode
317 Status status = toStatus(mBase->configureVideoTunnelMode(
/frameworks/av/media/libstagefright/omx/1.0/
H A DWOmxNode.cpp107 status_t LWOmxNode::configureVideoTunnelMode( function in class:android::hardware::media::omx::V1_0::implementation::LWOmxNode
111 status_t transStatus = toStatusT(mBase->configureVideoTunnelMode(
316 Return<void> TWOmxNode::configureVideoTunnelMode( function in class:android::hardware::media::omx::V1_0::implementation::TWOmxNode
320 Status status = toStatus(mBase->configureVideoTunnelMode(
/frameworks/av/media/libmedia/
H A DIOMX.cpp311 virtual status_t configureVideoTunnelMode( function in class:android::BpOMXNode
498 virtual status_t configureVideoTunnelMode( function in class:android::HpOMXNode
501 return mBase->configureVideoTunnelMode(
840 status_t err = configureVideoTunnelMode(
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp550 "OMX.google.android.index.configureVideoTunnelMode",
970 status_t OMXNodeInstance::configureVideoTunnelMode( function in class:android::OMXNodeInstance
978 CLOG_CONFIG(configureVideoTunnelMode, "%s:%u tun=%d sync=%u",
983 "OMX.google.android.index.configureVideoTunnelMode");

Completed in 72 milliseconds