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/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/media/libstagefright/omx/1.0/
Omx.cpp
24
#include <media/stagefright/
omx
/OMXUtils.h>
25
#include <media/stagefright/
omx
/OMXMaster.h>
26
#include <media/stagefright/
omx
/OmxGraphicBufferSource.h>
28
#include <media/stagefright/
omx
/1.0/WOmxNode.h>
29
#include <media/stagefright/
omx
/1.0/WOmxObserver.h>
30
#include <media/stagefright/
omx
/1.0/WGraphicBufferSource.h>
31
#include <media/stagefright/
omx
/1.0/Conversion.h>
32
#include <media/stagefright/
omx
/1.0/
Omx
.h>
37
namespace
omx
{
namespace in namespace:android::hardware::media
[
all
...]
Completed in 479 milliseconds