Home
last modified time | relevance | path

Searched refs:omx (Results 1 – 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/
DOMXClient.cpp275 sp<IOMX> omx; in allocateNode() local
279 omx = mMediaCodecOMX; in allocateNode()
281 omx = mMediaServerOMX; in allocateNode()
286 omx = mLocalOMX; in allocateNode()
289 status_t err = omx->allocateNode(name, observer, nodeBinder, node); in allocateNode()
290 ALOGV("allocated node_id %x on %s OMX", *node, omx == mMediaCodecOMX ? "codecprocess" : in allocateNode()
291 omx == mMediaServerOMX ? "mediaserver" : "local"); in allocateNode()
418 sp<IOMX> omx; in createPersistentInputSurface() local
422 omx = mMediaServerOMX; in createPersistentInputSurface()
424 omx = mMediaCodecOMX; in createPersistentInputSurface()
[all …]
DACodec.cpp1700 const sp<IOMX> &omx, IOMX::node_id node, const char *role) { in setComponentRole() argument
1709 return omx->setParameter( in setComponentRole()
4616 const sp<IOMX> &omx, IOMX::node_id node, in describeColorFormat() argument
4620 if (omx->getExtensionIndex( in describeColorFormat()
4624 if (omx->getParameter( in describeColorFormat()
4630 } else if (omx->getExtensionIndex( in describeColorFormat()
4632 && omx->getParameter( in describeColorFormat()
4642 const sp<IOMX> &omx, IOMX::node_id node, in isFlexibleColorFormat() argument
4656 if (!describeColorFormat(omx, node, describeParams)) { in isFlexibleColorFormat()
6359 sp<IOMX> omx = client.interface(); in onAllocateComponent() local
[all …]
DMediaCodec.cpp215 sp<IOMX> omx = client.interface(); in CreatePersistentInputSurface() local
241 status_t err = omx->createPersistentInputSurface( in CreatePersistentInputSurface()
/frameworks/av/media/libmedia/
DIMediaCodecService.cpp61 sp<IOMX> omx = getOMX(); in onTransact() local
62 reply->writeStrongBinder(IInterface::asBinder(omx)); in onTransact()
DIMediaPlayerService.cpp166 sp<IOMX> omx = getOMX(); in onTransact() local
167 reply->writeStrongBinder(IInterface::asBinder(omx)); in onTransact()
/frameworks/av/media/libstagefright/omx/tests/
DAndroid.mk39 frameworks/av/media/libstagefright/omx \
/frameworks/av/include/media/stagefright/
DACodec.h98 const sp<IOMX> &omx, IOMX::node_id node,
346 const sp<IOMX> &omx, IOMX::node_id node, const char *role);
546 const sp<IOMX> &omx, IOMX::node_id node,
/frameworks/av/cmds/stagefright/
Dstagefright.cpp913 sp<IOMX> omx = service->getOMX(); in main() local
914 CHECK(omx.get() != NULL); in main()
917 omx->listNodes(&list); in main()
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
DarmOMX.h51 #define OMXCAT2BAR(A, B) omx ## A ## B
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
DarmOMX.h51 #define OMXCAT2BAR(A, B) omx ## A ## B
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
DarmOMX.h51 #define OMXCAT2BAR(A, B) omx ## A ## B