Searched refs:omx (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | OMXClient.cpp | 275 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 …]
|
D | ACodec.cpp | 1700 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 …]
|
D | MediaCodec.cpp | 215 sp<IOMX> omx = client.interface(); in CreatePersistentInputSurface() local 241 status_t err = omx->createPersistentInputSurface( in CreatePersistentInputSurface()
|
/frameworks/av/media/libmedia/ |
D | IMediaCodecService.cpp | 61 sp<IOMX> omx = getOMX(); in onTransact() local 62 reply->writeStrongBinder(IInterface::asBinder(omx)); in onTransact()
|
D | IMediaPlayerService.cpp | 166 sp<IOMX> omx = getOMX(); in onTransact() local 167 reply->writeStrongBinder(IInterface::asBinder(omx)); in onTransact()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | Android.mk | 39 frameworks/av/media/libstagefright/omx \
|
/frameworks/av/include/media/stagefright/ |
D | ACodec.h | 98 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/ |
D | stagefright.cpp | 913 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/ |
D | armOMX.h | 51 #define OMXCAT2BAR(A, B) omx ## A ## B
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
D | armOMX.h | 51 #define OMXCAT2BAR(A, B) omx ## A ## B
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
D | armOMX.h | 51 #define OMXCAT2BAR(A, B) omx ## A ## B
|