Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmedia/omx/1.0/
H A 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()
/aosp12/frameworks/av/media/libstagefright/omx/1.0/
H A 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()
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DWOmxNode.h80 status_t configureVideoTunnelMode(
127 Return<void> configureVideoTunnelMode(
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DWOmxNode.h81 status_t configureVideoTunnelMode(
128 Return<void> configureVideoTunnelMode(
/aosp12/frameworks/av/media/libmedia/
H A 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()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DC2OMXNode.h55 status_t configureVideoTunnelMode(
H A DC2OMXNode.cpp329 status_t C2OMXNode::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::C2OMXNode
/aosp12/frameworks/av/media/libmedia/include/media/
H A DIOMX.h126 virtual status_t configureVideoTunnelMode(
/aosp12/hardware/interfaces/media/omx/1.0/
H A DIOmxNode.hal164 * extension "OMX.google.android.index.configureVideoTunnelMode".
173 configureVideoTunnelMode(
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXNodeInstance.h69 status_t configureVideoTunnelMode(
/aosp12/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp1120 status_t OMXNodeInstance::configureVideoTunnelMode( in configureVideoTunnelMode() function in android::OMXNodeInstance
1132 CLOG_CONFIG(configureVideoTunnelMode, "%s:%u tun=%d sync=%u", in configureVideoTunnelMode()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/component/
H A DVtsHalMediaOmxV1_0TargetComponentTest.cpp121 omxNode->configureVideoTunnelMode( in SetUp()
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp152 omxNode->configureVideoTunnelMode( in SetUp()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp3296 status_t err = mOMXNode->configureVideoTunnelMode( in configureTunneledVideoPlayback()
9101 if (omxNode->configureVideoTunnelMode( in queryCapabilities()