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

/frameworks/av/media/libstagefright/
H A DOMXClient.cpp81 virtual status_t configureVideoTunnelMode(
298 status_t MuxOMX::configureVideoTunnelMode( function in class:android::MuxOMX
301 return getOMX(node)->configureVideoTunnelMode(
/frameworks/av/media/libmedia/
H A DIOMX.cpp372 virtual status_t configureVideoTunnelMode( function in class:android::BpOMX
837 status_t err = configureVideoTunnelMode(
/frameworks/av/media/libstagefright/omx/
H A DOMX.cpp345 status_t OMX::configureVideoTunnelMode( function in class:android::OMX
348 return findInstance(node)->configureVideoTunnelMode(
H A DOMXNodeInstance.cpp488 status_t OMXNodeInstance::configureVideoTunnelMode( function in class:android::OMXNodeInstance
495 "OMX.google.android.index.configureVideoTunnelMode");
499 ALOGE("configureVideoTunnelMode extension is missing!");
515 ALOGE("configureVideoTunnelMode failed! (err %d).", err);

Completed in 735 milliseconds