HomeSort by relevance Sort by last modified time
    Searched refs:Omx (Results 1 - 7 of 7) sorted by null

  /hardware/google/av/codec2/hidl/services/
C2SoftwareCodecServiceRegistrant.cpp 23 #include <media/stagefright/omx/1.0/Omx.h>
43 using namespace ::android::hardware::media::omx::V1_0;
44 android::sp<IOmx> omx = new implementation::Omx();
45 if (omx == nullptr) {
47 } else if (omx->registerAsService() != android::OK) {
  /frameworks/av/media/libstagefright/omx/1.0/
Omx.cpp 25 #include <media/stagefright/omx/OMXUtils.h>
26 #include <media/stagefright/omx/OMXMaster.h>
27 #include <media/stagefright/omx/OmxGraphicBufferSource.h>
29 #include <media/stagefright/omx/1.0/WOmxNode.h>
30 #include <media/stagefright/omx/1.0/WOmxObserver.h>
31 #include <media/stagefright/omx/1.0/WGraphicBufferProducer.h>
32 #include <media/stagefright/omx/1.0/WGraphicBufferSource.h>
33 #include <media/stagefright/omx/1.0/Conversion.h>
34 #include <media/stagefright/omx/1.0/Omx.h
39 namespace omx { namespace in namespace:android::hardware::media
    [all...]
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
Omx.h 24 #include <android/hardware/media/omx/1.0/IOmx.h>
35 namespace omx { namespace in namespace:android::hardware::media
39 using ::android::hardware::media::omx::V1_0::IOmx;
40 using ::android::hardware::media::omx::V1_0::IOmxNode;
41 using ::android::hardware::media::omx::V1_0::IOmxObserver;
42 using ::android::hardware::media::omx::V1_0::Status;
57 struct Omx : public IOmx, public hidl_death_recipient {
58 Omx();
59 virtual ~Omx();
87 } // namespace omx
    [all...]
  /frameworks/av/services/mediacodec/
main_codecservice.cpp 25 #include <media/stagefright/omx/1.0/Omx.h>
26 #include <media/stagefright/omx/1.0/OmxStore.h>
67 using namespace ::android::hardware::media::omx::V1_0;
74 sp<IOmx> omx = new implementation::Omx(); local
75 if (omx == nullptr) {
77 } else if (omx->registerAsService() != OK) {
  /frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
OMXNodeInstance.h 30 #include <media/stagefright/omx/1.0/Omx.h>
39 using hardware::media::omx::V1_0::implementation::Omx;
43 Omx *owner, const sp<IOMXObserver> &observer, const char *name);
126 Omx *mOwner;
166 // Following are OMX parameters managed by us (instead of the component)
  /test/vts/tools/build/tasks/list/
vts_func_fuzzer_package_list.mk 85 android.hardware.media.omx@1.0-vts.func_fuzzer.GraphicBufferSource \
86 android.hardware.media.omx@1.0-vts.func_fuzzer.Omx \
87 android.hardware.media.omx@1.0-vts.func_fuzzer.OmxBufferProducer \
88 android.hardware.media.omx@1.0-vts.func_fuzzer.OmxBufferSource \
89 android.hardware.media.omx@1.0-vts.func_fuzzer.OmxNode \
90 android.hardware.media.omx@1.0-vts.func_fuzzer.OmxObserver \
91 android.hardware.media.omx@1.0-vts.func_fuzzer.OmxProducerListener \
  /frameworks/av/media/libstagefright/omx/
OMXNodeInstance.cpp 23 #include <media/stagefright/omx/OMXNodeInstance.h>
24 #include <media/stagefright/omx/OMXMaster.h>
25 #include <media/stagefright/omx/OMXUtils.h>
347 Omx *owner, const sp<IOMXObserver> &observer, const char *name)
362 DEBUG = ADebug::GetDebugLevelFromProperty(name, "debug.stagefright.omx-debug");
425 // by the OMX component - we want to ignore them as our client
561 "OMX.google.android.index.storeMetaDataInBuffers",
562 "OMX.google.android.index.storeANWBufferInMetadata",
563 "OMX.google.android.index.prepareForAdaptivePlayback",
564 "OMX.google.android.index.configureVideoTunnelMode"
    [all...]

Completed in 130 milliseconds