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

  /device/asus/fugu/
mfx_omxil_core.conf 0 OMX.Intel.sw_vd.h265 : libmfx_omx_components_sw.so
  /frameworks/av/media/libstagefright/include/
OMXNodeInstance.h 21 #include "OMX.h"
36 OMX *owner, const sp<IOMXObserver> &observer, const char *name);
38 void setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle);
40 OMX *owner();
42 OMX::node_id nodeID();
74 OMX::buffer_id *buffer, OMX_U32 allottedSize);
78 OMX::buffer_id *buffer);
82 OMX::buffer_id buffer);
99 OMX_U32 portIndex, size_t size, OMX::buffer_id *buffer,
104 OMX::buffer_id *buffer, OMX_U32 allottedSize)
    [all...]
OMX.h 29 class OMX : public BnOMX,
32 OMX();
159 virtual ~OMX();
179 OMX(const OMX &);
180 OMX &operator=(const OMX &);
  /frameworks/av/media/libstagefright/omx/
OMX.cpp 20 #define LOG_TAG "OMX"
25 #include "../include/OMX.h"
46 struct OMX::CallbackDispatcherThread : public Thread {
62 struct OMX::CallbackDispatcher : public RefBase {
92 OMX::CallbackDispatcher::CallbackDispatcher(OMXNodeInstance *owner)
99 OMX::CallbackDispatcher::~CallbackDispatcher() {
117 void OMX::CallbackDispatcher::post(const omx_message &msg, bool realTime) {
126 void OMX::CallbackDispatcher::dispatch(std::list<omx_message> &messages) {
134 bool OMX::CallbackDispatcher::loop() {
159 bool OMX::CallbackDispatcherThread::threadLoop()
    [all...]
Android.mk 7 OMX.cpp \
OMXNodeInstance.cpp 188 OMX *owner, const sp<IOMXObserver> &observer, const char *name)
197 DEBUG = ADebug::GetDebugLevelFromProperty(name, "debug.stagefright.omx-debug");
213 void OMXNodeInstance::setHandle(OMX::node_id node_id, OMX_HANDLETYPE handle) {
232 OMX *OMXNodeInstance::owner() {
240 OMX::node_id OMXNodeInstance::nodeID() {
274 // by the OMX component - we want to ignore them as our client
460 "OMX.google.android.index.enableAndroidNativeBuffers");
487 "OMX.google.android.index.getAndroidNativeBufferUsage");
526 "OMX.google.android.index.storeMetaDataInBuffers");
529 "OMX.google.android.index.storeANWBufferInMetadata")
    [all...]
  /hardware/ti/omap4-aah/domx/test/sample_proxy/
Makefile 86 SH_LIBS = pthread dl omx_core OMX.TI.DUCATI1.MISC.SAMPLE domx mm_osal timemmgr
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
Makefile 86 SH_LIBS = pthread dl omx_core OMX.TI.DUCATI1.MISC.SAMPLE domx mm_osal timemmgr
  /hardware/ti/omap4xxx/camera/
Android.mk 5 OMAP4_CAMERA_HAL_USES:= OMX
43 # OMX Camera HAL
46 ifeq ($(OMAP4_CAMERA_HAL_USES),OMX)
  /hardware/ti/omap4-aah/camera/
Android.mk 38 # Enable OMX Camera component profiling
124 # OMX Camera Adapter
127 ifeq ($(OMAP4_CAMERA_HAL_USES),OMX)
  /frameworks/av/include/media/
IOMX.h 44 DECLARE_META_INTERFACE(OMX);
50 // the implementation of the OMX interface lives in the same
88 // This will set *type to previous metadata buffer type on OMX error (not on binder error), and
107 // Use |params| as an OMX buffer, but limit the size of the OMX buffer to |allottedSize|.
120 // This will set *type to resulting metadata buffer type on OMX error (not on binder error) as
131 // This will set *type to resulting metadata buffer type on OMX error (not on binder error) as
148 // Allocate an OMX buffer of size |allotedSize|. Use |params| as the backup buffer, which
  /frameworks/av/media/libstagefright/
OMXClient.cpp 32 #include "include/OMX.h"
187 // 64 bit processes always run OMX remote on MediaServer
190 // 32 bit processes run only OMX.google.* components locally
191 return !strncasecmp(name, "OMX.google.", 11);
211 mLocalOMX = new OMX;
222 sp<IOMX> omx; local
226 mLocalOMX = new OMX;
228 omx = mLocalOMX;
230 omx = mRemoteOMX;
233 status_t err = omx->allocateNode(name, observer, node)
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp 79 #include <OMX.h>
358 mOMX = new OMX;
    [all...]
  /frameworks/av/media/libmedia/
IOMX.cpp 590 IMPLEMENT_META_INTERFACE(OMX, "android.hardware.IOMX");
    [all...]

Completed in 367 milliseconds