Searched refs:tunneled (Results 1 - 8 of 8) sorted by relevance
/frameworks/av/include/media/ |
H A D | IOMX.h | 98 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
|
/frameworks/av/media/libstagefright/include/ |
H A D | OMX.h | 79 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
|
H A D | OMXNodeInstance.h | 69 OMX_U32 portIndex, OMX_BOOL tunneled,
|
/frameworks/av/media/libstagefright/omx/ |
H A D | OMXNodeInstance.cpp | 614 OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, 618 portString(portIndex), portIndex, tunneled, audioHwSync); 626 CLOG_ERROR_IF(tunneled, getExtensionIndex, err, "%s", name); 633 tunnelParams.bTunneled = tunneled; 638 portString(portIndex), portIndex, tunneled, audioHwSync); 645 portString(portIndex), portIndex, tunneled, audioHwSync); 613 configureVideoTunnelMode( OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
|
H A D | OMX.cpp | 358 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, 361 portIndex, tunneled, audioHwSync, sidebandHandle); 357 configureVideoTunnelMode( node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle) argument
|
/frameworks/av/media/libmedia/ |
H A D | IOMX.cpp | 438 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, 444 data.writeInt32((int32_t)tunneled); 948 OMX_BOOL tunneled = (OMX_BOOL)data.readInt32(); local 953 node, port_index, tunneled, audio_hw_sync, &sideband_handle); 437 configureVideoTunnelMode( node_id node, OMX_U32 portIndex, OMX_BOOL tunneled, OMX_U32 audioHwSync, native_handle_t **sidebandHandle ) argument
|
/frameworks/av/media/libstagefright/ |
H A D | OMXClient.cpp | 82 node_id node, OMX_U32 portIndex, OMX_BOOL tunneled,
|
H A D | ACodec.cpp | 660 // we do not support changing a tunneled surface after start 662 ALOGW("cannot change tunneled surface"); 939 // Exits here for tunneled video playback codecs -- i.e. skips native window 940 // buffer allocation step as this is managed by the tunneled OMX omponent 1783 int32_t tunneled; local 1784 if (msg->findInt32("feature-tunneled-playback", &tunneled) && 1785 tunneled != 0) { 1822 // non-tunneled video in case the window was previously used 1823 // for a tunneled vide [all...] |
Completed in 76 milliseconds