Searched defs:omx (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp184 sp<IOMX> omx = getOMX(); local
185 reply->writeStrongBinder(IInterface::asBinder(omx));
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp222 sp<IOMX> omx; local
228 omx = mLocalOMX;
230 omx = mRemoteOMX;
233 status_t err = omx->allocateNode(name, observer, node);
239 if (omx == mLocalOMX) {
H A DMediaCodec.cpp200 sp<IOMX> omx = client.interface(); local
226 status_t err = omx->createPersistentInputSurface(
315 if (nameIsType || !strncasecmp(name.c_str(), "omx.", 4)) {
H A DOMXCodec.cpp68 // 1000 is more than enough for us to tell whether the omx
293 const sp<IOMX> &omx,
367 status_t err = omx->allocateNode(componentName, observer, &node);
372 omx, node, quirks, flags,
852 // the omx component to see whether the given
865 // Make sure that omx component does not overwrite
1096 // value; but we will leave that to the omx encoder component
1421 const sp<IOMX> &omx, IOMX::node_id node,
1428 : mOMX(omx),
1429 mOMXLivesLocally(omx
292 Create( const sp<IOMX> &omx, const sp<MetaData> &meta, bool createEncoder, const sp<MediaSource> &source, const char *matchComponentName, uint32_t flags, const sp<ANativeWindow> &nativeWindow) argument
1420 OMXCodec( const sp<IOMX> &omx, IOMX::node_id node, uint32_t quirks, uint32_t flags, bool isEncoder, const char *mime, const char *componentName, const sp<MediaSource> &source, const sp<ANativeWindow> &nativeWindow) argument
1461 setComponentRole( const sp<IOMX> &omx, IOMX::node_id node, bool isEncoder, const char *mime) argument
4263 QueryCodecs( const sp<IOMX> &omx, const char *mime, bool queryDecoders, bool hwCodecOnly, Vector<CodecCapabilities> *results) argument
4293 QueryCodec( const sp<IOMX> &omx, const char *componentName, const char *mime, bool isEncoder, CodecCapabilities *caps) argument
4384 QueryCodecs( const sp<IOMX> &omx, const char *mimeType, bool queryDecoders, Vector<CodecCapabilities> *results) argument
[all...]
H A DACodec.cpp3935 const sp<IOMX> &omx, IOMX::node_id node,
3939 if (omx->getExtensionIndex(
3942 omx->getParameter(
3953 const sp<IOMX> &omx, IOMX::node_id node,
3967 if (!describeColorFormat(omx, node, describeParams)) {
5458 sp<IOMX> omx = client.interface(); local
5463 if (IInterface::asBinder(omx)->linkToDeath(mDeathNotifier) != OK) {
5512 err = omx->allocateNode(componentName.c_str(), observer, &node);
5550 mCodec->mOMX = omx;
3934 describeColorFormat( const sp<IOMX> &omx, IOMX::node_id node, DescribeColorFormatParams &describeParams) argument
3952 isFlexibleColorFormat( const sp<IOMX> &omx, IOMX::node_id node, uint32_t colorFormat, bool usingNativeBuffers, OMX_U32 *flexibleEquivalent) argument
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp621 static void dumpCodecProfiles(const sp<IOMX>& omx, bool queryDecoders) { argument
639 CHECK_EQ(QueryCodecs(omx, kMimeTypes[k],
891 sp<IOMX> omx = service->getOMX(); local
892 CHECK(omx.get() != NULL);
893 dumpCodecProfiles(omx, true /* queryDecoders */);
894 dumpCodecProfiles(omx, false /* queryDecoders */);
904 sp<IOMX> omx = service->getOMX(); local
905 CHECK(omx.get() != NULL);
908 omx->listNodes(&list);

Completed in 144 milliseconds