OpenMAXBellagio 0.9.3
omxprioritytest.h File Reference
#include <stdio.h>
#include <stdlib.h>
#include <OMX_Core.h>
#include <OMX_Component.h>
#include <OMX_Types.h>
#include <OMX_Audio.h>
#include <tsemaphore.h>
#include <user_debug_levels.h>

Go to the source code of this file.

Defines

#define VERSIONMAJOR   1
#define VERSIONMINOR   1
#define VERSIONREVISION   0
#define VERSIONSTEP   0

Functions

OMX_ERRORTYPE rmEventHandler (OMX_HANDLETYPE hComponent, OMX_PTR pAppData, OMX_EVENTTYPE eEvent, OMX_U32 Data1, OMX_U32 Data2, OMX_PTR pEventData)
OMX_ERRORTYPE rmEmptyBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR pAppData, OMX_BUFFERHEADERTYPE *pBuffer)
OMX_ERRORTYPE rmFillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR pAppData, OMX_BUFFERHEADERTYPE *pBuffer)

Variables

tsem_teventSem
OMX_BOOL bResourceErrorReceived

Define Documentation

#define VERSIONMAJOR   1

test/components/resource_manager/omxrmtest.h

This simple test application tests the functionalities of the simple resource manager provided with Bellagio components that implements the basic support defined in OpenMAX for resource management.

Copyright (C) 2007-2009 STMicroelectronics Copyright (C) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Specification version

Definition at line 43 of file omxprioritytest.h.

#define VERSIONMINOR   1

Definition at line 44 of file omxprioritytest.h.

#define VERSIONREVISION   0

Definition at line 45 of file omxprioritytest.h.

#define VERSIONSTEP   0

Definition at line 46 of file omxprioritytest.h.


Function Documentation

OMX_ERRORTYPE rmEmptyBufferDone ( OMX_HANDLETYPE  hComponent,
OMX_PTR  pAppData,
OMX_BUFFERHEADERTYPE pBuffer 
)

Definition at line 322 of file omxprioritytest.c.

OMX_ERRORTYPE rmEventHandler ( OMX_HANDLETYPE  hComponent,
OMX_PTR  pAppData,
OMX_EVENTTYPE  eEvent,
OMX_U32  Data1,
OMX_U32  Data2,
OMX_PTR  pEventData 
)

Definition at line 266 of file omxprioritytest.c.

OMX_ERRORTYPE rmFillBufferDone ( OMX_HANDLETYPE  hComponent,
OMX_PTR  pAppData,
OMX_BUFFERHEADERTYPE pBuffer 
)

Definition at line 330 of file omxprioritytest.c.


Variable Documentation

Definition at line 49 of file omxprioritytest.h.

Referenced by main(), and rmEventHandler().

Definition at line 48 of file omxprioritytest.h.

Referenced by main(), and rmEventHandler().