#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <pthread.h>
#include <unistd.h>
#include <sys/stat.h>
#include <OMX_Core.h>
#include <OMX_Component.h>
#include <OMX_Types.h>
#include <OMX_Audio.h>
#include <user_debug_levels.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 37 of file omxcompnameenumtest.c.
References DEB_LEV_ERR, DEBUG, err, OMX_ComponentNameEnum(), OMX_Deinit(), OMX_ErrorNone, and OMX_Init().