Home
last modified time | relevance | path

Searched defs:port_index (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/libmedia/
DIOMX.cpp205 node_id node, OMX_U32 port_index, const sp<IMemory> &params, in useBuffer()
227 node_id node, OMX_U32 port_index, size_t size, in allocateBuffer()
249 node_id node, OMX_U32 port_index, const sp<IMemory> &params, in allocateBufferWithBackup()
271 node_id node, OMX_U32 port_index, buffer_id buffer) { in freeBuffer()
518 OMX_U32 port_index = data.readInt32(); in onTransact() local
538 OMX_U32 port_index = data.readInt32(); in onTransact() local
557 OMX_U32 port_index = data.readInt32(); in onTransact() local
579 OMX_U32 port_index = data.readInt32(); in onTransact() local
/frameworks/base/media/libstagefright/omx/
DOMX.cpp298 node_id node, OMX_U32 port_index, const sp<IMemory> &params, in useBuffer()
305 node_id node, OMX_U32 port_index, size_t size, in allocateBuffer()
312 node_id node, OMX_U32 port_index, const sp<IMemory> &params, in allocateBufferWithBackup()
318 status_t OMX::freeBuffer(node_id node, OMX_U32 port_index, buffer_id buffer) { in freeBuffer()