Searched refs:Omx (Results 1 - 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/omx/1.0/
H A DOmx.cpp34 #include <media/stagefright/omx/1.0/Omx.h>
45 Omx::Omx() : function in class:android::hardware::media::omx::V1_0::implementation::Omx
50 Omx::~Omx() {
54 Return<void> Omx::listNodes(listNodes_cb _hidl_cb) {
84 Return<void> Omx::allocateNode(
148 Return<void> Omx::createInputSurface(createInputSurface_cb _hidl_cb) {
168 void Omx::serviceDied(uint64_t /* cookie */, wp<IBase> const& who) {
188 status_t Omx
[all...]
/frameworks/av/services/mediacodec/
H A Dmain_codecservice.cpp25 #include <media/stagefright/omx/1.0/Omx.h>
74 sp<IOmx> omx = new implementation::Omx();
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DOmx.h57 struct Omx : public IOmx, public hidl_death_recipient { struct in namespace:android::hardware::media::omx::V1_0::implementation
58 Omx();
59 virtual ~Omx();
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/
H A DOMXNodeInstance.h30 #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;
/frameworks/av/media/libstagefright/omx/
H A DOMXNodeInstance.cpp347 Omx *owner, const sp<IOMXObserver> &observer, const char *name)

Completed in 26 milliseconds