Home
last modified time | relevance | path

Searched refs:appPrivate (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DSoftOMXComponent.h79 OMX_PTR appPrivate,
86 OMX_PTR appPrivate,
143 OMX_PTR appPrivate,
151 OMX_PTR appPrivate,
H A DSimpleSoftOMXComponent.h130 OMX_PTR appPrivate,
137 OMX_PTR appPrivate,
/aosp12/frameworks/av/media/libstagefright/omx/
H A DSoftOMXComponent.cpp187 OMX_PTR appPrivate, in UseBufferWrapper() argument
194 return me->useBuffer(buffer, portIndex, appPrivate, size, ptr); in UseBufferWrapper()
202 OMX_PTR appPrivate, in AllocateBufferWrapper() argument
208 return me->allocateBuffer(buffer, portIndex, appPrivate, size); in AllocateBufferWrapper()
H A DSimpleSoftOMXComponent.cpp243 OMX_PTR appPrivate, in useBuffer() argument
266 (*header)->pAppPrivate = appPrivate; in useBuffer()
301 OMX_PTR appPrivate, in allocateBuffer() argument
306 useBuffer(header, portIndex, appPrivate, size, ptr); in allocateBuffer()