/frameworks/av/include/media/stagefright/ |
D | OMXCodec.h | 65 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, 391 const sp<IOMX> &omx, 396 const sp<IOMX> &omx, 401 const sp<IOMX> &omx,
|
D | ACodec.h | 85 const sp<IOMX> &omx, IOMX::node_id node, 419 const sp<IOMX> &omx, IOMX::node_id node,
|
/frameworks/wilhelm/src/android/ |
D | VideoCodec_to_android.cpp | 67 sp<IOMX> omx(service->getOMX()); in android_videoCodec_expose() local 68 if (omx.get() == NULL) { in android_videoCodec_expose() 77 if (OK == QueryCodecs(omx, kVideoMimeTypes[m], true /* queryDecoders */, in android_videoCodec_expose()
|
/frameworks/av/cmds/stagefright/ |
D | stagefright.cpp | 621 static void dumpCodecProfiles(const sp<IOMX>& omx, bool queryDecoders) { in dumpCodecProfiles() argument 639 CHECK_EQ(QueryCodecs(omx, kMimeTypes[k], in dumpCodecProfiles() 891 sp<IOMX> omx = service->getOMX(); in main() local 892 CHECK(omx.get() != NULL); in main() 893 dumpCodecProfiles(omx, true /* queryDecoders */); in main() 894 dumpCodecProfiles(omx, false /* queryDecoders */); in main() 904 sp<IOMX> omx = service->getOMX(); in main() local 905 CHECK(omx.get() != NULL); in main() 908 omx->listNodes(&list); in main()
|
/frameworks/av/media/libstagefright/ |
D | OMXClient.cpp | 222 sp<IOMX> omx; in allocateNode() local 228 omx = mLocalOMX; in allocateNode() 230 omx = mRemoteOMX; in allocateNode() 233 status_t err = omx->allocateNode(name, observer, node); in allocateNode() 239 if (omx == mLocalOMX) { in allocateNode()
|
D | OMXCodec.cpp | 293 const sp<IOMX> &omx, in Create() argument 367 status_t err = omx->allocateNode(componentName, observer, &node); in Create() 372 omx, node, quirks, flags, in Create() 1421 const sp<IOMX> &omx, IOMX::node_id node, in OMXCodec() argument 1428 : mOMX(omx), in OMXCodec() 1429 mOMXLivesLocally(omx->livesLocally(node, getpid())), in OMXCodec() 1462 const sp<IOMX> &omx, IOMX::node_id node, bool isEncoder, in setComponentRole() argument 1542 status_t err = omx->setParameter( in setComponentRole() 4264 const sp<IOMX> &omx, in QueryCodecs() argument 4283 QueryCodec(omx, componentName, mime, !queryDecoders, caps); in QueryCodecs() [all …]
|
D | ACodec.cpp | 3935 const sp<IOMX> &omx, IOMX::node_id node, in describeColorFormat() argument 3939 if (omx->getExtensionIndex( in describeColorFormat() 3942 omx->getParameter( in describeColorFormat() 3953 const sp<IOMX> &omx, IOMX::node_id node, in isFlexibleColorFormat() argument 3967 if (!describeColorFormat(omx, node, describeParams)) { in isFlexibleColorFormat() 5458 sp<IOMX> omx = client.interface(); in onAllocateComponent() local 5463 if (IInterface::asBinder(omx)->linkToDeath(mDeathNotifier) != OK) { in onAllocateComponent() 5512 err = omx->allocateNode(componentName.c_str(), observer, &node); in onAllocateComponent() 5550 mCodec->mOMX = omx; in onAllocateComponent()
|
D | MediaCodec.cpp | 193 sp<IOMX> omx = client.interface(); in CreatePersistentInputSurface() local 219 status_t err = omx->createPersistentInputSurface( in CreatePersistentInputSurface()
|
/frameworks/av/media/libstagefright/omx/tests/ |
D | Android.mk | 39 frameworks/av/media/libstagefright/omx \
|
/frameworks/av/media/libmedia/ |
D | IMediaPlayerService.cpp | 184 sp<IOMX> omx = getOMX(); in onTransact() local 185 reply->writeStrongBinder(IInterface::asBinder(omx)); in onTransact()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/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/arm11/api/ |
D | armOMX.h | 51 #define OMXCAT2BAR(A, B) omx ## A ## B
|