Searched refs:omx (Results 1 - 11 of 11) 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/wilhelm/src/android/
H A DVideoCodec_to_android.cpp66 sp<IOMX> omx(service->getOMX());
67 if (omx.get() == NULL) {
76 if (OK == QueryCodecs(omx, kVideoMimeTypes[m], true /* queryDecoders */,
/frameworks/av/include/media/stagefright/
H A DOMXCodec.h65 const sp<IOMX> &omx,
73 const sp<IOMX> &omx, IOMX::node_id node, bool isEncoder,
234 OMXCodec(const sp<IOMX> &omx, IOMX::node_id node,
383 const sp<IOMX> &omx,
388 const sp<IOMX> &omx,
393 const sp<IOMX> &omx,
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp177 sp<IOMX> omx; local
183 omx = mLocalOMX;
185 omx = mRemoteOMX;
188 status_t err = omx->allocateNode(name, observer, node);
194 if (omx == mLocalOMX) {
H A DOMXCodec.cpp56 // 1000 is more than enough for us to tell whether the omx
276 const sp<IOMX> &omx,
350 status_t err = omx->allocateNode(componentName, observer, &node);
355 omx, node, quirks, flags,
741 // the omx component to see whether the given
754 // Make sure that omx component does not overwrite
984 // value; but we will leave that to the omx encoder component
1312 const sp<IOMX> &omx, IOMX::node_id node,
1319 : mOMX(omx),
1320 mOMXLivesLocally(omx
275 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
1311 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
1353 setComponentRole( const sp<IOMX> &omx, IOMX::node_id node, bool isEncoder, const char *mime) argument
4523 QueryCodecs( const sp<IOMX> &omx, const char *mime, bool queryDecoders, bool hwCodecOnly, Vector<CodecCapabilities> *results) argument
4553 QueryCodec( const sp<IOMX> &omx, const char *componentName, const char *mime, bool isEncoder, CodecCapabilities *caps) argument
4617 QueryCodecs( const sp<IOMX> &omx, const char *mimeType, bool queryDecoders, Vector<CodecCapabilities> *results) argument
[all...]
H A DACodec.cpp2191 notify->setInt32("omx-error", error);
3022 sp<IOMX> omx = client.interface(); local
3066 status_t err = omx->allocateNode(componentName.c_str(), observer, &node);
3099 mCodec->mOMX = omx;
/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],
885 sp<IOMX> omx = service->getOMX(); local
886 CHECK(omx.get() != NULL);
887 dumpCodecProfiles(omx, true /* queryDecoders */);
888 dumpCodecProfiles(omx, false /* queryDecoders */);
898 sp<IOMX> omx = service->getOMX(); local
899 CHECK(omx.get() != NULL);
902 omx->listNodes(&list);
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp223 sp<IOMX> omx = getOMX(); local
224 reply->writeStrongBinder(omx->asBinder());
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A DarmOMX.h36 #define OMXCAT2BAR(A, B) omx ## A ## B
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A DarmOMX.h36 #define OMXCAT2BAR(A, B) omx ## A ## B
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A DarmOMX.h36 #define OMXCAT2BAR(A, B) omx ## A ## B

Completed in 179 milliseconds