Home
last modified time | relevance | path

Searched refs:IOmx (Results 1 – 16 of 16) sorted by relevance

/frameworks/av/media/libmedia/include/media/omx/1.0/
DWOmx.h35 using ::android::hardware::media::omx::V1_0::IOmx;
62 sp<IOmx> mBase;
63 LWOmx(sp<IOmx> const& base);
DConversion.h85 using ::android::hardware::media::omx::V1_0::IOmx;
779 inline bool convertTo(IOmx::ComponentInfo* t, IOMX::ComponentInfo const& l) { in convertTo()
796 inline bool convertTo(IOMX::ComponentInfo* l, IOmx::ComponentInfo const& t) { in convertTo()
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DOmx.h39 using ::android::hardware::media::omx::V1_0::IOmx;
57 struct Omx : public IOmx, public hidl_death_recipient {
83 extern "C" IOmx* HIDL_FETCH_IOmx(const char* name);
DOmxStore.h34 using ::android::hardware::media::omx::V1_0::IOmx;
62 Return<sp<IOmx>> getOmx(hidl_string const&) override;
DConversion.h88 using ::android::hardware::media::omx::V1_0::IOmx;
592 inline bool convertTo(IOmx::ComponentInfo* t, IOMX::ComponentInfo const& l) { in convertTo()
609 inline bool convertTo(IOMX::ComponentInfo* l, IOmx::ComponentInfo const& t) { in convertTo()
/frameworks/av/media/libmediaplayerservice/
DMediaRecorderClient.h34 typedef ::android::hardware::media::omx::V1_0::IOmx IOmx; typedef
46 const sp<IOmx>& omx,
58 sp<IOmx> mOmx;
DMediaPlayerService.h73 typedef ::android::hardware::media::omx::V1_0::IOmx IOmx; typedef
403 const sp<IOmx>& omx,
416 sp<IOmx> mOmx;
DMediaRecorderClient.cpp372 const sp<IOmx>& omx, in ServiceDeathNotifier()
472 sp<IOmx> omx = IOmx::getService(); in setListener()
DMediaPlayerService.cpp660 const sp<IOmx>& omx, in ServiceDeathNotifier()
745 sp<IOmx> omx = IOmx::getService(); in setDataSource_pre()
/frameworks/av/media/libstagefright/
DOMXClient.cpp48 sp<IOmx> tOmx = IOmx::getService(name); in connect()
/frameworks/av/media/libmedia/omx/1.0/
DWOmx.cpp37 LWOmx::LWOmx(sp<IOmx> const& base) : mBase(base) { in LWOmx()
45 hidl_vec<IOmx::ComponentInfo> const& nodeList) { in listNodes()
/frameworks/av/media/libstagefright/omx/1.0/
DOmxStore.cpp117 Return<sp<IOmx>> OmxStore::getOmx(hidl_string const& omxName) { in getOmx()
118 return IOmx::tryGetService(omxName); in getOmx()
DOmx.cpp222 IOmx* HIDL_FETCH_IOmx(const char* /* name */) { in HIDL_FETCH_IOmx()
/frameworks/av/services/mediacodec/
Dmain_codecservice.cpp74 sp<IOmx> omx = new implementation::Omx(); in main()
/frameworks/av/cmds/stagefright/
Dstagefright.cpp927 sp<IOmx> omx = IOmx::getService(); in main()
930 hidl_vec<IOmx::ComponentInfo> nodeList; in main()
/frameworks/av/media/libstagefright/omx/tests/
DOMXHarness.cpp85 sp<IOmx> tOmx = IOmx::getService(); in initOMX()