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

/frameworks/av/media/libmedia/
H A DIMediaCodecService.cpp61 sp<IOMX> omx = getOMX(); local
62 reply->writeStrongBinder(IInterface::asBinder(omx));
H A DIMediaPlayerService.cpp166 sp<IOMX> omx = getOMX(); local
167 reply->writeStrongBinder(IInterface::asBinder(omx));
/frameworks/av/media/libstagefright/omx/tests/
H A DAndroid.mk39 frameworks/av/media/libstagefright/omx \
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp275 sp<IOMX> omx; local
279 omx = mMediaCodecOMX;
281 omx = mMediaServerOMX;
286 omx = mLocalOMX;
289 status_t err = omx->allocateNode(name, observer, nodeBinder, node);
290 ALOGV("allocated node_id %x on %s OMX", *node, omx == mMediaCodecOMX ? "codecprocess" :
291 omx == mMediaServerOMX ? "mediaserver" : "local");
418 sp<IOMX> omx; local
422 omx = mMediaServerOMX;
424 omx
[all...]
H A DACodec.cpp56 #include "omx/OMXUtils.h"
1700 const sp<IOMX> &omx, IOMX::node_id node, const char *role) {
1709 return omx->setParameter(
4616 const sp<IOMX> &omx, IOMX::node_id node,
4620 if (omx->getExtensionIndex(
4624 if (omx->getParameter(
4630 } else if (omx->getExtensionIndex(
4632 && omx->getParameter(
4642 const sp<IOMX> &omx, IOMX::node_id node,
4656 if (!describeColorFormat(omx, nod
1699 setComponentRole( const sp<IOMX> &omx, IOMX::node_id node, const char *role) argument
4615 describeColorFormat( const sp<IOMX> &omx, IOMX::node_id node, DescribeColorFormat2Params &describeParams) argument
4641 isFlexibleColorFormat( const sp<IOMX> &omx, IOMX::node_id node, uint32_t colorFormat, bool usingNativeBuffers, OMX_U32 *flexibleEquivalent) argument
6359 sp<IOMX> omx = client.interface(); local
7827 sp<IOMX> omx = client.interface(); local
[all...]
H A DMediaCodec.cpp215 sp<IOMX> omx = client.interface(); local
241 status_t err = omx->createPersistentInputSurface(
320 if (nameIsType || name.startsWithIgnoreCase("omx.")) {
/frameworks/av/include/media/stagefright/
H A DACodec.h98 const sp<IOMX> &omx, IOMX::node_id node,
133 kWhatOMXMessage = 'omx ',
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/
H A Dstagefright.cpp913 sp<IOMX> omx = service->getOMX(); local
914 CHECK(omx.get() != NULL);
917 omx->listNodes(&list);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmOMX.h51 #define OMXCAT2BAR(A, B) omx ## A ## B
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmOMX.h51 #define OMXCAT2BAR(A, B) omx ## A ## B
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmOMX.h51 #define OMXCAT2BAR(A, B) omx ## A ## B

Completed in 1151 milliseconds