OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Omx
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/omx/1.0/
Omx.h
25
#include <android/hardware/media/
omx
/1.0/IOmx.h>
34
namespace
omx
{
namespace in namespace:android::hardware::media
38
using ::android::hardware::media::
omx
::V1_0::IOmx;
39
using ::android::hardware::media::
omx
::V1_0::IOmxNode;
40
using ::android::hardware::media::
omx
::V1_0::IOmxObserver;
41
using ::android::hardware::media::
omx
::V1_0::Status;
57
struct
Omx
: public IOmx, public hidl_death_recipient, public OmxNodeOwner {
58
Omx
();
59
virtual ~
Omx
();
87
} // namespace
omx
[
all
...]
Omx.cpp
35
#include "
Omx
.h"
40
namespace
omx
{
namespace in namespace:android::hardware::media
46
Omx
::
Omx
() :
51
Omx
::~
Omx
() {
55
Return<void>
Omx
::listNodes(listNodes_cb _hidl_cb) {
85
Return<void>
Omx
::allocateNode(
108
LOG(ERROR) << "Failed to allocate
omx
component "
138
Return<void>
Omx
::createInputSurface(createInputSurface_cb _hidl_cb)
[
all
...]
Completed in 432 milliseconds