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

/frameworks/base/media/tests/omxjpegdecoder/
H A Djpeg_decoder_bench.cpp111 OmxJpegImageDecoder* omx = new OmxJpegImageDecoder; local
112 testDecoder(omx, argv[1]);
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp287 sp<IOMX> omx = getOMX(); local
288 reply->writeStrongBinder(omx->asBinder());
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp214 sp<IOMX> omx; local
220 omx = mLocalOMX;
222 omx = mRemoteOMX;
225 status_t err = omx->allocateNode(name, observer, node);
231 if (omx == mLocalOMX) {
H A DACodec.cpp3106 const sp<IOMX> &omx, IOMX::node_id node,
3110 if (omx->getExtensionIndex(
3113 omx->getParameter(
3124 const sp<IOMX> &omx, IOMX::node_id node,
3137 if (!describeColorFormat(omx, node, describeParams)) {
4506 sp<IOMX> omx = client.interface(); local
4511 if (omx->asBinder()->linkToDeath(mDeathNotifier) != OK) {
4559 status_t err = omx->allocateNode(componentName.c_str(), observer, &node);
4595 mCodec->mOMX = omx;
3105 describeColorFormat( const sp<IOMX> &omx, IOMX::node_id node, DescribeColorFormatParams &describeParams) argument
3123 isFlexibleColorFormat( const sp<IOMX> &omx, IOMX::node_id node, uint32_t colorFormat, OMX_U32 *flexibleEquivalent) argument
H A DOMXCodec.cpp66 // 1000 is more than enough for us to tell whether the omx
288 const sp<IOMX> &omx,
362 status_t err = omx->allocateNode(componentName, observer, &node);
367 omx, node, quirks, flags,
842 // the omx component to see whether the given
855 // Make sure that omx component does not overwrite
1086 // value; but we will leave that to the omx encoder component
1411 const sp<IOMX> &omx, IOMX::node_id node,
1418 : mOMX(omx),
1419 mOMXLivesLocally(omx
287 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
1410 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
1451 setComponentRole( const sp<IOMX> &omx, IOMX::node_id node, bool isEncoder, const char *mime) argument
4666 QueryCodecs( const sp<IOMX> &omx, const char *mime, bool queryDecoders, bool hwCodecOnly, Vector<CodecCapabilities> *results) argument
4696 QueryCodec( const sp<IOMX> &omx, const char *componentName, const char *mime, bool isEncoder, CodecCapabilities *caps) argument
4788 QueryCodecs( const sp<IOMX> &omx, const char *mimeType, bool queryDecoders, Vector<CodecCapabilities> *results) argument
[all...]
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp614 static void dumpCodecProfiles(const sp<IOMX>& omx, bool queryDecoders) { argument
632 CHECK_EQ(QueryCodecs(omx, kMimeTypes[k],
884 sp<IOMX> omx = service->getOMX(); local
885 CHECK(omx.get() != NULL);
886 dumpCodecProfiles(omx, true /* queryDecoders */);
887 dumpCodecProfiles(omx, false /* queryDecoders */);
897 sp<IOMX> omx = service->getOMX(); local
898 CHECK(omx.get() != NULL);
901 omx->listNodes(&list);

Completed in 157 milliseconds