From 2a776f827cc2363510196de2f86d5057bb53e30e Mon Sep 17 00:00:00 2001 From: Sejun Park Date: Wed, 11 Nov 2015 09:36:34 +0900 Subject: [PATCH] Upgrading to version 1.6.1 Change-Id: I009b1af1aae420a19427d5d908159826708e8b99 Signed-off-by: Sejun Park --- Makefile.am | 2 +- autogen.sh | 99 +- config/bellagio/gstomx.conf | 4 +- config/exynos/gstomx.conf | 1 - config/odroid/Makefile.am | 6 + config/odroid/gstomx.conf | 72 + config/rpi/gstomx.conf | 20 +- configure.ac | 7 +- omx/Makefile.am | 4 +- omx/gstomx.c | 116 +- omx/gstomx.h | 69 +- omx/gstomxaacdec.c | 0 omx/gstomxaacdec.h | 0 omx/gstomxamrdec.c | 0 omx/gstomxamrdec.h | 0 omx/gstomxanalogaudiosink.c | 0 omx/gstomxanalogaudiosink.h | 0 omx/gstomxaudiodec.c | 0 omx/gstomxaudiodec.h | 0 omx/gstomxaudiosink.c | 0 omx/gstomxaudiosink.h | 0 omx/gstomxbufferpool.c | 20 +- omx/gstomxbufferpool.h | 0 omx/gstomxhdmiaudiosink.c | 0 omx/gstomxhdmiaudiosink.h | 0 omx/gstomxmp3dec.c | 0 omx/gstomxmp3dec.h | 0 omx/gstomxvideo.c | 10 +- omx/gstomxvideo.h | 0 omx/gstomxvideodec.c | 112 +- omx/gstomxvideoenc.c | 63 +- packaging/gst-omx.spec | 3 +- tags | 5366 +++++++++++++++++++++++++++++++++++++++++++ 33 files changed, 5649 insertions(+), 325 deletions(-) mode change 100644 => 100755 Makefile.am mode change 100644 => 100755 config/bellagio/gstomx.conf mode change 100644 => 100755 config/exynos/gstomx.conf create mode 100755 config/odroid/Makefile.am create mode 100755 config/odroid/gstomx.conf mode change 100644 => 100755 config/rpi/gstomx.conf mode change 100644 => 100755 configure.ac mode change 100644 => 100755 omx/gstomxaacdec.c mode change 100644 => 100755 omx/gstomxaacdec.h mode change 100644 => 100755 omx/gstomxamrdec.c mode change 100644 => 100755 omx/gstomxamrdec.h mode change 100644 => 100755 omx/gstomxanalogaudiosink.c mode change 100644 => 100755 omx/gstomxanalogaudiosink.h mode change 100644 => 100755 omx/gstomxaudiodec.c mode change 100644 => 100755 omx/gstomxaudiodec.h mode change 100644 => 100755 omx/gstomxaudiosink.c mode change 100644 => 100755 omx/gstomxaudiosink.h mode change 100644 => 100755 omx/gstomxbufferpool.c mode change 100644 => 100755 omx/gstomxbufferpool.h mode change 100644 => 100755 omx/gstomxhdmiaudiosink.c mode change 100644 => 100755 omx/gstomxhdmiaudiosink.h mode change 100644 => 100755 omx/gstomxmp3dec.c mode change 100644 => 100755 omx/gstomxmp3dec.h mode change 100644 => 100755 omx/gstomxvideo.c mode change 100644 => 100755 omx/gstomxvideo.h mode change 100644 => 100755 omx/gstomxvideodec.c mode change 100644 => 100755 packaging/gst-omx.spec create mode 100644 tags diff --git a/Makefile.am b/Makefile.am old mode 100644 new mode 100755 index fd79a40..82affc6 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = common omx tools config +SUBDIRS = common omx tools config m4 if BUILD_EXAMPLES SUBDIRS += examples diff --git a/autogen.sh b/autogen.sh index 908ccb2..60d24e9 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,9 +1,20 @@ #!/bin/sh +# +# gst-omx autogen.sh +# # Run this to generate all the initial makefiles, etc. +# +# This file has been generated from common/autogen.sh.in via common/update-autogen + + +test -n "$srcdir" || srcdir=`dirname "$0"` +test -n "$srcdir" || srcdir=. + +olddir=`pwd` +cd "$srcdir" -DIE=0 package=gst-omx -srcfile=omx/gstomx.c +srcfile=gst-omx.doap # Make sure we have common if test ! -f common/gst-autogen.sh; @@ -29,31 +40,43 @@ then ln -s ../../common/hooks/pre-commit.hook .git/hooks/pre-commit fi +# GNU gettext automake support doesn't get along with git. +# https://bugzilla.gnome.org/show_bug.cgi?id=661128 +if test -d po ; then + touch -t 200001010000 po/gst-omx-1.0.pot +fi CONFIGURE_DEF_OPT='--enable-maintainer-mode --enable-gtk-doc' +if test "x$package" = "xgstreamer"; then + CONFIGURE_DEF_OPT="$CONFIGURE_DEF_OPT --enable-docbook --enable-failing-tests --enable-poisoning" +fi + autogen_options $@ printf "+ check for build tools" -if test ! -z "$NOCHECK"; then echo " skipped"; else echo; fi -version_check "autoconf" "$AUTOCONF autoconf autoconf270 autoconf269 autoconf268 autoconf267 autoconf266 autoconf265 autoconf264 autoconf263 autoconf262 autoconf261 autoconf260" \ - "ftp://ftp.gnu.org/pub/gnu/autoconf/" 2 60 || DIE=1 -version_check "automake" "$AUTOMAKE automake automake-1.11 automake-1.10" \ - "ftp://ftp.gnu.org/pub/gnu/automake/" 1 10 || DIE=1 -version_check "libtoolize" "$LIBTOOLIZE libtoolize glibtoolize" \ - "ftp://ftp.gnu.org/pub/gnu/libtool/" 1 5 0 || DIE=1 -version_check "pkg-config" "" \ - "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1 - -die_check $DIE - -aclocal_check || DIE=1 -autoheader_check || DIE=1 - -die_check $DIE +if test -z "$NOCHECK"; then + echo + + printf " checking for autoreconf ... " + echo + which "autoreconf" 2>/dev/null || { + echo "not found! Please install the autoconf package." + exit 1 + } + + printf " checking for pkg-config ... " + echo + which "pkg-config" 2>/dev/null || { + echo "not found! Please install pkg-config." + exit 1 + } +else + echo ": skipped version checks" +fi # if no arguments specified then this will be printed -if test -z "$*"; then +if test -z "$*" && test -z "$NOCONFIGURE"; then echo "+ checking for autogen.sh options" echo " This autogen script will automatically run ./configure as:" echo " ./configure $CONFIGURE_DEF_OPT" @@ -63,29 +86,15 @@ fi toplevel_check $srcfile -tool_run "$libtoolize" "--copy --force" -tool_run "$aclocal" "-I m4 -I common/m4 $ACLOCAL_FLAGS" -tool_run "$autoheader" - -# touch the stamp-h.in build stamp so we don't re-run autoheader in maintainer mode -echo timestamp > stamp-h.in 2> /dev/null - -tool_run "$autoconf" -tool_run "$automake" "-a -c" - -# if enable exists, add an -enable option for each of the lines in that file -if test -f enable; then - for a in `cat enable`; do - CONFIGURE_FILE_OPT="--enable-$a" - done +# autopoint +if test -d po && grep ^AM_GNU_GETTEXT_VERSION configure.ac >/dev/null ; then + tool_run "autopoint" "--force" fi -# if disable exists, add an -disable option for each of the lines in that file -if test -f disable; then - for a in `cat disable`; do - CONFIGURE_FILE_OPT="$CONFIGURE_FILE_OPT --disable-$a" - done -fi +# aclocal +if test -f acinclude.m4; then rm acinclude.m4; fi + +autoreconf --force --install || exit 1 test -n "$NOCONFIGURE" && { echo "+ skipping configure stage for package $package, as requested." @@ -93,13 +102,15 @@ test -n "$NOCONFIGURE" && { exit 0 } +cd "$olddir" + echo "+ running configure ... " -test ! -z "$CONFIGURE_DEF_OPT" && echo " ./configure default flags: $CONFIGURE_DEF_OPT" -test ! -z "$CONFIGURE_EXT_OPT" && echo " ./configure external flags: $CONFIGURE_EXT_OPT" -test ! -z "$CONFIGURE_FILE_OPT" && echo " ./configure enable/disable flags: $CONFIGURE_FILE_OPT" +test ! -z "$CONFIGURE_DEF_OPT" && echo " default flags: $CONFIGURE_DEF_OPT" +test ! -z "$CONFIGURE_EXT_OPT" && echo " external flags: $CONFIGURE_EXT_OPT" echo -./configure $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT $CONFIGURE_FILE_OPT || { +echo "$srcdir/configure" $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT +"$srcdir/configure" $CONFIGURE_DEF_OPT $CONFIGURE_EXT_OPT || { echo " configure failed" exit 1 } diff --git a/config/bellagio/gstomx.conf b/config/bellagio/gstomx.conf old mode 100644 new mode 100755 index 5ca8ba6..78f8e7d --- a/config/bellagio/gstomx.conf +++ b/config/bellagio/gstomx.conf @@ -2,7 +2,7 @@ type-name=GstOMXMPEG4VideoDec core-name=/usr/local/lib/libomxil-bellagio.so.0 component-name=OMX.st.video_decoder.mpeg4 -rank=257 +rank=256 in-port-index=0 out-port-index=1 hacks=event-port-settings-changed-ndata-parameter-swap;event-port-settings-changed-port-0-to-1 @@ -11,7 +11,7 @@ hacks=event-port-settings-changed-ndata-parameter-swap;event-port-settings-chang type-name=GstOMXH264Dec core-name=/usr/local/lib/libomxil-bellagio.so.0 component-name=OMX.st.video_decoder.avc -rank=257 +rank=256 in-port-index=0 out-port-index=1 hacks=event-port-settings-changed-ndata-parameter-swap;event-port-settings-changed-port-0-to-1 diff --git a/config/exynos/gstomx.conf b/config/exynos/gstomx.conf old mode 100644 new mode 100755 index 68f559e..0113214 --- a/config/exynos/gstomx.conf +++ b/config/exynos/gstomx.conf @@ -70,4 +70,3 @@ rank=258 in-port-index=0 out-port-index=1 hacks=no-component-role - diff --git a/config/odroid/Makefile.am b/config/odroid/Makefile.am new file mode 100755 index 0000000..b2946fc --- /dev/null +++ b/config/odroid/Makefile.am @@ -0,0 +1,6 @@ +EXTRA_DIST = gstomx.conf + +if USE_OMX_TARGET_ODROID +configdir = $(sysconfdir)/xdg +config_DATA = gstomx.conf +endif diff --git a/config/odroid/gstomx.conf b/config/odroid/gstomx.conf new file mode 100755 index 0000000..0106ef2 --- /dev/null +++ b/config/odroid/gstomx.conf @@ -0,0 +1,72 @@ +[omxmpeg2videodec] +type-name=GstOMXMPEG2VideoDec +core-name=/usr/lib/libExynosOMX_Core.so +component-name=OMX.Exynos.MPEG2.Decoder +rank=258 +in-port-index=0 +out-port-index=1 +hacks=no-component-role + +[omxmpeg4videodec] +type-name=GstOMXMPEG4VideoDec +core-name=/usr/lib/libExynosOMX_Core.so +component-name=OMX.Exynos.MPEG4.Decoder +rank=258 +in-port-index=0 +out-port-index=1 +hacks=no-component-role + +[omxh263dec] +type-name=GstOMXH263Dec +core-name=/usr/lib/libExynosOMX_Core.so +component-name=OMX.Exynos.H263.Decoder +rank=258 +in-port-index=0 +out-port-index=1 +hacks=no-component-role + +[omxh264dec] +type-name=GstOMXH264Dec +core-name=/usr/lib/libExynosOMX_Core.so +component-name=OMX.Exynos.AVC.Decoder +rank=258 +in-port-index=0 +out-port-index=1 +hacks=no-component-role + +[omxvc1dec] +type-name=GstOMXWMVDec +core-name=/usr/lib/libExynosOMX_Core.so +component-name=OMX.Exynos.WMV.Decoder +rank=256 +in-port-index=0 +out-port-index=1 +hacks=no-component-role +sink-template-caps=video/x-wmv,wmvversion=(int)3,format=(string){WMV3,WVC1},width=(int)[1,MAX],height=(int)[1,MAX] + +[omxh264enc] +type-name=GstOMXH264Enc +core-name=/usr/lib/libExynosOMX_Core.so +component-name=OMX.Exynos.AVC.Encoder +rank=258 +in-port-index=0 +out-port-index=1 +hacks=no-component-role + +[omxmpeg4enc] +type-name=GstOMXMPEG4VideoEnc +core-name=/usr/lib/libExynosOMX_Core.so +component-name=OMX.Exynos.MPEG4.Encoder +rank=258 +in-port-index=0 +out-port-index=1 +hacks=no-component-role + +[omxh263enc] +type-name=GstOMXH263Enc +core-name=/usr/lib/libExynosOMX_Core.so +component-name=OMX.Exynos.H263.Encoder +rank=258 +in-port-index=0 +out-port-index=1 +hacks=no-component-role diff --git a/config/rpi/gstomx.conf b/config/rpi/gstomx.conf old mode 100644 new mode 100755 index 827ebb6..9e23d45 --- a/config/rpi/gstomx.conf +++ b/config/rpi/gstomx.conf @@ -2,7 +2,7 @@ type-name=GstOMXMPEG2VideoDec core-name=/opt/vc/lib/libopenmaxil.so component-name=OMX.broadcom.video_decode -rank=257 +rank=256 in-port-index=130 out-port-index=131 hacks=no-component-role @@ -11,7 +11,7 @@ hacks=no-component-role type-name=GstOMXMPEG4VideoDec core-name=/opt/vc/lib/libopenmaxil.so component-name=OMX.broadcom.video_decode -rank=257 +rank=256 in-port-index=130 out-port-index=131 hacks=no-component-role @@ -20,7 +20,7 @@ hacks=no-component-role type-name=GstOMXH263Dec core-name=/opt/vc/lib/libopenmaxil.so component-name=OMX.broadcom.video_decode -rank=257 +rank=256 in-port-index=130 out-port-index=131 hacks=no-component-role @@ -29,7 +29,7 @@ hacks=no-component-role type-name=GstOMXH264Dec core-name=/opt/vc/lib/libopenmaxil.so component-name=OMX.broadcom.video_decode -rank=257 +rank=256 in-port-index=130 out-port-index=131 hacks=no-component-role @@ -38,7 +38,7 @@ hacks=no-component-role type-name=GstOMXTheoraDec core-name=/opt/vc/lib/libopenmaxil.so component-name=OMX.broadcom.video_decode -rank=257 +rank=256 in-port-index=130 out-port-index=131 hacks=no-component-role @@ -47,7 +47,7 @@ hacks=no-component-role type-name=GstOMXVP8Dec core-name=/opt/vc/lib/libopenmaxil.so component-name=OMX.broadcom.video_decode -rank=257 +rank=256 in-port-index=130 out-port-index=131 hacks=no-component-role @@ -56,7 +56,7 @@ hacks=no-component-role type-name=GstOMXMJPEGDec core-name=/opt/vc/lib/libopenmaxil.so component-name=OMX.broadcom.video_decode -rank=257 +rank=256 in-port-index=130 out-port-index=131 hacks=no-component-role @@ -64,8 +64,8 @@ hacks=no-component-role [omxvc1dec] type-name=GstOMXWMVDec core-name=/opt/vc/lib/libopenmaxil.so -component-name=OMX.broadcom.video_decode -rank=257 +component-name=OMX.broadcom.video_encode +rank=256 in-port-index=130 out-port-index=131 hacks=no-component-role @@ -75,7 +75,7 @@ sink-template-caps=video/x-wmv,wmvversion=(int)3,format=(string){WMV3,WVC1},widt type-name=GstOMXH264Enc core-name=/opt/vc/lib/libopenmaxil.so component-name=OMX.broadcom.video_encode -rank=257 +rank=256 in-port-index=200 out-port-index=201 hacks=no-component-role diff --git a/configure.ac b/configure.ac old mode 100644 new mode 100755 index 715724a..f523e32 --- a/configure.ac +++ b/configure.ac @@ -221,8 +221,8 @@ AC_ARG_ENABLE(Bsymbolic, LDFLAGS="${SAVED_LDFLAGS}"]) AC_ARG_WITH([omx-target], - AS_HELP_STRING([--with-omx-target],[Use this OpenMAX IL target (generic, bellagio, rpi)]), - [ac_cv_omx_target="$withval"], [ac_cv_omx_target="none"]) + AS_HELP_STRING([--with-omx-target],[Use this OpenMAX IL target (generic, bellagio, rpi, exynos, exynos64)]), + [ac_cv_omx_target="$withval"], [ac_cv_omx_target="generic"]) ac_cv_omx_target_struct_packing="none" AC_MSG_NOTICE([Using $ac_cv_omx_target as OpenMAX IL target]) @@ -237,7 +237,7 @@ case "${ac_cv_omx_target}" in bellagio) AC_DEFINE(USE_OMX_TARGET_BELLAGIO, 1, [Use Bellagio OpenMAX IL target]) ;; - exynos) + exynos) AC_DEFINE(USE_OMX_TARGET_EXYNOS, 1, [Use Exynos OpenMAX IL target]) ;; exynos64) @@ -410,6 +410,7 @@ config/exynos/Makefile config/exynos64/Makefile examples/Makefile examples/egl/Makefile +m4/Makefile ) AC_OUTPUT diff --git a/omx/Makefile.am b/omx/Makefile.am index 5108c8c..5462a4b 100644 --- a/omx/Makefile.am +++ b/omx/Makefile.am @@ -62,7 +62,7 @@ noinst_HEADERS = \ gstomxamrdec.h \ gstomxaudiosink.h \ gstomxanalogaudiosink.h \ - gstomxhdmiaudiosink.h + gstomxhdmiaudiosink.h if !HAVE_EXTERNAL_OMX OMX_INCLUDEPATH = -I$(abs_srcdir)/openmax @@ -78,7 +78,7 @@ libgstomx_la_CFLAGS = \ $(TBM_CFLAGS) \ $(GMODULE_NO_EXPORT_CFLAGS) \ $(MM_COMMON_CFLAGS) -libgstomx_la_CFLAGS += -DUSE_MM_VIDEO_BUFFER + libgstomx_la_LIBADD = \ $(GST_GL_LIBS) \ $(GST_PLUGINS_BASE_LIBS) \ diff --git a/omx/gstomx.c b/omx/gstomx.c index 5f829e9..b63ec0f 100644 --- a/omx/gstomx.c +++ b/omx/gstomx.c @@ -1629,11 +1629,7 @@ gst_omx_port_allocate_buffers_unlocked (GstOMXPort * port, buf->settings_cookie = port->settings_cookie; #ifdef USE_TBM -#ifdef USE_MM_VIDEO_BUFFER - buf->scmn_buffer = (MMVideoBuffer*) l->data; -#else - buf->scmn_buffer = (SCMN_IMGB*) l->data; -#endif + buf->mm_vbuffer = (MMVideoBuffer*) l->data; #endif g_ptr_array_add (port->buffers, buf); @@ -1703,21 +1699,20 @@ gst_omx_port_allocate_buffers (GstOMXPort * port) #ifdef USE_TBM /* NOTE: Uses comp->lock and comp->messages_lock */ OMX_ERRORTYPE -gst_omx_port_tbm_allocate_dec_buffers (tbm_bufmgr bufMgr, GstOMXPort * port, int eCompressionFormat) +gst_omx_port_tbm_allocate_dec_buffers (GstOMXPort * port, tbm_bufmgr bufMgr, int eCompressionFormat) { - OMX_ERRORTYPE err = OMX_ErrorNone; guint n = 0; - GList *buffers = NULL; -#ifdef USE_MM_VIDEO_BUFFER - MMVideoBuffer *ptr = NULL; -#else - SCMN_IMGB *ptr = NULL; -#endif int y_size = 0; int uv_size = 0; + GList *buffers = NULL; + MMVideoBuffer *ptr = NULL; + GstOMXComponent *comp; + OMX_ERRORTYPE err = OMX_ErrorNone; g_return_val_if_fail (port != NULL, OMX_ErrorUndefined); + comp = port->comp; + g_mutex_lock (&port->comp->lock); /* deallocate previous allocated buffers... */ @@ -1727,70 +1722,43 @@ gst_omx_port_tbm_allocate_dec_buffers (tbm_bufmgr bufMgr, GstOMXPort * port, int n = port->port_def.nBufferCountActual; for(int i = 0; i < n; i++) { - -#ifdef USE_MM_VIDEO_BUFFER ptr = (MMVideoBuffer*) malloc(sizeof(MMVideoBuffer)); memset(ptr,0,sizeof(MMVideoBuffer)); - if(port->index == 0) { + if(port->index == 0) { ptr->handle.bo[0] = gst_omx_tbm_allocate_bo(bufMgr, port->port_def.nBufferSize); ptr->handle.dmabuf_fd[0] = gst_omx_tbm_get_bo_fd(ptr->handle.bo[0]); ptr->data[0] = gst_omx_tbm_get_bo_ptr(ptr->handle.bo[0]); ptr->size[0] = port->port_def.nBufferSize; ptr->type = MM_VIDEO_BUFFER_TYPE_TBM_BO; + + GST_INFO_OBJECT (comp->parent, + "Allocating %d buffer[%p] for %s port %u", i, + ptr->handle.bo[0], comp->name, (guint) port->index); } else { /* output port */ - y_size = gst_omx_calculate_y_size(eCompressionFormat, - port->port_def.format.video.nStride, port->port_def.format.video.nSliceHeight); + port->port_def.format.video.nStride, port->port_def.format.video.nSliceHeight); ptr->handle.bo[0] = gst_omx_tbm_allocate_bo(bufMgr, y_size); ptr->handle.dmabuf_fd[0] = gst_omx_tbm_get_bo_fd(ptr->handle.bo[0]); ptr->data[0] = gst_omx_tbm_get_bo_ptr(ptr->handle.bo[0]); ptr->handle.paddr[0] = ptr->data[0]; ptr->size[0] = y_size; - GST_LOG("%s size:[%d]",__FUNCTION__, y_size); - uv_size = gst_omx_calculate_uv_size(eCompressionFormat, - port->port_def.format.video.nStride, port->port_def.format.video.nSliceHeight >> 1); + port->port_def.format.video.nStride, port->port_def.format.video.nSliceHeight >> 1); ptr->handle.bo[1] = gst_omx_tbm_allocate_bo(bufMgr, uv_size); ptr->handle.dmabuf_fd[1] = gst_omx_tbm_get_bo_fd(ptr->handle.bo[1]); ptr->data[1] = gst_omx_tbm_get_bo_ptr(ptr->handle.bo[1]); ptr->size[1] = uv_size; ptr->type = MM_VIDEO_BUFFER_TYPE_DMABUF_FD; - GST_ERROR(" fd[0]:%d, bo[0]:%p fd[1]:%d, bo[1]:%p, a[0]:%p",ptr->handle.dmabuf_fd[0],ptr->handle.bo[0],ptr->handle.dmabuf_fd[1],ptr->handle.bo[1], ptr->data[0]); ptr->plane_num = 2; + GST_INFO_OBJECT (comp->parent, + "Allocating %d buffer bo[0]:%p bo[1]:%p fd[0]:%d fd[1]:%d size[0]:%d size[1]:%d for %s port %u", i, + ptr->handle.bo[0], ptr->handle.bo[0], ptr->handle.dmabuf_fd[0], ptr->handle.dmabuf_fd[1], + ptr->size[0], ptr->size[1], comp->name, (guint) port->index); } -#else - ptr = (SCMN_IMGB*) malloc(sizeof(SCMN_IMGB)); - memset(ptr,0,sizeof(SCMN_IMGB)); - if(port->index == 0) { - - ptr->bo[0] = gst_omx_tbm_allocate_bo(bufMgr, port->port_def.nBufferSize); - ptr->fd[0] = gst_omx_tbm_get_bo_fd(ptr->bo[0]); - ptr->a[0] = gst_omx_tbm_get_bo_ptr(ptr->bo[0]); - } - else { /* output port */ - - y_size = gst_omx_calculate_y_size(eCompressionFormat, - port->port_def.format.video.nStride, port->port_def.format.video.nSliceHeight); - ptr->bo[0] = gst_omx_tbm_allocate_bo(bufMgr, y_size); - ptr->fd[0] = gst_omx_tbm_get_bo_fd(ptr->bo[0]); - ptr->a[0] = gst_omx_tbm_get_bo_ptr(ptr->bo[0]); - - uv_size = gst_omx_calculate_uv_size(eCompressionFormat, - port->port_def.format.video.nStride, port->port_def.format.video.nSliceHeight >> 1); - ptr->bo[1] = gst_omx_tbm_allocate_bo(bufMgr, uv_size); - ptr->fd[1] = gst_omx_tbm_get_bo_fd(ptr->bo[1]); - ptr->a[1] = gst_omx_tbm_get_bo_ptr(ptr->bo[1]); - - ptr->y_size = y_size; - ptr->uv_size = uv_size; - ptr->buf_share_method = BUF_SHARE_METHOD_FD; - - } -#endif buffers = g_list_append(buffers,(gpointer)ptr); } @@ -1803,18 +1771,14 @@ gst_omx_port_tbm_allocate_dec_buffers (tbm_bufmgr bufMgr, GstOMXPort * port, int /* NOTE: Uses comp->lock and comp->messages_lock */ OMX_ERRORTYPE -gst_omx_port_tbm_allocate_enc_buffers (tbm_bufmgr bufMgr, GstOMXPort * port, int eCompressionFormat) +gst_omx_port_tbm_allocate_enc_buffers (GstOMXPort * port, tbm_bufmgr bufMgr, int eCompressionFormat) { + int y_size = 0; + int uv_size = 0; OMX_ERRORTYPE err = OMX_ErrorNone; guint n = 0; GList *buffers = NULL; -#ifdef USE_MM_VIDEO_BUFFER MMVideoBuffer *ptr = NULL; -#else - SCMN_IMGB *ptr = NULL; -#endif - int y_size = 0; - int uv_size = 0; g_return_val_if_fail (port != NULL, OMX_ErrorUndefined); @@ -1826,7 +1790,6 @@ gst_omx_port_tbm_allocate_enc_buffers (tbm_bufmgr bufMgr, GstOMXPort * port, int n = port->port_def.nBufferCountActual; for(int i = 0; i < n; i++) { -#ifdef USE_MM_VIDEO_BUFFER ptr = (MMVideoBuffer*) malloc(sizeof(MMVideoBuffer)); memset(ptr,0,sizeof(MMVideoBuffer)); if(port->index == 1) { @@ -1838,16 +1801,6 @@ gst_omx_port_tbm_allocate_enc_buffers (tbm_bufmgr bufMgr, GstOMXPort * port, int ptr->size[0] = port->port_def.nBufferSize; ptr->handle_num = 1; } -#else - ptr = (SCMN_IMGB*) malloc(sizeof(SCMN_IMGB)); - memset(ptr,0,sizeof(SCMN_IMGB)); - if(port->index == 1) { - - ptr->bo[0] = gst_omx_tbm_allocate_bo(bufMgr, port->port_def.nBufferSize); - ptr->fd[0] = gst_omx_tbm_get_bo_fd(ptr->bo[0]); - ptr->a[0] = gst_omx_tbm_get_bo_ptr(ptr->bo[0]); - } -#endif buffers = g_list_append(buffers,(gpointer)ptr); } @@ -1938,18 +1891,12 @@ gst_omx_port_deallocate_buffers_unlocked (GstOMXPort * port) #ifdef USE_TBM /* deallocate tbm buffers */ - if(buf->scmn_buffer != NULL) { -#ifdef USE_MM_VIDEO_BUFFER - gst_omx_tbm_deallocate_bo(buf->scmn_buffer->handle.bo[0]); + if(buf->mm_vbuffer != NULL) { + gst_omx_tbm_deallocate_bo(buf->mm_vbuffer->handle.bo[0]); if(port->index == 1) /* output port */ - gst_omx_tbm_deallocate_bo(buf->scmn_buffer->handle.bo[1]); -#else - gst_omx_tbm_deallocate_bo(buf->scmn_buffer->bo[0]); - if(port->index == 1) /* output port */ - gst_omx_tbm_deallocate_bo(buf->scmn_buffer->bo[1]); -#endif - free(buf->scmn_buffer); - buf->scmn_buffer = NULL; + gst_omx_tbm_deallocate_bo(buf->mm_vbuffer->handle.bo[1]); + free(buf->mm_vbuffer); + buf->mm_vbuffer = NULL; } #endif /* omx_buf can be NULL if allocation failed earlier @@ -2728,20 +2675,15 @@ gst_omx_calculate_y_size(int compressionFormat, int width, int height) { case OMX_VIDEO_CodingH263: /* FALL THROUGH */ case OMX_VIDEO_CodingMPEG4: - /*size = calc_yplane(width,height);*/ size = CHOOSE_MAX_SIZE(calc_yplane(width,height),new_calc_yplane(width,height)); break; case OMX_VIDEO_CodingMPEG2: - /*size = calc_yplane(width,height);*/ size = CHOOSE_MAX_SIZE(calc_yplane(width,height),new_calc_yplane(width,height)); size = size << 1; /* MFC FIX. double the calculated buffer size */ - GST_LOG("calculating Y size of mpeg2: height:[%d], width:[%d], size:[%d]",height,width,size); break; case OMX_VIDEO_CodingAVC: /* FALL THROUGH */ default: - /*size = calc_plane(width,height);*/ size = CHOOSE_MAX_SIZE(calc_yplane(width,height),new_calc_yplane(width,height)); - GST_LOG("calculating Y size of DEFAULT: height:[%d], width:[%d], size:[%d]",height,width,size); } return size; } @@ -2754,19 +2696,15 @@ gst_omx_calculate_uv_size(int compressionFormat, int width, int height) { case OMX_VIDEO_CodingH263: /* FALL THROUGH */ case OMX_VIDEO_CodingMPEG4: - /*size = calc_uvplane(width,height);*/ size = CHOOSE_MAX_SIZE(calc_uvplane(width,height),new_calc_uvplane(width,height)); break; case OMX_VIDEO_CodingMPEG2: - /*size = calc_uvplane(width,height);*/ size = CHOOSE_MAX_SIZE(calc_uvplane(width,height),new_calc_uvplane(width,height)); size = size << 1; /* MFC FIX. double the calculated buffer size */ break; case OMX_VIDEO_CodingAVC: /* FALL THROUGH */ default: - /*size = calc_plane(width,height);*/ size = CHOOSE_MAX_SIZE(calc_uvplane(width,height),new_calc_uvplane(width,height)); - GST_LOG("calculating UV size of DEFAULT: height:[%d], width:[%d], size:[%d]",height,width,size); } return size; } diff --git a/omx/gstomx.h b/omx/gstomx.h index eca0f73..e34e80f 100644 --- a/omx/gstomx.h +++ b/omx/gstomx.h @@ -134,58 +134,6 @@ typedef struct _GstOMXMessage GstOMXMessage; /* MODIFICATION */ typedef enum GOmxVendor GOmxVendor; /* check omx vender */ -/* using common scmn_imgb format */ -#define SCMN_IMGB_MAX_PLANE (4) /* max channel count */ - -/* image buffer definition - +------------------------------------------+ --- - | | ^ - | a[], p[] | | - | +---------------------------+ --- | | - | | | ^ | | - | |<---------- w[] ---------->| | | | - | | | | | | - | | | | - | | | h[] | e[] - | | | | - | | | | | | - | | | | | | - | | | v | | - | +---------------------------+ --- | | - | | v - +------------------------------------------+ --- - - |<----------------- s[] ------------------>| -*/ - -typedef struct -{ - int w[SCMN_IMGB_MAX_PLANE]; /* width of each image plane */ - int h[SCMN_IMGB_MAX_PLANE]; /* height of each image plane */ - int s[SCMN_IMGB_MAX_PLANE]; /* stride of each image plane */ - int e[SCMN_IMGB_MAX_PLANE]; /* elevation of each image plane */ - void * a[SCMN_IMGB_MAX_PLANE]; /* user space address of each image plane */ - void * p[SCMN_IMGB_MAX_PLANE]; /* physical address of each image plane, if needs */ - int cs; /* color space type of image */ - int x; /* left postion, if needs */ - int y; /* top position, if needs */ - int __dummy2; /* to align memory */ - int data[16]; /* arbitrary data */ - - int fd[SCMN_IMGB_MAX_PLANE]; /* DMABUF fd of each image plane */ - int buf_share_method; - - int y_size; /* Y plane size in case of ST12 */ - int uv_size; /* UV plane size in case of ST12 */ - //void *bo[SCMN_IMGB_MAX_PLANE]; /* Tizen buffer object of each image plane */ - tbm_bo bo[SCMN_IMGB_MAX_PLANE]; - - void *jpeg_data; /* JPEG data */ - int jpeg_size; /* JPEG size */ - - int tz_enable; /* tzmem buffer */ -} SCMN_IMGB; - #ifdef USE_TBM #define MFC_INPUT_BUFFER_PLANE 1 @@ -215,11 +163,7 @@ struct _TBMInputBuffer struct _TBMOutputBuffer { -#ifdef USE_MM_VIDEO_BUFFER MMVideoBuffer *tbmBuffer[MAX_OUTPUT_BUFFER]; -#else - SCMN_IMGB *tbmBuffer[MAX_OUTPUT_BUFFER]; -#endif OMX_U32 allocatedCount; GList *buffers; }; @@ -233,8 +177,6 @@ struct _EnableGemBuffersParams OMX_U32 nPortIndex; OMX_BOOL enable; }; - - #endif enum @@ -427,13 +369,8 @@ struct _GstOMXBuffer { gboolean eglimage; #ifdef USE_TBM -#ifdef USE_MM_VIDEO_BUFFER /* MMVideoBuffer array to use TBM buffers */ - MMVideoBuffer *scmn_buffer; -#else - /* SCMN_IMGB array to use TBM buffers */ - SCMN_IMGB *scmn_buffer; -#endif + MMVideoBuffer *mm_vbuffer; #endif }; @@ -497,8 +434,8 @@ gboolean gst_omx_port_is_flushing (GstOMXPort *port); OMX_ERRORTYPE gst_omx_port_allocate_buffers (GstOMXPort *port); #ifdef USE_TBM -OMX_ERRORTYPE gst_omx_port_tbm_allocate_dec_buffers (tbm_bufmgr bufMgr, GstOMXPort * port, int eCompressionFormat); -OMX_ERRORTYPE gst_omx_port_tbm_allocate_enc_buffers (tbm_bufmgr bufMgr, GstOMXPort * port, int eCompressionFormat); +OMX_ERRORTYPE gst_omx_port_tbm_allocate_dec_buffers (GstOMXPort * port, tbm_bufmgr bufMgr, int eCompressionFormat); +OMX_ERRORTYPE gst_omx_port_tbm_allocate_enc_buffers (GstOMXPort * port, tbm_bufmgr bufMgr, int eCompressionFormat); #endif OMX_ERRORTYPE gst_omx_port_use_buffers (GstOMXPort *port, const GList *buffers); OMX_ERRORTYPE gst_omx_port_use_eglimages (GstOMXPort *port, const GList *images); diff --git a/omx/gstomxaacdec.c b/omx/gstomxaacdec.c old mode 100644 new mode 100755 diff --git a/omx/gstomxaacdec.h b/omx/gstomxaacdec.h old mode 100644 new mode 100755 diff --git a/omx/gstomxamrdec.c b/omx/gstomxamrdec.c old mode 100644 new mode 100755 diff --git a/omx/gstomxamrdec.h b/omx/gstomxamrdec.h old mode 100644 new mode 100755 diff --git a/omx/gstomxanalogaudiosink.c b/omx/gstomxanalogaudiosink.c old mode 100644 new mode 100755 diff --git a/omx/gstomxanalogaudiosink.h b/omx/gstomxanalogaudiosink.h old mode 100644 new mode 100755 diff --git a/omx/gstomxaudiodec.c b/omx/gstomxaudiodec.c old mode 100644 new mode 100755 diff --git a/omx/gstomxaudiodec.h b/omx/gstomxaudiodec.h old mode 100644 new mode 100755 diff --git a/omx/gstomxaudiosink.c b/omx/gstomxaudiosink.c old mode 100644 new mode 100755 diff --git a/omx/gstomxaudiosink.h b/omx/gstomxaudiosink.h old mode 100644 new mode 100755 diff --git a/omx/gstomxbufferpool.c b/omx/gstomxbufferpool.c old mode 100644 new mode 100755 index c425684..fa3f8e7 --- a/omx/gstomxbufferpool.c +++ b/omx/gstomxbufferpool.c @@ -244,8 +244,7 @@ gst_omx_buffer_pool_stop (GstBufferPool * bpool) (bpool, g_ptr_array_index (pool->buffers, i)); /* Remove any buffers that are there */ - if(pool->buffers) - g_ptr_array_set_size (pool->buffers, 0); + g_ptr_array_set_size (pool->buffers, 0); if (pool->caps) gst_caps_unref (pool->caps); @@ -396,6 +395,7 @@ gst_omx_buffer_pool_alloc_buffer (GstBufferPool * bpool, g_ptr_array_add (pool->buffers, buf); switch (GST_VIDEO_INFO_FORMAT (&pool->video_info)) { + GST_WARNING_OBJECT (pool, "GST_VIDEO_CAPS"); case GST_VIDEO_FORMAT_ABGR: case GST_VIDEO_FORMAT_ARGB: case GST_VIDEO_FORMAT_RGB16: @@ -416,14 +416,14 @@ gst_omx_buffer_pool_alloc_buffer (GstBufferPool * bpool, stride[1] = nstride; offset[1] = offset[0] + stride[0] * nslice; break; - case GST_VIDEO_FORMAT_SN12: - case GST_VIDEO_FORMAT_ST12: - offset[0] = 0; - stride[0] = pool->port->port_def.format.video.nStride; - offset[1] = - stride[0] * pool->port->port_def.format.video.nSliceHeight; - stride[1] = pool->port->port_def.format.video.nStride; - break; + case GST_VIDEO_FORMAT_SN12: + case GST_VIDEO_FORMAT_ST12: + GST_WARNING_OBJECT (pool, "SN12SN12SN12SN12SN12"); + offset[0] = 0; + stride[0] = pool->port->port_def.format.video.nStride; + offset[1] = stride[0] * pool->port->port_def.format.video.nSliceHeight; + stride[1] = pool->port->port_def.format.video.nStride; + break; default: g_assert_not_reached (); break; diff --git a/omx/gstomxbufferpool.h b/omx/gstomxbufferpool.h old mode 100644 new mode 100755 diff --git a/omx/gstomxhdmiaudiosink.c b/omx/gstomxhdmiaudiosink.c old mode 100644 new mode 100755 diff --git a/omx/gstomxhdmiaudiosink.h b/omx/gstomxhdmiaudiosink.h old mode 100644 new mode 100755 diff --git a/omx/gstomxmp3dec.c b/omx/gstomxmp3dec.c old mode 100644 new mode 100755 diff --git a/omx/gstomxmp3dec.h b/omx/gstomxmp3dec.h old mode 100644 new mode 100755 diff --git a/omx/gstomxvideo.c b/omx/gstomxvideo.c old mode 100644 new mode 100755 index 7cd6755..c07a31c --- a/omx/gstomxvideo.c +++ b/omx/gstomxvideo.c @@ -75,13 +75,11 @@ gst_omx_video_get_format_from_omx (OMX_COLOR_FORMATTYPE omx_colorformat) case OMX_COLOR_Format16bitBGR565: format = GST_VIDEO_FORMAT_BGR16; break; +#ifdef USE_TBM case OMX_EXT_COLOR_FormatNV12TPhysicalAddress: -#ifdef USE_MM_VIDEO_BUFFER format = GST_VIDEO_FORMAT_SN12; -#else - format = GST_VIDEO_FORMAT_ST12; -#endif break; +#endif default: format = GST_VIDEO_FORMAT_UNKNOWN; break; @@ -132,12 +130,12 @@ gst_omx_video_get_supported_colorformats (GstOMXPort * port, m->type = param.eColorFormat; negotiation_map = g_list_append (negotiation_map, m); GST_DEBUG_OBJECT (comp->parent, - "Component supports %s (%d) at index %u", + "Component supports %s (%x) at index %u", gst_video_format_to_string (f), param.eColorFormat, (guint) param.nIndex); } else { GST_DEBUG_OBJECT (comp->parent, - "Component supports unsupported color format %d at index %u", + "Component supports unsupported color format %x at index %u", param.eColorFormat, (guint) param.nIndex); } } diff --git a/omx/gstomxvideo.h b/omx/gstomxvideo.h old mode 100644 new mode 100755 diff --git a/omx/gstomxvideodec.c b/omx/gstomxvideodec.c old mode 100644 new mode 100755 index 813962b..91f7eae --- a/omx/gstomxvideodec.c +++ b/omx/gstomxvideodec.c @@ -532,38 +532,27 @@ gst_omx_video_dec_fill_buffer (GstOMXVideoDec * self, case GST_VIDEO_FORMAT_ST12:{ GstMemory *mem_imgb = NULL; void *imgb_data = NULL; -#ifdef USE_MM_VIDEO_BUFFER - MMVideoBuffer *out_imgb = NULL; - out_imgb = (MMVideoBuffer*)(inbuf->omx_buf->pBuffer); - out_imgb->type = MM_VIDEO_BUFFER_TYPE_TBM_BO; +#ifdef USE_TBM + MMVideoBuffer *mm_vbuffer = NULL; + mm_vbuffer = (MMVideoBuffer*)(inbuf->omx_buf->pBuffer); + mm_vbuffer->type = MM_VIDEO_BUFFER_TYPE_TBM_BO; - if (out_imgb->type == MM_VIDEO_BUFFER_TYPE_TBM_BO) { + if (mm_vbuffer->type == MM_VIDEO_BUFFER_TYPE_TBM_BO) { GST_LOG_OBJECT (self, "dec output buf: fd[0]:%d fd[1]:%d fd[2]:%d w[0]:%d h[0]:%d buf_share_method:%d", - out_imgb->handle.dmabuf_fd[0], out_imgb->handle.dmabuf_fd[1], out_imgb->handle.dmabuf_fd[2], - out_imgb->width[0], out_imgb->height[0], out_imgb->type); - } else if (out_imgb->type == MM_VIDEO_BUFFER_TYPE_PHYSICAL_ADDRESS) { + mm_vbuffer->handle.dmabuf_fd[0], mm_vbuffer->handle.dmabuf_fd[1], mm_vbuffer->handle.dmabuf_fd[2], + mm_vbuffer->width[0], mm_vbuffer->height[0], mm_vbuffer->type); + } else if (mm_vbuffer->type == MM_VIDEO_BUFFER_TYPE_PHYSICAL_ADDRESS) { GST_LOG_OBJECT (self, "dec output uses hw addr"); } else { GST_WARNING_OBJECT (self, "dec output buf has TBM_BO buf_share_method"); } #ifdef CODEC_DEC_OUTPUT_DUMP - decoder_output_dump(self, out_imgb); + decoder_output_dump(self, mm_vbuffer); #endif -#else - SCMN_IMGB *out_imgb = NULL; - out_imgb = (SCMN_IMGB*)(inbuf->omx_buf->pBuffer); - if (out_imgb->buf_share_method == BUF_SHARE_METHOD_FD) { - GST_LOG_OBJECT (self, "dec output buf: fd[0]:%d fd[1]:%d fd[2]:%d w[0]:%d h[0]:%d buf_share_method:%d", - out_imgb->fd[0], out_imgb->fd[1], out_imgb->fd[2], out_imgb->w[0], out_imgb->h[0], out_imgb->buf_share_method); - } else if (out_imgb->buf_share_method == BUF_SHARE_METHOD_PADDR) { - GST_LOG_OBJECT (self, "dec output uses hw addr"); - } else { - GST_WARNING_OBJECT (self, "dec output buf has wrong buf_share_method"); - } #endif if (gst_buffer_n_memory(outbuf) < 2) { - imgb_data = g_malloc0(sizeof(*out_imgb)); - mem_imgb = gst_memory_new_wrapped(0, imgb_data, sizeof(*out_imgb), 0, sizeof(*out_imgb), imgb_data, g_free); + imgb_data = g_malloc0(sizeof(*mm_vbuffer)); + mem_imgb = gst_memory_new_wrapped(0, imgb_data, sizeof(*mm_vbuffer), 0, sizeof(*mm_vbuffer), imgb_data, g_free); gst_buffer_append_memory(outbuf, mem_imgb); } else { GstMapInfo imgb_info = GST_MAP_INFO_INIT; @@ -572,10 +561,8 @@ gst_omx_video_dec_fill_buffer (GstOMXVideoDec * self, imgb_data = imgb_info.data; gst_memory_unmap(mem_imgb, &imgb_info); } -#ifdef USE_MM_VIDEO_BUFFER - memcpy(imgb_data, out_imgb, sizeof(MMVideoBuffer)); -#else - memcpy(imgb_data, out_imgb, sizeof(SCMN_IMGB)); +#ifdef USE_TBM + memcpy(imgb_data, mm_vbuffer, sizeof(MMVideoBuffer)); #endif ret = TRUE; break; @@ -870,8 +857,8 @@ gst_omx_video_dec_allocate_output_buffers (GstOMXVideoDec * self) was_enabled = FALSE; } #ifdef USE_TBM - err = gst_omx_port_tbm_allocate_dec_buffers(self->hTBMBufMgr,port, - self->dec_in_port->port_def.format.video.eCompressionFormat); + err = gst_omx_port_tbm_allocate_dec_buffers(port, self->hTBMBufMgr, + self->dec_in_port->port_def.format.video.eCompressionFormat); #else err = gst_omx_port_allocate_buffers (port); #endif @@ -906,7 +893,7 @@ gst_omx_video_dec_allocate_output_buffers (GstOMXVideoDec * self) } } #ifdef USE_TBM - err = gst_omx_port_tbm_allocate_dec_buffers(self->hTBMBufMgr,port, + err = gst_omx_port_tbm_allocate_dec_buffers(port, self->hTBMBufMgr, self->dec_in_port->port_def.format.video.eCompressionFormat); #else err = gst_omx_port_allocate_buffers (port); @@ -1812,6 +1799,8 @@ gst_omx_video_dec_negotiate (GstOMXVideoDec * self) GstStructure *s; const gchar *format_str; #ifdef USE_TBM + gchar *format_tmp; + int i; EnableGemBuffersParams gemBuffers; #endif @@ -1848,11 +1837,27 @@ gst_omx_video_dec_negotiate (GstOMXVideoDec * self) return FALSE; } - intersection = gst_caps_truncate (intersection); - intersection = gst_caps_fixate (intersection); + for(i=0; idec_in_port, TRUE) != OMX_ErrorNone) return FALSE; #ifdef USE_TBM - if(gst_omx_port_tbm_allocate_dec_buffers(self->hTBMBufMgr,self->dec_in_port, 0) != OMX_ErrorNone) + if(gst_omx_port_tbm_allocate_dec_buffers(self->dec_in_port, self->hTBMBufMgr, 0) != OMX_ErrorNone) return FALSE; #else if (gst_omx_port_allocate_buffers (self->dec_in_port) != OMX_ErrorNone) @@ -2126,18 +2131,36 @@ gst_omx_video_dec_set_format (GstVideoDecoder * decoder, return FALSE; /* Need to allocate buffers to reach Idle state */ +#ifdef USE_TBM + if(gst_omx_port_tbm_allocate_dec_buffers(self->dec_in_port, self->hTBMBufMgr, 0) != OMX_ErrorNone) + return FALSE; + if(gst_omx_port_tbm_allocate_dec_buffers(self->dec_out_port, self->hTBMBufMgr, + self->dec_in_port->port_def.format.video.eCompressionFormat) != OMX_ErrorNone) + return FALSE; +#else if (gst_omx_port_allocate_buffers (self->dec_in_port) != OMX_ErrorNone) return FALSE; + if (gst_omx_port_allocate_buffers (self->dec_out_port) != OMX_ErrorNone) + return FALSE; +#endif } else { if (gst_omx_component_set_state (self->dec, OMX_StateIdle) != OMX_ErrorNone) return FALSE; /* Need to allocate buffers to reach Idle state */ +#ifdef USE_TBM + if(gst_omx_port_tbm_allocate_dec_buffers(self->dec_in_port, self->hTBMBufMgr, 0) != OMX_ErrorNone) + return FALSE; + if(gst_omx_port_tbm_allocate_dec_buffers(self->dec_out_port, self->hTBMBufMgr, + self->dec_in_port->port_def.format.video.eCompressionFormat) != OMX_ErrorNone) + return FALSE; +#else if (gst_omx_port_allocate_buffers (self->dec_in_port) != OMX_ErrorNone) return FALSE; if (gst_omx_port_allocate_buffers (self->dec_out_port) != OMX_ErrorNone) return FALSE; +#endif } if (gst_omx_component_get_state (self->dec, @@ -2351,7 +2374,7 @@ gst_omx_video_dec_handle_frame (GstVideoDecoder * decoder, goto reconfigure_error; } #ifdef USE_TBM - err = gst_omx_port_tbm_allocate_dec_buffers(self->hTBMBufMgr,port, + err = gst_omx_port_tbm_allocate_dec_buffers(port, self->hTBMBufMgr, self->dec_in_port->port_def.format.video.eCompressionFormat); #else err = gst_omx_port_allocate_buffers (port); @@ -2405,21 +2428,17 @@ gst_omx_video_dec_handle_frame (GstVideoDecoder * decoder, buf->omx_buf->nFlags |= OMX_BUFFERFLAG_CODECCONFIG; buf->omx_buf->nFlags |= OMX_BUFFERFLAG_ENDOFFRAME; buf->omx_buf->nFilledLen = gst_buffer_get_size (codec_data);; + #ifdef USE_TBM -#ifdef USE_MM_VIDEO_BUFFER gst_buffer_extract (codec_data, 0, - buf->scmn_buffer->data[0] + buf->omx_buf->nOffset, + buf->mm_vbuffer->data[0] + buf->omx_buf->nOffset, buf->omx_buf->nFilledLen); #else gst_buffer_extract (codec_data, 0, - buf->scmn_buffer->a[0] + buf->omx_buf->nOffset, - buf->omx_buf->nFilledLen); -#endif -#else - gst_buffer_extract (codec_data, 0, buf->omx_buf->pBuffer + buf->omx_buf->nOffset, buf->omx_buf->nFilledLen); #endif + if (GST_CLOCK_TIME_IS_VALID (timestamp)) buf->omx_buf->nTimeStamp = gst_util_uint64_scale (timestamp, OMX_TICKS_PER_SECOND, GST_SECOND); @@ -2446,20 +2465,15 @@ gst_omx_video_dec_handle_frame (GstVideoDecoder * decoder, GST_DEBUG_OBJECT (self, "nFilledLen %d, %p", buf->omx_buf->nFilledLen, buf->omx_buf->pBuffer); #ifdef USE_TBM -#ifdef USE_MM_VIDEO_BUFFER gst_buffer_extract (frame->input_buffer, offset, - buf->scmn_buffer->data[0] + buf->omx_buf->nOffset, + buf->mm_vbuffer->data[0] + buf->omx_buf->nOffset, buf->omx_buf->nFilledLen); #else - gst_buffer_extract (frame->input_buffer, offset, - buf->scmn_buffer->a[0] + buf->omx_buf->nOffset, - buf->omx_buf->nFilledLen); -#endif -#else gst_buffer_extract (frame->input_buffer, offset, buf->omx_buf->pBuffer + buf->omx_buf->nOffset, buf->omx_buf->nFilledLen); #endif + if (timestamp != GST_CLOCK_TIME_NONE) { buf->omx_buf->nTimeStamp = gst_util_uint64_scale (timestamp, OMX_TICKS_PER_SECOND, GST_SECOND); diff --git a/omx/gstomxvideoenc.c b/omx/gstomxvideoenc.c index 941f03d..e406dd9 100644 --- a/omx/gstomxvideoenc.c +++ b/omx/gstomxvideoenc.c @@ -721,7 +721,7 @@ gst_omx_video_enc_loop (GstOMXVideoEnc * self) if (err != OMX_ErrorNone) goto reconfigure_error; #ifdef USE_TBM - err = gst_omx_port_tbm_allocate_enc_buffers(self->hTBMBufMgr,port, + err = gst_omx_port_tbm_allocate_enc_buffers(port, self->hTBMBufMgr, self->enc_in_port->port_def.format.video.eCompressionFormat); #else err = gst_omx_port_allocate_buffers (port); @@ -1072,10 +1072,8 @@ gst_omx_video_enc_set_format (GstVideoEncoder * encoder, case OMX_EXT_COLOR_FormatNV12LPhysicalAddress: /* FALL THROUGH */ case OMX_EXT_COLOR_FormatNV12TPhysicalAddress: -#ifdef USE_MM_VIDEO_BUFFER +#ifdef USE_TBM port_def.nBufferSize = sizeof(MMVideoBuffer); -#else - port_def.nBufferSize = sizeof(SCMN_IMGB); #endif break; @@ -1167,7 +1165,7 @@ gst_omx_video_enc_set_format (GstVideoEncoder * encoder, if (gst_omx_port_set_enabled (self->enc_in_port, TRUE) != OMX_ErrorNone) return FALSE; #ifdef USE_TBM - if(gst_omx_port_tbm_allocate_enc_buffers(self->hTBMBufMgr,self->enc_in_port, + if(gst_omx_port_tbm_allocate_enc_buffers(self->enc_in_port, self->hTBMBufMgr, self->enc_in_port->port_def.format.video.eCompressionFormat) != OMX_ErrorNone) return FALSE; #else @@ -1215,18 +1213,18 @@ gst_omx_video_enc_set_format (GstVideoEncoder * encoder, /* Need to allocate buffers to reach Idle state */ #ifdef USE_TBM - if(gst_omx_port_tbm_allocate_enc_buffers(self->hTBMBufMgr,self->enc_in_port, + if(gst_omx_port_tbm_allocate_enc_buffers(self->enc_in_port, self->hTBMBufMgr, self->enc_in_port->port_def.format.video.eCompressionFormat) != OMX_ErrorNone) return FALSE; -#else +#else if (gst_omx_port_allocate_buffers (self->enc_in_port) != OMX_ErrorNone) return FALSE; #endif #ifdef USE_TBM - if(gst_omx_port_tbm_allocate_enc_buffers(self->hTBMBufMgr,self->enc_out_port, + if(gst_omx_port_tbm_allocate_enc_buffers(self->enc_out_port, self->hTBMBufMgr, self->enc_out_port->port_def.format.video.eCompressionFormat) != OMX_ErrorNone) -#else +#else if (gst_omx_port_allocate_buffers (self->enc_out_port) != OMX_ErrorNone) #endif return FALSE; @@ -1462,54 +1460,39 @@ gst_omx_video_enc_fill_buffer (GstOMXVideoEnc * self, GstBuffer * inbuf, case GST_VIDEO_FORMAT_SN12:{ GstMemory* ext_memory = gst_buffer_peek_memory(inbuf, 1); GstMapInfo ext_info = GST_MAP_INFO_INIT; -#ifdef USE_MM_VIDEO_BUFFER MMVideoBuffer *ext_buf = NULL; - if (!ext_memory) { - GST_WARNING_OBJECT (self, "null MMVideoBuffer pointer in hw color format. skip this."); - goto done; + + if (!ext_memory) { + GST_WARNING_OBJECT (self, "null MMVideoBuffer pointer in hw color format. skip this."); + goto done; } gst_memory_map(ext_memory, &ext_info, GST_MAP_READ); ext_buf = (MMVideoBuffer*)ext_info.data; gst_memory_unmap(ext_memory, &ext_info); - if (ext_buf != NULL && ext_buf->type == 1) { + + if (ext_buf != NULL && ext_buf->type == MM_VIDEO_BUFFER_TYPE_TBM_BO) { + + if (ext_buf->handle.dmabuf_fd[0] == NULL) + gst_omx_tbm_get_bo_fd(ext_buf->handle.bo[0]); + + if (ext_buf->handle.dmabuf_fd[1] == NULL) + gst_omx_tbm_get_bo_fd(ext_buf->handle.bo[1]); + GST_LOG_OBJECT (self, "enc. fd[0]:%d fd[1]:%d fd[2]:%d w[0]:%d h[0]:%d buf_share_method:%d", ext_buf->handle.dmabuf_fd[0], ext_buf->handle.dmabuf_fd[1], ext_buf->handle.dmabuf_fd[2], ext_buf->width[0], ext_buf->height[0], ext_buf->type); - } else if (ext_buf != NULL && ext_buf->type == 0) { - GST_LOG_OBJECT (self, "enc input buf uses hw addr"); } else { - GST_WARNING_OBJECT (self, "enc input buf has wrong buf_share_method"); + GST_WARNING_OBJECT (self, "enc input buf has wrong buf_share_method[%d]", ext_buf->type); } outbuf->omx_buf->nAllocLen = sizeof(MMVideoBuffer); outbuf->omx_buf->nFilledLen = sizeof(MMVideoBuffer); memcpy (outbuf->omx_buf->pBuffer, ext_buf, sizeof(MMVideoBuffer)); -#else - SCMN_IMGB *ext_buf = NULL; - if (!ext_memory) { - GST_WARNING_OBJECT (self, "null SCMN_IMGB in hw color format. skip this."); - goto done; - } - - gst_memory_map(ext_memory, &ext_info, GST_MAP_READ); - ext_buf = (SCMN_IMGB*)ext_info.data; - gst_memory_unmap(ext_memory, &ext_info); - if (ext_buf != NULL && ext_buf->buf_share_method == 1) { - GST_LOG_OBJECT (self, "enc. fd[0]:%d fd[1]:%d fd[2]:%d w[0]:%d h[0]:%d buf_share_method:%d", - ext_buf->fd[0], ext_buf->fd[1], ext_buf->fd[2], ext_buf->w[0], ext_buf->h[0], ext_buf->buf_share_method); - } else if (ext_buf != NULL && ext_buf->buf_share_method == 0) { - GST_LOG_OBJECT (self, "enc input buf uses hw addr"); - } else { - GST_WARNING_OBJECT (self, "enc input buf has wrong buf_share_method"); - } #ifdef CODEC_ENC_INPUT_DUMP gst_omx_video_enc_input_dump(ext_buf); #endif - outbuf->omx_buf->nAllocLen = sizeof(SCMN_IMGB); - outbuf->omx_buf->nFilledLen = sizeof(SCMN_IMGB); - memcpy (outbuf->omx_buf->pBuffer, ext_buf, sizeof(SCMN_IMGB)); -#endif + ret = TRUE; break; } @@ -1594,7 +1577,7 @@ gst_omx_video_enc_handle_frame (GstVideoEncoder * encoder, goto reconfigure_error; } #ifdef USE_TBM - err = gst_omx_port_tbm_allocate_enc_buffers(self->hTBMBufMgr,port, + err = gst_omx_port_tbm_allocate_enc_buffers(port, self->hTBMBufMgr, self->enc_in_port->port_def.format.video.eCompressionFormat); #else err = gst_omx_port_allocate_buffers (port); diff --git a/packaging/gst-omx.spec b/packaging/gst-omx.spec old mode 100644 new mode 100755 index 96d930f..03e3cec --- a/packaging/gst-omx.spec +++ b/packaging/gst-omx.spec @@ -16,7 +16,7 @@ gst-openmax is a GStreamer plug-in that allows communication with OpenMAX IL com Multiple OpenMAX IL implementations can be used. %prep -%setup -q -n %{name}-%{version} +%setup -q -n %{name}-%{version} %build ./autogen.sh --noconfigure @@ -46,4 +46,3 @@ cp COPYING %{buildroot}/usr/share/license/%{name} /etc/xdg/gstomx.conf /usr/share/license/%{name} - diff --git a/tags b/tags new file mode 100644 index 0000000..bcc7712 --- /dev/null +++ b/tags @@ -0,0 +1,5366 @@ +!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/ +!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/ +!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/ +!_TAG_PROGRAM_NAME Exuberant Ctags // +!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/ +!_TAG_PROGRAM_VERSION 5.9~svn20110310 // +ADTS_SAMPLE_INDEX_11025 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_11025,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_12000 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_12000,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_16000 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_16000,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_22050 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_22050,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_24000 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_24000,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_32000 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_32000,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_44100 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_44100,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_48000 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_48000,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_64000 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_64000,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_7350 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_7350,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_8000 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_8000,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_88200 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_88200,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_96000 omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_96000 = 0x0,$/;" e enum:adts_sample_index__ file: +ADTS_SAMPLE_INDEX_MAX omx/gstomxaacenc.c /^ ADTS_SAMPLE_INDEX_MAX$/;" e enum:adts_sample_index__ file: +ALIGN omx/gstomx.h 531;" d +ALIGN_TO_4KB omx/gstomx.h 542;" d +APP_STATE_T examples/egl/testegl.c /^} APP_STATE_T;$/;" t typeref:struct:__anon37 file: +AllocateBuffer omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*AllocateBuffer)($/;" m struct:OMX_COMPONENTTYPE access:public +BUF_SHARE_METHOD_FD omx/gstomx.h /^ BUF_SHARE_METHOD_FD = 1,$/;" e enum:__anon3 +BUF_SHARE_METHOD_FLUSH_BUFFER omx/gstomx.h /^ BUF_SHARE_METHOD_FLUSH_BUFFER = 3,$/;" e enum:__anon3 +BUF_SHARE_METHOD_PADDR omx/gstomx.h /^ BUF_SHARE_METHOD_PADDR = 0,$/;" e enum:__anon3 +BUF_SHARE_METHOD_TIZEN_BUFFER omx/gstomx.h /^ BUF_SHARE_METHOD_TIZEN_BUFFER = 2,$/;" e enum:__anon3 +CHOOSE_MAX_SIZE omx/gstomx.h 544;" d +CP_ACCESSTYPE omx/openmax/OMX_ContentPipe.h /^typedef enum CP_ACCESSTYPE {$/;" g +CP_ACCESSTYPE omx/openmax/OMX_ContentPipe.h /^} CP_ACCESSTYPE;$/;" t typeref:enum:CP_ACCESSTYPE +CP_AccessKhronosExtensions omx/openmax/OMX_ContentPipe.h /^ CP_AccessKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:CP_ACCESSTYPE +CP_AccessMax omx/openmax/OMX_ContentPipe.h /^ CP_AccessMax = 0X7FFFFFFF$/;" e enum:CP_ACCESSTYPE +CP_AccessRead omx/openmax/OMX_ContentPipe.h /^ CP_AccessRead, $/;" e enum:CP_ACCESSTYPE +CP_AccessReadWrite omx/openmax/OMX_ContentPipe.h /^ CP_AccessReadWrite , $/;" e enum:CP_ACCESSTYPE +CP_AccessVendorStartUnused omx/openmax/OMX_ContentPipe.h /^ CP_AccessVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:CP_ACCESSTYPE +CP_AccessWrite omx/openmax/OMX_ContentPipe.h /^ CP_AccessWrite, $/;" e enum:CP_ACCESSTYPE +CP_BytesAvailable omx/openmax/OMX_ContentPipe.h /^ CP_BytesAvailable, \/** bytes requested in a CheckAvailableBytes call are now available*\/$/;" e enum:CP_EVENTTYPE +CP_CHECKBYTESRESULTTYPE omx/openmax/OMX_ContentPipe.h /^typedef enum CP_CHECKBYTESRESULTTYPE$/;" g +CP_CHECKBYTESRESULTTYPE omx/openmax/OMX_ContentPipe.h /^} CP_CHECKBYTESRESULTTYPE;$/;" t typeref:enum:CP_CHECKBYTESRESULTTYPE +CP_CheckBytesAtEndOfStream omx/openmax/OMX_ContentPipe.h /^ CP_CheckBytesAtEndOfStream, \/**< The pipe has reached the end of stream$/;" e enum:CP_CHECKBYTESRESULTTYPE +CP_CheckBytesInsufficientBytes omx/openmax/OMX_ContentPipe.h /^ CP_CheckBytesInsufficientBytes , \/**< The pipe has retrieved all bytes $/;" e enum:CP_CHECKBYTESRESULTTYPE +CP_CheckBytesKhronosExtensions omx/openmax/OMX_ContentPipe.h /^ CP_CheckBytesKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:CP_CHECKBYTESRESULTTYPE +CP_CheckBytesMax omx/openmax/OMX_ContentPipe.h /^ CP_CheckBytesMax = 0X7FFFFFFF$/;" e enum:CP_CHECKBYTESRESULTTYPE +CP_CheckBytesNotReady omx/openmax/OMX_ContentPipe.h /^ CP_CheckBytesNotReady, \/**< The pipe is still retrieving bytes $/;" e enum:CP_CHECKBYTESRESULTTYPE +CP_CheckBytesOk omx/openmax/OMX_ContentPipe.h /^ CP_CheckBytesOk, \/**< There are at least the request number $/;" e enum:CP_CHECKBYTESRESULTTYPE +CP_CheckBytesOutOfBuffers omx/openmax/OMX_ContentPipe.h /^ CP_CheckBytesOutOfBuffers, \/**< All read\/write buffers are currently in use. *\/$/;" e enum:CP_CHECKBYTESRESULTTYPE +CP_CheckBytesVendorStartUnused omx/openmax/OMX_ContentPipe.h /^ CP_CheckBytesVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:CP_CHECKBYTESRESULTTYPE +CP_EVENTTYPE omx/openmax/OMX_ContentPipe.h /^typedef enum CP_EVENTTYPE{$/;" g +CP_EVENTTYPE omx/openmax/OMX_ContentPipe.h /^} CP_EVENTTYPE;$/;" t typeref:enum:CP_EVENTTYPE +CP_EventKhronosExtensions omx/openmax/OMX_ContentPipe.h /^ CP_EventKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:CP_EVENTTYPE +CP_EventMax omx/openmax/OMX_ContentPipe.h /^ CP_EventMax = 0X7FFFFFFF$/;" e enum:CP_EVENTTYPE +CP_EventVendorStartUnused omx/openmax/OMX_ContentPipe.h /^ CP_EventVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:CP_EVENTTYPE +CP_ORIGINTYPE omx/openmax/OMX_ContentPipe.h /^typedef enum CP_ORIGINTYPE {$/;" g +CP_ORIGINTYPE omx/openmax/OMX_ContentPipe.h /^} CP_ORIGINTYPE;$/;" t typeref:enum:CP_ORIGINTYPE +CP_OriginBegin omx/openmax/OMX_ContentPipe.h /^ CP_OriginBegin, $/;" e enum:CP_ORIGINTYPE +CP_OriginCur omx/openmax/OMX_ContentPipe.h /^ CP_OriginCur, $/;" e enum:CP_ORIGINTYPE +CP_OriginEnd omx/openmax/OMX_ContentPipe.h /^ CP_OriginEnd, $/;" e enum:CP_ORIGINTYPE +CP_OriginKhronosExtensions omx/openmax/OMX_ContentPipe.h /^ CP_OriginKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:CP_ORIGINTYPE +CP_OriginMax omx/openmax/OMX_ContentPipe.h /^ CP_OriginMax = 0X7FFFFFFF$/;" e enum:CP_ORIGINTYPE +CP_OriginVendorStartUnused omx/openmax/OMX_ContentPipe.h /^ CP_OriginVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:CP_ORIGINTYPE +CP_Overflow omx/openmax/OMX_ContentPipe.h /^ CP_Overflow, \/** enumeration of content pipe events sent to the client callback*\/$/;" e enum:CP_EVENTTYPE +CP_PIPETYPE omx/openmax/OMX_ContentPipe.h /^typedef struct CP_PIPETYPE$/;" s +CP_PIPETYPE omx/openmax/OMX_ContentPipe.h /^} CP_PIPETYPE;$/;" t typeref:struct:CP_PIPETYPE +CP_PIPETYPE::CheckAvailableBytes omx/openmax/OMX_ContentPipe.h /^ CPresult (*CheckAvailableBytes)( CPhandle hContent, CPuint nBytesRequested, CP_CHECKBYTESRESULTTYPE *eResult );$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::Close omx/openmax/OMX_ContentPipe.h /^ CPresult (*Close)( CPhandle hContent );$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::Create omx/openmax/OMX_ContentPipe.h /^ CPresult (*Create)( CPhandle *hContent, CPstring szURI );$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::GetPosition omx/openmax/OMX_ContentPipe.h /^ CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::GetWriteBuffer omx/openmax/OMX_ContentPipe.h /^ CPresult (*GetWriteBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::Open omx/openmax/OMX_ContentPipe.h /^ CPresult (*Open)( CPhandle* hContent, CPstring szURI, CP_ACCESSTYPE eAccess );$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::Read omx/openmax/OMX_ContentPipe.h /^ CPresult (*Read)( CPhandle hContent, CPbyte *pData, CPuint nSize); $/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::ReadBuffer omx/openmax/OMX_ContentPipe.h /^ CPresult (*ReadBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint *nSize, CPbool bForbidCopy);$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::RegisterCallback omx/openmax/OMX_ContentPipe.h /^ CPresult (*RegisterCallback)( CPhandle hContent, CPresult (*ClientCallback)(CP_EVENTTYPE eEvent, CPuint iParam));$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::ReleaseReadBuffer omx/openmax/OMX_ContentPipe.h /^ CPresult (*ReleaseReadBuffer)(CPhandle hContent, CPbyte *pBuffer);$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::SetPosition omx/openmax/OMX_ContentPipe.h /^ CPresult (*SetPosition)( CPhandle hContent, CPint nOffset, CP_ORIGINTYPE eOrigin);$/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::Write omx/openmax/OMX_ContentPipe.h /^ CPresult (*Write)( CPhandle hContent, CPbyte *data, CPuint nSize); $/;" m struct:CP_PIPETYPE access:public +CP_PIPETYPE::WriteBuffer omx/openmax/OMX_ContentPipe.h /^ CPresult (*WriteBuffer)( CPhandle hContent, CPbyte *pBuffer, CPuint nFilledSize);$/;" m struct:CP_PIPETYPE access:public +CP_PipeDisconnected omx/openmax/OMX_ContentPipe.h /^ CP_PipeDisconnected , \/** enumeration of content pipe events sent to the client callback*\/$/;" e enum:CP_EVENTTYPE +CPbool omx/openmax/OMX_ContentPipe.h /^typedef OMX_BOOL CPbool;$/;" t +CPbyte omx/openmax/OMX_ContentPipe.h /^typedef char CPbyte; $/;" t +CPhandle omx/openmax/OMX_ContentPipe.h /^typedef void * CPhandle;$/;" t +CPint omx/openmax/OMX_ContentPipe.h /^typedef OMX_S32 CPint; $/;" t +CPresult omx/openmax/OMX_ContentPipe.h /^typedef OMX_U32 CPresult;$/;" t +CPstring omx/openmax/OMX_ContentPipe.h /^typedef char * CPstring; $/;" t +CPuint omx/openmax/OMX_ContentPipe.h /^typedef OMX_U32 CPuint;$/;" t +CheckAvailableBytes omx/openmax/OMX_ContentPipe.h /^ CPresult (*CheckAvailableBytes)( CPhandle hContent, CPuint nBytesRequested, CP_CHECKBYTESRESULTTYPE *eResult );$/;" m struct:CP_PIPETYPE access:public +Close omx/openmax/OMX_ContentPipe.h /^ CPresult (*Close)( CPhandle hContent );$/;" m struct:CP_PIPETYPE access:public +ComponentDeInit omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*ComponentDeInit)($/;" m struct:OMX_COMPONENTTYPE access:public +ComponentRoleEnum omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*ComponentRoleEnum)($/;" m struct:OMX_COMPONENTTYPE access:public +ComponentTunnelRequest omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*ComponentTunnelRequest)($/;" m struct:OMX_COMPONENTTYPE access:public +Create omx/openmax/OMX_ContentPipe.h /^ CPresult (*Create)( CPhandle *hContent, CPstring szURI );$/;" m struct:CP_PIPETYPE access:public +DEBUG_INIT omx/gstomxaacdec.c 43;" d file: +DEBUG_INIT omx/gstomxaacenc.c 100;" d file: +DEBUG_INIT omx/gstomxamrdec.c 44;" d file: +DEBUG_INIT omx/gstomxanalogaudiosink.c 35;" d file: +DEBUG_INIT omx/gstomxaudiodec.c 62;" d file: +DEBUG_INIT omx/gstomxaudioenc.c 59;" d file: +DEBUG_INIT omx/gstomxaudiosink.c 37;" d file: +DEBUG_INIT omx/gstomxbufferpool.c 205;" d file: +DEBUG_INIT omx/gstomxh263dec.c 45;" d file: +DEBUG_INIT omx/gstomxh263enc.c 45;" d file: +DEBUG_INIT omx/gstomxh264dec.c 45;" d file: +DEBUG_INIT omx/gstomxh264enc.c 70;" d file: +DEBUG_INIT omx/gstomxhdmiaudiosink.c 35;" d file: +DEBUG_INIT omx/gstomxmjpegdec.c 45;" d file: +DEBUG_INIT omx/gstomxmp3dec.c 43;" d file: +DEBUG_INIT omx/gstomxmpeg2videodec.c 45;" d file: +DEBUG_INIT omx/gstomxmpeg4videodec.c 45;" d file: +DEBUG_INIT omx/gstomxmpeg4videoenc.c 45;" d file: +DEBUG_INIT omx/gstomxtheoradec.c 48;" d file: +DEBUG_INIT omx/gstomxvideodec.c 92;" d file: +DEBUG_INIT omx/gstomxvideoenc.c 115;" d file: +DEBUG_INIT omx/gstomxvp8dec.c 45;" d file: +DEBUG_INIT omx/gstomxwmvdec.c 45;" d file: +DEFAULT_AAC_ER_TOOLS omx/gstomxaacenc.c 54;" d file: +DEFAULT_AAC_TOOLS omx/gstomxaacenc.c 53;" d file: +DEFAULT_BITRATE omx/gstomxaacenc.c 52;" d file: +DEFAULT_HACKS omx/gstomx.c 2611;" d file: +DEFAULT_HACKS omx/gstomx.c 2613;" d file: +DEFAULT_PROP_MUTE omx/gstomxaudiosink.c 41;" d file: +DEFAULT_PROP_VOLUME omx/gstomxaudiosink.c 42;" d file: +DIV_ROUND_UP omx/gstomx.h 543;" d +EmptyBufferDone omx/gstomx.c /^EmptyBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR pAppData,$/;" f file: signature:(OMX_HANDLETYPE hComponent, OMX_PTR pAppData, OMX_BUFFERHEADERTYPE * pBuffer) +EmptyBufferDone omx/openmax/OMX_Core.h /^ OMX_ERRORTYPE (*EmptyBufferDone)($/;" m struct:OMX_CALLBACKTYPE access:public +EmptyThisBuffer omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*EmptyThisBuffer)($/;" m struct:OMX_COMPONENTTYPE access:public +EnableGemBuffersParams omx/gstomx.h /^typedef struct _EnableGemBuffersParams EnableGemBuffersParams;$/;" t typeref:struct:_EnableGemBuffersParams +ErrMap omx/openmax/OMX_Video.h /^ OMX_U8 ErrMap[1]; \/* Error map hint *\/$/;" m struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE access:public +EventHandler omx/gstomx.c /^EventHandler (OMX_HANDLETYPE hComponent, OMX_PTR pAppData, OMX_EVENTTYPE eEvent,$/;" f file: signature:(OMX_HANDLETYPE hComponent, OMX_PTR pAppData, OMX_EVENTTYPE eEvent, OMX_U32 nData1, OMX_U32 nData2, OMX_PTR pEventData) +EventHandler omx/openmax/OMX_Core.h /^ OMX_ERRORTYPE (*EventHandler)($/;" m struct:OMX_CALLBACKTYPE access:public +FillBufferDone omx/gstomx.c /^FillBufferDone (OMX_HANDLETYPE hComponent, OMX_PTR pAppData,$/;" f file: signature:(OMX_HANDLETYPE hComponent, OMX_PTR pAppData, OMX_BUFFERHEADERTYPE * pBuffer) +FillBufferDone omx/openmax/OMX_Core.h /^ OMX_ERRORTYPE (*FillBufferDone)($/;" m struct:OMX_CALLBACKTYPE access:public +FillThisBuffer omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*FillThisBuffer)($/;" m struct:OMX_COMPONENTTYPE access:public +FreeBuffer omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*FreeBuffer)($/;" m struct:OMX_COMPONENTTYPE access:public +GGetTypeFunction omx/gstomx.c /^typedef GType (*GGetTypeFunction) (void);$/;" t file: +GOMX_VENDOR_DEFAULT omx/gstomx.h /^ GOMX_VENDOR_DEFAULT,$/;" e enum:GOmxVendor +GOMX_VENDOR_QCT omx/gstomx.h /^ GOMX_VENDOR_QCT,$/;" e enum:GOmxVendor +GOMX_VENDOR_SLSI_EXYNOS omx/gstomx.h /^ GOMX_VENDOR_SLSI_EXYNOS,$/;" e enum:GOmxVendor +GOMX_VENDOR_SLSI_SEC omx/gstomx.h /^ GOMX_VENDOR_SLSI_SEC,$/;" e enum:GOmxVendor +GOMX_VENDOR_SPRD omx/gstomx.h /^ GOMX_VENDOR_SPRD$/;" e enum:GOmxVendor +GOmxVendor omx/gstomx.h /^enum GOmxVendor$/;" g +GOmxVendor omx/gstomx.h /^typedef enum GOmxVendor GOmxVendor; \/* check omx vender *\/$/;" t typeref:enum:GOmxVendor +GST_CAT_DEFAULT omx/gstomx.c 50;" d file: +GST_CAT_DEFAULT omx/gstomxaacdec.c 29;" d file: +GST_CAT_DEFAULT omx/gstomxaacenc.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxamrdec.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxanalogaudiosink.c 31;" d file: +GST_CAT_DEFAULT omx/gstomxaudiodec.c 35;" d file: +GST_CAT_DEFAULT omx/gstomxaudioenc.c 31;" d file: +GST_CAT_DEFAULT omx/gstomxaudiosink.c 35;" d file: +GST_CAT_DEFAULT omx/gstomxbufferpool.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxh263dec.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxh263enc.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxh264dec.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxh264enc.c 35;" d file: +GST_CAT_DEFAULT omx/gstomxhdmiaudiosink.c 31;" d file: +GST_CAT_DEFAULT omx/gstomxmjpegdec.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxmp3dec.c 29;" d file: +GST_CAT_DEFAULT omx/gstomxmpeg2videodec.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxmpeg4videodec.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxmpeg4videoenc.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxtheoradec.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxvideo.c 32;" d file: +GST_CAT_DEFAULT omx/gstomxvideodec.c 56;" d file: +GST_CAT_DEFAULT omx/gstomxvideoenc.c 38;" d file: +GST_CAT_DEFAULT omx/gstomxvp8dec.c 30;" d file: +GST_CAT_DEFAULT omx/gstomxwmvdec.c 30;" d file: +GST_IS_OMX_AAC_DEC omx/gstomxaacdec.h 36;" d +GST_IS_OMX_AAC_DEC_CLASS omx/gstomxaacdec.h 38;" d +GST_IS_OMX_AAC_ENC omx/gstomxaacenc.h 37;" d +GST_IS_OMX_AAC_ENC_CLASS omx/gstomxaacenc.h 39;" d +GST_IS_OMX_AMR_DEC omx/gstomxamrdec.h 36;" d +GST_IS_OMX_AMR_DEC_CLASS omx/gstomxamrdec.h 38;" d +GST_IS_OMX_ANALOG_AUDIO_SINK omx/gstomxanalogaudiosink.h 38;" d +GST_IS_OMX_ANALOG_AUDIO_SINK_CLASS omx/gstomxanalogaudiosink.h 40;" d +GST_IS_OMX_AUDIO_DEC omx/gstomxaudiodec.h 43;" d +GST_IS_OMX_AUDIO_DEC_CLASS omx/gstomxaudiodec.h 45;" d +GST_IS_OMX_AUDIO_ENC omx/gstomxaudioenc.h 40;" d +GST_IS_OMX_AUDIO_ENC_CLASS omx/gstomxaudioenc.h 42;" d +GST_IS_OMX_AUDIO_SINK omx/gstomxaudiosink.h 44;" d +GST_IS_OMX_AUDIO_SINK_CLASS omx/gstomxaudiosink.h 46;" d +GST_IS_OMX_BUFFER_POOL omx/gstomxbufferpool.h 40;" d +GST_IS_OMX_H263_DEC omx/gstomxh263dec.h 37;" d +GST_IS_OMX_H263_DEC_CLASS omx/gstomxh263dec.h 39;" d +GST_IS_OMX_H263_ENC omx/gstomxh263enc.h 37;" d +GST_IS_OMX_H263_ENC_CLASS omx/gstomxh263enc.h 39;" d +GST_IS_OMX_H264_DEC omx/gstomxh264dec.h 37;" d +GST_IS_OMX_H264_DEC_CLASS omx/gstomxh264dec.h 39;" d +GST_IS_OMX_H264_ENC omx/gstomxh264enc.h 37;" d +GST_IS_OMX_H264_ENC_CLASS omx/gstomxh264enc.h 39;" d +GST_IS_OMX_HDMI_AUDIO_SINK omx/gstomxhdmiaudiosink.h 38;" d +GST_IS_OMX_HDMI_AUDIO_SINK_CLASS omx/gstomxhdmiaudiosink.h 40;" d +GST_IS_OMX_MEMORY_ALLOCATOR omx/gstomxbufferpool.c 101;" d file: +GST_IS_OMX_MJPEG_DEC omx/gstomxmjpegdec.h 37;" d +GST_IS_OMX_MJPEG_DEC_CLASS omx/gstomxmjpegdec.h 39;" d +GST_IS_OMX_MP3_DEC omx/gstomxmp3dec.h 36;" d +GST_IS_OMX_MP3_DEC_CLASS omx/gstomxmp3dec.h 38;" d +GST_IS_OMX_MPEG2_VIDEO_DEC omx/gstomxmpeg2videodec.h 37;" d +GST_IS_OMX_MPEG2_VIDEO_DEC_CLASS omx/gstomxmpeg2videodec.h 39;" d +GST_IS_OMX_MPEG4_VIDEO_DEC omx/gstomxmpeg4videodec.h 37;" d +GST_IS_OMX_MPEG4_VIDEO_DEC_CLASS omx/gstomxmpeg4videodec.h 39;" d +GST_IS_OMX_MPEG4_VIDEO_ENC omx/gstomxmpeg4videoenc.h 37;" d +GST_IS_OMX_MPEG4_VIDEO_ENC_CLASS omx/gstomxmpeg4videoenc.h 39;" d +GST_IS_OMX_THEORA_DEC omx/gstomxtheoradec.h 37;" d +GST_IS_OMX_THEORA_DEC_CLASS omx/gstomxtheoradec.h 39;" d +GST_IS_OMX_VIDEO_DEC omx/gstomxvideodec.h 60;" d +GST_IS_OMX_VIDEO_DEC_CLASS omx/gstomxvideodec.h 62;" d +GST_IS_OMX_VIDEO_ENC omx/gstomxvideoenc.h 41;" d +GST_IS_OMX_VIDEO_ENC_CLASS omx/gstomxvideoenc.h 43;" d +GST_IS_OMX_VP8_DEC omx/gstomxvp8dec.h 37;" d +GST_IS_OMX_VP8_DEC_CLASS omx/gstomxvp8dec.h 39;" d +GST_IS_OMX_WMV_DEC omx/gstomxwmvdec.h 37;" d +GST_IS_OMX_WMV_DEC_CLASS omx/gstomxwmvdec.h 39;" d +GST_OMX_AAC_DEC omx/gstomxaacdec.h 30;" d +GST_OMX_AAC_DEC_CLASS omx/gstomxaacdec.h 32;" d +GST_OMX_AAC_DEC_GET_CLASS omx/gstomxaacdec.h 34;" d +GST_OMX_AAC_ENC omx/gstomxaacenc.h 31;" d +GST_OMX_AAC_ENC_CLASS omx/gstomxaacenc.h 33;" d +GST_OMX_AAC_ENC_GET_CLASS omx/gstomxaacenc.h 35;" d +GST_OMX_ACQUIRE_BUFFER_EOS omx/gstomx.h /^ GST_OMX_ACQUIRE_BUFFER_EOS,$/;" e enum:__anon6 +GST_OMX_ACQUIRE_BUFFER_ERROR omx/gstomx.h /^ GST_OMX_ACQUIRE_BUFFER_ERROR$/;" e enum:__anon6 +GST_OMX_ACQUIRE_BUFFER_FLUSHING omx/gstomx.h /^ GST_OMX_ACQUIRE_BUFFER_FLUSHING,$/;" e enum:__anon6 +GST_OMX_ACQUIRE_BUFFER_OK omx/gstomx.h /^ GST_OMX_ACQUIRE_BUFFER_OK = 0,$/;" e enum:__anon6 +GST_OMX_ACQUIRE_BUFFER_RECONFIGURE omx/gstomx.h /^ GST_OMX_ACQUIRE_BUFFER_RECONFIGURE,$/;" e enum:__anon6 +GST_OMX_AMR_DEC omx/gstomxamrdec.h 30;" d +GST_OMX_AMR_DEC_CLASS omx/gstomxamrdec.h 32;" d +GST_OMX_AMR_DEC_GET_CLASS omx/gstomxamrdec.h 34;" d +GST_OMX_ANALOG_AUDIO_SINK omx/gstomxanalogaudiosink.h 32;" d +GST_OMX_ANALOG_AUDIO_SINK_CLASS omx/gstomxanalogaudiosink.h 34;" d +GST_OMX_ANALOG_AUDIO_SINK_GET_CLASS omx/gstomxanalogaudiosink.h 36;" d +GST_OMX_AUDIO_DEC omx/gstomxaudiodec.h 37;" d +GST_OMX_AUDIO_DEC_CLASS omx/gstomxaudiodec.h 39;" d +GST_OMX_AUDIO_DEC_GET_CLASS omx/gstomxaudiodec.h 41;" d +GST_OMX_AUDIO_ENC omx/gstomxaudioenc.h 34;" d +GST_OMX_AUDIO_ENC_CLASS omx/gstomxaudioenc.h 36;" d +GST_OMX_AUDIO_ENC_GET_CLASS omx/gstomxaudioenc.h 38;" d +GST_OMX_AUDIO_SINK omx/gstomxaudiosink.h 38;" d +GST_OMX_AUDIO_SINK_CAST omx/gstomxaudiosink.h 48;" d +GST_OMX_AUDIO_SINK_CLASS omx/gstomxaudiosink.h 40;" d +GST_OMX_AUDIO_SINK_GET_CLASS omx/gstomxaudiosink.h 42;" d +GST_OMX_AUDIO_SINK_GET_LOCK omx/gstomxaudiosink.h 50;" d +GST_OMX_AUDIO_SINK_LOCK omx/gstomxaudiosink.h 51;" d +GST_OMX_AUDIO_SINK_UNLOCK omx/gstomxaudiosink.h 52;" d +GST_OMX_BUFFER_POOL omx/gstomxbufferpool.h 38;" d +GST_OMX_COMPONENT_TYPE_FILTER omx/gstomx.h /^ GST_OMX_COMPONENT_TYPE_FILTER$/;" e enum:__anon8 +GST_OMX_COMPONENT_TYPE_SINK omx/gstomx.h /^ GST_OMX_COMPONENT_TYPE_SINK,$/;" e enum:__anon8 +GST_OMX_COMPONENT_TYPE_SOURCE omx/gstomx.h /^ GST_OMX_COMPONENT_TYPE_SOURCE,$/;" e enum:__anon8 +GST_OMX_H263_DEC omx/gstomxh263dec.h 31;" d +GST_OMX_H263_DEC_CLASS omx/gstomxh263dec.h 33;" d +GST_OMX_H263_DEC_GET_CLASS omx/gstomxh263dec.h 35;" d +GST_OMX_H263_ENC omx/gstomxh263enc.h 31;" d +GST_OMX_H263_ENC_CLASS omx/gstomxh263enc.h 33;" d +GST_OMX_H263_ENC_GET_CLASS omx/gstomxh263enc.h 35;" d +GST_OMX_H264_DEC omx/gstomxh264dec.h 31;" d +GST_OMX_H264_DEC_CLASS omx/gstomxh264dec.h 33;" d +GST_OMX_H264_DEC_GET_CLASS omx/gstomxh264dec.h 35;" d +GST_OMX_H264_ENC omx/gstomxh264enc.h 31;" d +GST_OMX_H264_ENC_CLASS omx/gstomxh264enc.h 33;" d +GST_OMX_H264_ENC_GET_CLASS omx/gstomxh264enc.h 35;" d +GST_OMX_H264_VIDEO_ENC_INLINE_SPS_PPS_HEADERS_DEFAULT omx/gstomxh264enc.c 62;" d file: +GST_OMX_H264_VIDEO_ENC_INTERVAL_OF_CODING_INTRA_FRAMES_DEFAULT omx/gstomxh264enc.c 65;" d file: +GST_OMX_H264_VIDEO_ENC_PERIODICITY_OF_IDR_FRAMES_DEFAULT omx/gstomxh264enc.c 64;" d file: +GST_OMX_HACK_DRAIN_MAY_NOT_RETURN omx/gstomx.h 114;" d +GST_OMX_HACK_EVENT_PORT_SETTINGS_CHANGED_NDATA_PARAMETER_SWAP omx/gstomx.h 87;" d +GST_OMX_HACK_EVENT_PORT_SETTINGS_CHANGED_PORT_0_TO_1 omx/gstomx.h 91;" d +GST_OMX_HACK_NO_COMPONENT_RECONFIGURE omx/gstomx.h 104;" d +GST_OMX_HACK_NO_COMPONENT_ROLE omx/gstomx.h 119;" d +GST_OMX_HACK_NO_DISABLE_OUTPORT omx/gstomx.h 124;" d +GST_OMX_HACK_NO_EMPTY_EOS_BUFFER omx/gstomx.h 109;" d +GST_OMX_HACK_SYNCFRAME_FLAG_NOT_USED omx/gstomx.h 100;" d +GST_OMX_HACK_VIDEO_FRAMERATE_INTEGER omx/gstomx.h 95;" d +GST_OMX_HDMI_AUDIO_SINK omx/gstomxhdmiaudiosink.h 32;" d +GST_OMX_HDMI_AUDIO_SINK_CLASS omx/gstomxhdmiaudiosink.h 34;" d +GST_OMX_HDMI_AUDIO_SINK_GET_CLASS omx/gstomxhdmiaudiosink.h 36;" d +GST_OMX_INIT_STRUCT omx/gstomx.h 72;" d +GST_OMX_MEMORY_TYPE omx/gstomxbufferpool.c 53;" d file: +GST_OMX_MESSAGE_BUFFER_DONE omx/gstomx.h /^ GST_OMX_MESSAGE_BUFFER_DONE,$/;" e enum:__anon7 +GST_OMX_MESSAGE_BUFFER_FLAG omx/gstomx.h /^ GST_OMX_MESSAGE_BUFFER_FLAG,$/;" e enum:__anon7 +GST_OMX_MESSAGE_ERROR omx/gstomx.h /^ GST_OMX_MESSAGE_ERROR,$/;" e enum:__anon7 +GST_OMX_MESSAGE_FLUSH omx/gstomx.h /^ GST_OMX_MESSAGE_FLUSH,$/;" e enum:__anon7 +GST_OMX_MESSAGE_PORT_ENABLE omx/gstomx.h /^ GST_OMX_MESSAGE_PORT_ENABLE,$/;" e enum:__anon7 +GST_OMX_MESSAGE_PORT_SETTINGS_CHANGED omx/gstomx.h /^ GST_OMX_MESSAGE_PORT_SETTINGS_CHANGED,$/;" e enum:__anon7 +GST_OMX_MESSAGE_STATE_SET omx/gstomx.h /^ GST_OMX_MESSAGE_STATE_SET,$/;" e enum:__anon7 +GST_OMX_MJPEG_DEC omx/gstomxmjpegdec.h 31;" d +GST_OMX_MJPEG_DEC_CLASS omx/gstomxmjpegdec.h 33;" d +GST_OMX_MJPEG_DEC_GET_CLASS omx/gstomxmjpegdec.h 35;" d +GST_OMX_MP3_DEC omx/gstomxmp3dec.h 30;" d +GST_OMX_MP3_DEC_CLASS omx/gstomxmp3dec.h 32;" d +GST_OMX_MP3_DEC_GET_CLASS omx/gstomxmp3dec.h 34;" d +GST_OMX_MPEG2_VIDEO_DEC omx/gstomxmpeg2videodec.h 31;" d +GST_OMX_MPEG2_VIDEO_DEC_CLASS omx/gstomxmpeg2videodec.h 33;" d +GST_OMX_MPEG2_VIDEO_DEC_GET_CLASS omx/gstomxmpeg2videodec.h 35;" d +GST_OMX_MPEG4_VIDEO_DEC omx/gstomxmpeg4videodec.h 31;" d +GST_OMX_MPEG4_VIDEO_DEC_CLASS omx/gstomxmpeg4videodec.h 33;" d +GST_OMX_MPEG4_VIDEO_DEC_GET_CLASS omx/gstomxmpeg4videodec.h 35;" d +GST_OMX_MPEG4_VIDEO_ENC omx/gstomxmpeg4videoenc.h 31;" d +GST_OMX_MPEG4_VIDEO_ENC_CLASS omx/gstomxmpeg4videoenc.h 33;" d +GST_OMX_MPEG4_VIDEO_ENC_GET_CLASS omx/gstomxmpeg4videoenc.h 35;" d +GST_OMX_THEORA_DEC omx/gstomxtheoradec.h 31;" d +GST_OMX_THEORA_DEC_CLASS omx/gstomxtheoradec.h 33;" d +GST_OMX_THEORA_DEC_GET_CLASS omx/gstomxtheoradec.h 35;" d +GST_OMX_VIDEO_DEC omx/gstomxvideodec.h 54;" d +GST_OMX_VIDEO_DEC_CLASS omx/gstomxvideodec.h 56;" d +GST_OMX_VIDEO_DEC_GET_CLASS omx/gstomxvideodec.h 58;" d +GST_OMX_VIDEO_ENC omx/gstomxvideoenc.h 35;" d +GST_OMX_VIDEO_ENC_CLASS omx/gstomxvideoenc.h 37;" d +GST_OMX_VIDEO_ENC_CONTROL_RATE_DEFAULT omx/gstomxvideoenc.c 107;" d file: +GST_OMX_VIDEO_ENC_GET_CLASS omx/gstomxvideoenc.h 39;" d +GST_OMX_VIDEO_ENC_QUANT_B_FRAMES_DEFAULT omx/gstomxvideoenc.c 111;" d file: +GST_OMX_VIDEO_ENC_QUANT_I_FRAMES_DEFAULT omx/gstomxvideoenc.c 109;" d file: +GST_OMX_VIDEO_ENC_QUANT_P_FRAMES_DEFAULT omx/gstomxvideoenc.c 110;" d file: +GST_OMX_VIDEO_ENC_TARGET_BITRATE_DEFAULT omx/gstomxvideoenc.c 108;" d file: +GST_OMX_VP8_DEC omx/gstomxvp8dec.h 31;" d +GST_OMX_VP8_DEC_CLASS omx/gstomxvp8dec.h 33;" d +GST_OMX_VP8_DEC_GET_CLASS omx/gstomxvp8dec.h 35;" d +GST_OMX_WMV_DEC omx/gstomxwmvdec.h 31;" d +GST_OMX_WMV_DEC_CLASS omx/gstomxwmvdec.h 33;" d +GST_OMX_WMV_DEC_GET_CLASS omx/gstomxwmvdec.h 35;" d +GST_PLAY_FLAG_AUDIO examples/egl/testegl.c /^ GST_PLAY_FLAG_AUDIO = (1 << 1),$/;" e enum:__anon38 file: +GST_PLAY_FLAG_BUFFERING examples/egl/testegl.c /^ GST_PLAY_FLAG_BUFFERING = (1 << 8),$/;" e enum:__anon38 file: +GST_PLAY_FLAG_DEINTERLACE examples/egl/testegl.c /^ GST_PLAY_FLAG_DEINTERLACE = (1 << 9),$/;" e enum:__anon38 file: +GST_PLAY_FLAG_DOWNLOAD examples/egl/testegl.c /^ GST_PLAY_FLAG_DOWNLOAD = (1 << 7),$/;" e enum:__anon38 file: +GST_PLAY_FLAG_NATIVE_AUDIO examples/egl/testegl.c /^ GST_PLAY_FLAG_NATIVE_AUDIO = (1 << 5),$/;" e enum:__anon38 file: +GST_PLAY_FLAG_NATIVE_VIDEO examples/egl/testegl.c /^ GST_PLAY_FLAG_NATIVE_VIDEO = (1 << 6),$/;" e enum:__anon38 file: +GST_PLAY_FLAG_SOFT_COLORBALANCE examples/egl/testegl.c /^ GST_PLAY_FLAG_SOFT_COLORBALANCE = (1 << 10)$/;" e enum:__anon38 file: +GST_PLAY_FLAG_SOFT_VOLUME examples/egl/testegl.c /^ GST_PLAY_FLAG_SOFT_VOLUME = (1 << 4),$/;" e enum:__anon38 file: +GST_PLAY_FLAG_TEXT examples/egl/testegl.c /^ GST_PLAY_FLAG_TEXT = (1 << 2),$/;" e enum:__anon38 file: +GST_PLAY_FLAG_VIDEO examples/egl/testegl.c /^ GST_PLAY_FLAG_VIDEO = (1 << 0),$/;" e enum:__anon38 file: +GST_PLAY_FLAG_VIS examples/egl/testegl.c /^ GST_PLAY_FLAG_VIS = (1 << 3),$/;" e enum:__anon38 file: +GST_TYPE_OMX_AAC_DEC omx/gstomxaacdec.h 28;" d +GST_TYPE_OMX_AAC_ENC omx/gstomxaacenc.h 29;" d +GST_TYPE_OMX_AAC_ER_TOOLS omx/gstomxaacenc.c 78;" d file: +GST_TYPE_OMX_AAC_TOOLS omx/gstomxaacenc.c 56;" d file: +GST_TYPE_OMX_AMR_DEC omx/gstomxamrdec.h 28;" d +GST_TYPE_OMX_ANALOG_AUDIO_SINK omx/gstomxanalogaudiosink.h 30;" d +GST_TYPE_OMX_AUDIO_DEC omx/gstomxaudiodec.h 35;" d +GST_TYPE_OMX_AUDIO_ENC omx/gstomxaudioenc.h 32;" d +GST_TYPE_OMX_AUDIO_SINK omx/gstomxaudiosink.h 36;" d +GST_TYPE_OMX_BUFFER_POOL omx/gstomxbufferpool.h 36;" d +GST_TYPE_OMX_H263_DEC omx/gstomxh263dec.h 29;" d +GST_TYPE_OMX_H263_ENC omx/gstomxh263enc.h 29;" d +GST_TYPE_OMX_H264_DEC omx/gstomxh264dec.h 29;" d +GST_TYPE_OMX_H264_ENC omx/gstomxh264enc.h 29;" d +GST_TYPE_OMX_HDMI_AUDIO_SINK omx/gstomxhdmiaudiosink.h 30;" d +GST_TYPE_OMX_MEMORY_ALLOCATOR omx/gstomxbufferpool.c 100;" d file: +GST_TYPE_OMX_MJPEG_DEC omx/gstomxmjpegdec.h 29;" d +GST_TYPE_OMX_MP3_DEC omx/gstomxmp3dec.h 28;" d +GST_TYPE_OMX_MPEG2_VIDEO_DEC omx/gstomxmpeg2videodec.h 29;" d +GST_TYPE_OMX_MPEG4_VIDEO_DEC omx/gstomxmpeg4videodec.h 29;" d +GST_TYPE_OMX_MPEG4_VIDEO_ENC omx/gstomxmpeg4videoenc.h 29;" d +GST_TYPE_OMX_THEORA_DEC omx/gstomxtheoradec.h 29;" d +GST_TYPE_OMX_VIDEO_DEC omx/gstomxvideodec.h 52;" d +GST_TYPE_OMX_VIDEO_ENC omx/gstomxvideoenc.h 33;" d +GST_TYPE_OMX_VIDEO_ENC_CONTROL_RATE omx/gstomxvideoenc.c 40;" d file: +GST_TYPE_OMX_VP8_DEC omx/gstomxvp8dec.h 29;" d +GST_TYPE_OMX_WMV_DEC omx/gstomxwmvdec.h 29;" d +GST_USE_UNSTABLE_API examples/egl/testegl.c 60;" d file: +GetComponentVersion omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetComponentVersion)($/;" m struct:OMX_COMPONENTTYPE access:public +GetConfig omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetConfig)($/;" m struct:OMX_COMPONENTTYPE access:public +GetExtensionIndex omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetExtensionIndex)($/;" m struct:OMX_COMPONENTTYPE access:public +GetParameter omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetParameter)($/;" m struct:OMX_COMPONENTTYPE access:public +GetPosition omx/openmax/OMX_ContentPipe.h /^ CPresult (*GetPosition)( CPhandle hContent, CPuint *pPosition);$/;" m struct:CP_PIPETYPE access:public +GetState omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetState)($/;" m struct:OMX_COMPONENTTYPE access:public +GetWriteBuffer omx/openmax/OMX_ContentPipe.h /^ CPresult (*GetWriteBuffer)( CPhandle hContent, CPbyte **ppBuffer, CPuint nSize);$/;" m struct:CP_PIPETYPE access:public +GstGLMatrix examples/egl/testegl.c /^} GstGLMatrix;$/;" t typeref:struct:__anon36 file: +GstOMXAACDec omx/gstomxaacdec.h /^typedef struct _GstOMXAACDec GstOMXAACDec;$/;" t typeref:struct:_GstOMXAACDec +GstOMXAACDecClass omx/gstomxaacdec.h /^typedef struct _GstOMXAACDecClass GstOMXAACDecClass;$/;" t typeref:struct:_GstOMXAACDecClass +GstOMXAACEnc omx/gstomxaacenc.h /^typedef struct _GstOMXAACEnc GstOMXAACEnc;$/;" t typeref:struct:_GstOMXAACEnc +GstOMXAACEncClass omx/gstomxaacenc.h /^typedef struct _GstOMXAACEncClass GstOMXAACEncClass;$/;" t typeref:struct:_GstOMXAACEncClass +GstOMXAMRDec omx/gstomxamrdec.h /^typedef struct _GstOMXAMRDec GstOMXAMRDec;$/;" t typeref:struct:_GstOMXAMRDec +GstOMXAMRDecClass omx/gstomxamrdec.h /^typedef struct _GstOMXAMRDecClass GstOMXAMRDecClass;$/;" t typeref:struct:_GstOMXAMRDecClass +GstOMXAcquireBufferReturn omx/gstomx.h /^} GstOMXAcquireBufferReturn;$/;" t typeref:enum:__anon6 +GstOMXAnalogAudioSink omx/gstomxanalogaudiosink.h /^typedef struct _GstOMXAnalogAudioSink GstOMXAnalogAudioSink;$/;" t typeref:struct:_GstOMXAnalogAudioSink +GstOMXAnalogAudioSinkClass omx/gstomxanalogaudiosink.h /^typedef struct _GstOMXAnalogAudioSinkClass GstOMXAnalogAudioSinkClass;$/;" t typeref:struct:_GstOMXAnalogAudioSinkClass +GstOMXAudioDec omx/gstomxaudiodec.h /^typedef struct _GstOMXAudioDec GstOMXAudioDec;$/;" t typeref:struct:_GstOMXAudioDec +GstOMXAudioDecClass omx/gstomxaudiodec.h /^typedef struct _GstOMXAudioDecClass GstOMXAudioDecClass;$/;" t typeref:struct:_GstOMXAudioDecClass +GstOMXAudioEnc omx/gstomxaudioenc.h /^typedef struct _GstOMXAudioEnc GstOMXAudioEnc;$/;" t typeref:struct:_GstOMXAudioEnc +GstOMXAudioEncClass omx/gstomxaudioenc.h /^typedef struct _GstOMXAudioEncClass GstOMXAudioEncClass;$/;" t typeref:struct:_GstOMXAudioEncClass +GstOMXAudioSink omx/gstomxaudiosink.h /^typedef struct _GstOMXAudioSink GstOMXAudioSink;$/;" t typeref:struct:_GstOMXAudioSink +GstOMXAudioSinkClass omx/gstomxaudiosink.h /^typedef struct _GstOMXAudioSinkClass GstOMXAudioSinkClass;$/;" t typeref:struct:_GstOMXAudioSinkClass +GstOMXBuffer omx/gstomx.h /^typedef struct _GstOMXBuffer GstOMXBuffer;$/;" t typeref:struct:_GstOMXBuffer +GstOMXBufferPool omx/gstomxbufferpool.h /^typedef struct _GstOMXBufferPool GstOMXBufferPool;$/;" t typeref:struct:_GstOMXBufferPool +GstOMXBufferPoolClass omx/gstomxbufferpool.h /^typedef struct _GstOMXBufferPoolClass GstOMXBufferPoolClass;$/;" t typeref:struct:_GstOMXBufferPoolClass +GstOMXClassData omx/gstomx.h /^typedef struct _GstOMXClassData GstOMXClassData;$/;" t typeref:struct:_GstOMXClassData +GstOMXComponent omx/gstomx.h /^typedef struct _GstOMXComponent GstOMXComponent;$/;" t typeref:struct:_GstOMXComponent +GstOMXCore omx/gstomx.h /^typedef struct _GstOMXCore GstOMXCore;$/;" t typeref:struct:_GstOMXCore +GstOMXH263Dec omx/gstomxh263dec.h /^typedef struct _GstOMXH263Dec GstOMXH263Dec;$/;" t typeref:struct:_GstOMXH263Dec +GstOMXH263DecClass omx/gstomxh263dec.h /^typedef struct _GstOMXH263DecClass GstOMXH263DecClass;$/;" t typeref:struct:_GstOMXH263DecClass +GstOMXH263Enc omx/gstomxh263enc.h /^typedef struct _GstOMXH263Enc GstOMXH263Enc;$/;" t typeref:struct:_GstOMXH263Enc +GstOMXH263EncClass omx/gstomxh263enc.h /^typedef struct _GstOMXH263EncClass GstOMXH263EncClass;$/;" t typeref:struct:_GstOMXH263EncClass +GstOMXH264Dec omx/gstomxh264dec.h /^typedef struct _GstOMXH264Dec GstOMXH264Dec;$/;" t typeref:struct:_GstOMXH264Dec +GstOMXH264DecClass omx/gstomxh264dec.h /^typedef struct _GstOMXH264DecClass GstOMXH264DecClass;$/;" t typeref:struct:_GstOMXH264DecClass +GstOMXH264Enc omx/gstomxh264enc.h /^typedef struct _GstOMXH264Enc GstOMXH264Enc;$/;" t typeref:struct:_GstOMXH264Enc +GstOMXH264EncClass omx/gstomxh264enc.h /^typedef struct _GstOMXH264EncClass GstOMXH264EncClass;$/;" t typeref:struct:_GstOMXH264EncClass +GstOMXHdmiAudioSink omx/gstomxhdmiaudiosink.h /^typedef struct _GstOMXHdmiAudioSink GstOMXHdmiAudioSink;$/;" t typeref:struct:_GstOMXHdmiAudioSink +GstOMXHdmiAudioSinkClass omx/gstomxhdmiaudiosink.h /^typedef struct _GstOMXHdmiAudioSinkClass GstOMXHdmiAudioSinkClass;$/;" t typeref:struct:_GstOMXHdmiAudioSinkClass +GstOMXMJPEGDec omx/gstomxmjpegdec.h /^typedef struct _GstOMXMJPEGDec GstOMXMJPEGDec;$/;" t typeref:struct:_GstOMXMJPEGDec +GstOMXMJPEGDecClass omx/gstomxmjpegdec.h /^typedef struct _GstOMXMJPEGDecClass GstOMXMJPEGDecClass;$/;" t typeref:struct:_GstOMXMJPEGDecClass +GstOMXMP3Dec omx/gstomxmp3dec.h /^typedef struct _GstOMXMP3Dec GstOMXMP3Dec;$/;" t typeref:struct:_GstOMXMP3Dec +GstOMXMP3DecClass omx/gstomxmp3dec.h /^typedef struct _GstOMXMP3DecClass GstOMXMP3DecClass;$/;" t typeref:struct:_GstOMXMP3DecClass +GstOMXMPEG2VideoDec omx/gstomxmpeg2videodec.h /^typedef struct _GstOMXMPEG2VideoDec GstOMXMPEG2VideoDec;$/;" t typeref:struct:_GstOMXMPEG2VideoDec +GstOMXMPEG2VideoDecClass omx/gstomxmpeg2videodec.h /^typedef struct _GstOMXMPEG2VideoDecClass GstOMXMPEG2VideoDecClass;$/;" t typeref:struct:_GstOMXMPEG2VideoDecClass +GstOMXMPEG4VideoDec omx/gstomxmpeg4videodec.h /^typedef struct _GstOMXMPEG4VideoDec GstOMXMPEG4VideoDec;$/;" t typeref:struct:_GstOMXMPEG4VideoDec +GstOMXMPEG4VideoDecClass omx/gstomxmpeg4videodec.h /^typedef struct _GstOMXMPEG4VideoDecClass GstOMXMPEG4VideoDecClass;$/;" t typeref:struct:_GstOMXMPEG4VideoDecClass +GstOMXMPEG4VideoEnc omx/gstomxmpeg4videoenc.h /^typedef struct _GstOMXMPEG4VideoEnc GstOMXMPEG4VideoEnc;$/;" t typeref:struct:_GstOMXMPEG4VideoEnc +GstOMXMPEG4VideoEncClass omx/gstomxmpeg4videoenc.h /^typedef struct _GstOMXMPEG4VideoEncClass GstOMXMPEG4VideoEncClass;$/;" t typeref:struct:_GstOMXMPEG4VideoEncClass +GstOMXMemory omx/gstomxbufferpool.c /^typedef struct _GstOMXMemory GstOMXMemory;$/;" t typeref:struct:_GstOMXMemory file: +GstOMXMemoryAllocator omx/gstomxbufferpool.c /^typedef struct _GstOMXMemoryAllocator GstOMXMemoryAllocator;$/;" t typeref:struct:_GstOMXMemoryAllocator file: +GstOMXMemoryAllocatorClass omx/gstomxbufferpool.c /^typedef struct _GstOMXMemoryAllocatorClass GstOMXMemoryAllocatorClass;$/;" t typeref:struct:_GstOMXMemoryAllocatorClass file: +GstOMXMessage omx/gstomx.h /^typedef struct _GstOMXMessage GstOMXMessage;$/;" t typeref:struct:_GstOMXMessage +GstOMXMessageType omx/gstomx.h /^} GstOMXMessageType;$/;" t typeref:enum:__anon7 +GstOMXPort omx/gstomx.h /^typedef struct _GstOMXPort GstOMXPort;$/;" t typeref:struct:_GstOMXPort +GstOMXPortDirection omx/gstomx.h /^typedef enum _GstOMXPortDirection GstOMXPortDirection;$/;" t typeref:enum:_GstOMXPortDirection +GstOMXTheoraDec omx/gstomxtheoradec.h /^typedef struct _GstOMXTheoraDec GstOMXTheoraDec;$/;" t typeref:struct:_GstOMXTheoraDec +GstOMXTheoraDecClass omx/gstomxtheoradec.h /^typedef struct _GstOMXTheoraDecClass GstOMXTheoraDecClass;$/;" t typeref:struct:_GstOMXTheoraDecClass +GstOMXVP8Dec omx/gstomxvp8dec.h /^typedef struct _GstOMXVP8Dec GstOMXVP8Dec;$/;" t typeref:struct:_GstOMXVP8Dec +GstOMXVP8DecClass omx/gstomxvp8dec.h /^typedef struct _GstOMXVP8DecClass GstOMXVP8DecClass;$/;" t typeref:struct:_GstOMXVP8DecClass +GstOMXVideoDec omx/gstomxvideodec.h /^typedef struct _GstOMXVideoDec GstOMXVideoDec;$/;" t typeref:struct:_GstOMXVideoDec +GstOMXVideoDecClass omx/gstomxvideodec.h /^typedef struct _GstOMXVideoDecClass GstOMXVideoDecClass;$/;" t typeref:struct:_GstOMXVideoDecClass +GstOMXVideoEnc omx/gstomxvideoenc.h /^typedef struct _GstOMXVideoEnc GstOMXVideoEnc;$/;" t typeref:struct:_GstOMXVideoEnc +GstOMXVideoEncClass omx/gstomxvideoenc.h /^typedef struct _GstOMXVideoEncClass GstOMXVideoEncClass;$/;" t typeref:struct:_GstOMXVideoEncClass +GstOMXVideoNegotiationMap omx/gstomxvideo.h /^} GstOMXVideoNegotiationMap;$/;" t typeref:struct:__anon22 +GstOMXWMVDec omx/gstomxwmvdec.h /^typedef struct _GstOMXWMVDec GstOMXWMVDec;$/;" t typeref:struct:_GstOMXWMVDec +GstOMXWMVDecClass omx/gstomxwmvdec.h /^typedef struct _GstOMXWMVDecClass GstOMXWMVDecClass;$/;" t typeref:struct:_GstOMXWMVDecClass +GstOmxComponentType omx/gstomx.h /^} GstOmxComponentType;$/;" t typeref:enum:__anon8 +GstPlayFlags examples/egl/testegl.c /^} GstPlayFlags;$/;" t typeref:enum:__anon38 file: +IntraRefreshVOP omx/openmax/OMX_Video.h /^ OMX_BOOL IntraRefreshVOP;$/;" m struct:OMX_CONFIG_INTRAREFRESHVOPTYPE access:public +KD_EACCES omx/openmax/OMX_ContentPipe.h 36;" d +KD_EADDRINUSE omx/openmax/OMX_ContentPipe.h 37;" d +KD_EAGAIN omx/openmax/OMX_ContentPipe.h 38;" d +KD_EBADF omx/openmax/OMX_ContentPipe.h 39;" d +KD_EBUSY omx/openmax/OMX_ContentPipe.h 40;" d +KD_ECONNREFUSED omx/openmax/OMX_ContentPipe.h 41;" d +KD_ECONNRESET omx/openmax/OMX_ContentPipe.h 42;" d +KD_EDEADLK omx/openmax/OMX_ContentPipe.h 43;" d +KD_EDESTADDRREQ omx/openmax/OMX_ContentPipe.h 44;" d +KD_EEXIST omx/openmax/OMX_ContentPipe.h 46;" d +KD_EFBIG omx/openmax/OMX_ContentPipe.h 47;" d +KD_EHOSTUNREACH omx/openmax/OMX_ContentPipe.h 48;" d +KD_EILSEQ omx/openmax/OMX_ContentPipe.h 62;" d +KD_EINVAL omx/openmax/OMX_ContentPipe.h 49;" d +KD_EIO omx/openmax/OMX_ContentPipe.h 50;" d +KD_EISCONN omx/openmax/OMX_ContentPipe.h 51;" d +KD_EISDIR omx/openmax/OMX_ContentPipe.h 52;" d +KD_EMFILE omx/openmax/OMX_ContentPipe.h 53;" d +KD_ENAMETOOLONG omx/openmax/OMX_ContentPipe.h 54;" d +KD_ENOENT omx/openmax/OMX_ContentPipe.h 55;" d +KD_ENOMEM omx/openmax/OMX_ContentPipe.h 56;" d +KD_ENOSPC omx/openmax/OMX_ContentPipe.h 57;" d +KD_ENOSYS omx/openmax/OMX_ContentPipe.h 58;" d +KD_ENOTCONN omx/openmax/OMX_ContentPipe.h 59;" d +KD_EPERM omx/openmax/OMX_ContentPipe.h 60;" d +KD_ERANGE omx/openmax/OMX_ContentPipe.h 45;" d +KD_ETIMEDOUT omx/openmax/OMX_ContentPipe.h 61;" d +MAX_INPUT_BUFFER omx/gstomx.h 194;" d +MAX_OUTPUT_BUFFER omx/gstomx.h 195;" d +MFC_INPUT_BUFFER_PLANE omx/gstomx.h 191;" d +MFC_OUTPUT_BUFFER_PLANE omx/gstomx.h 192;" d +M_PI examples/egl/testegl.c 76;" d file: +OMX_ALL omx/openmax/OMX_Types.h 99;" d +OMX_API omx/openmax/OMX_Types.h 43;" d +OMX_API omx/openmax/OMX_Types.h 46;" d +OMX_API omx/openmax/OMX_Types.h 48;" d +OMX_API omx/openmax/OMX_Types.h 54;" d +OMX_API omx/openmax/OMX_Types.h 56;" d +OMX_API omx/openmax/OMX_Types.h 60;" d +OMX_API omx/openmax/OMX_Types.h 62;" d +OMX_APIENTRY omx/openmax/OMX_Types.h 68;" d +OMX_AUDIO_AACERAll omx/openmax/OMX_Audio.h 270;" d +OMX_AUDIO_AACERHCR omx/openmax/OMX_Audio.h 269;" d +OMX_AUDIO_AACERNone omx/openmax/OMX_Audio.h 266;" d +OMX_AUDIO_AACERRVLC omx/openmax/OMX_Audio.h 268;" d +OMX_AUDIO_AACERVCB11 omx/openmax/OMX_Audio.h 267;" d +OMX_AUDIO_AACObjectERLC omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectERLC = 17, \/**< ER AAC Low Complexity object (Error Resilient AAC-LC) *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectHE omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectHE, \/**< AAC High Efficiency (object type SBR, HE-AAC profile) *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectHE_PS omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectHE_PS = 29, \/**< AAC High Efficiency with Parametric Stereo coding (HE-AAC v2, object type PS) *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectLC omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectLC, \/**< AAC Low Complexity object (AAC profile) *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectLD omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectLD = 23, \/**< AAC Low Delay object (Error Resilient) *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectLTP omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectLTP, \/**< AAC Long Term Prediction object *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectMain omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectMain = 1, \/**< AAC Main object *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectNull omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectNull = 0, \/**< Null, not used *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectSSR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectSSR, \/**< AAC Scalable Sample Rate object *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectScalable omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectScalable, \/**< AAC Scalable object *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACObjectVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACObjectVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACPROFILETYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_AACPROFILETYPE{$/;" g +OMX_AUDIO_AACPROFILETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_AACPROFILETYPE;$/;" t typeref:enum:OMX_AUDIO_AACPROFILETYPE +OMX_AUDIO_AACSTREAMFORMATTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_AACSTREAMFORMATTYPE {$/;" g +OMX_AUDIO_AACSTREAMFORMATTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_AACSTREAMFORMATTYPE;$/;" t typeref:enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatADIF omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatADIF, \/**< AAC Audio Data Interchange Format *\/$/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatMP2ADTS omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatMP2ADTS = 0, \/**< AAC Audio Data Transport Stream 2 format *\/$/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatMP4ADTS omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatMP4ADTS, \/**< AAC Audio Data Transport Stream 4 format *\/$/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatMP4FF omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatMP4FF, \/**< AAC inside MPEG-4\/ISO File Format *\/$/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatMP4LATM omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatMP4LATM, \/**< AAC Low overhead Audio Transport Multiplex *\/$/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatMP4LOAS omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatMP4LOAS, \/**< AAC Low Overhead Audio Stream format *\/$/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatRAW omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatRAW, \/**< AAC Raw Format *\/$/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACStreamFormatVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACStreamFormatVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_AACSTREAMFORMATTYPE +OMX_AUDIO_AACToolAll omx/openmax/OMX_Audio.h 262;" d +OMX_AUDIO_AACToolIS omx/openmax/OMX_Audio.h 258;" d +OMX_AUDIO_AACToolLTP omx/openmax/OMX_Audio.h 261;" d +OMX_AUDIO_AACToolMS omx/openmax/OMX_Audio.h 257;" d +OMX_AUDIO_AACToolNone omx/openmax/OMX_Audio.h 256;" d +OMX_AUDIO_AACToolPNS omx/openmax/OMX_Audio.h 260;" d +OMX_AUDIO_AACToolTNS omx/openmax/OMX_Audio.h 259;" d +OMX_AUDIO_AMRBANDMODETYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_AMRBANDMODETYPE {$/;" g +OMX_AUDIO_AMRBANDMODETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_AMRBANDMODETYPE;$/;" t typeref:enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeNB0 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeNB0, \/**< AMRNB Mode 0 = 4750 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeNB1 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeNB1, \/**< AMRNB Mode 1 = 5150 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeNB2 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeNB2, \/**< AMRNB Mode 2 = 5900 bps *\/ $/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeNB3 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeNB3, \/**< AMRNB Mode 3 = 6700 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeNB4 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeNB4, \/**< AMRNB Mode 4 = 7400 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeNB5 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeNB5, \/**< AMRNB Mode 5 = 7950 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeNB6 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeNB6, \/**< AMRNB Mode 6 = 10200 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeNB7 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeNB7, \/**< AMRNB Mode 7 = 12200 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeUnused = 0, \/**< AMRNB Mode unused \/ unknown *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeWB0 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeWB0, \/**< AMRWB Mode 0 = 6600 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeWB1 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeWB1, \/**< AMRWB Mode 1 = 8850 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeWB2 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeWB2, \/**< AMRWB Mode 2 = 12650 bps *\/ $/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeWB3 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeWB3, \/**< AMRWB Mode 3 = 14250 bps *\/ $/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeWB4 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeWB4, \/**< AMRWB Mode 4 = 15850 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeWB5 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeWB5, \/**< AMRWB Mode 5 = 18250 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeWB6 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeWB6, \/**< AMRWB Mode 6 = 19850 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeWB7 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeWB7, \/**< AMRWB Mode 7 = 23050 bps *\/$/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRBandModeWB8 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBandModeWB8, \/**< AMRWB Mode 8 = 23850 bps *\/ $/;" e enum:OMX_AUDIO_AMRBANDMODETYPE +OMX_AUDIO_AMRDTXMODETYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_AMRDTXMODETYPE { $/;" g +OMX_AUDIO_AMRDTXMODETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_AMRDTXMODETYPE; $/;" t typeref:enum:OMX_AUDIO_AMRDTXMODETYPE +OMX_AUDIO_AMRDTXModeKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRDTXModeKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_AMRDTXMODETYPE +OMX_AUDIO_AMRDTXModeMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRDTXModeMax = 0x7FFFFFFF $/;" e enum:OMX_AUDIO_AMRDTXMODETYPE +OMX_AUDIO_AMRDTXModeOff omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRDTXModeOff = 0, \/**< AMR Discontinuous Transmission Mode is disabled *\/ $/;" e enum:OMX_AUDIO_AMRDTXMODETYPE +OMX_AUDIO_AMRDTXModeOnAuto omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRDTXModeOnAuto, \/**< The codec will automatically select between $/;" e enum:OMX_AUDIO_AMRDTXMODETYPE +OMX_AUDIO_AMRDTXModeOnVAD1 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRDTXModeOnVAD1, \/**< AMR Discontinuous Transmission Mode using $/;" e enum:OMX_AUDIO_AMRDTXMODETYPE +OMX_AUDIO_AMRDTXModeOnVAD2 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRDTXModeOnVAD2, \/**< AMR Discontinuous Transmission Mode using $/;" e enum:OMX_AUDIO_AMRDTXMODETYPE +OMX_AUDIO_AMRDTXModeVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRDTXModeVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_AMRDTXMODETYPE +OMX_AUDIO_AMRDTXasEFR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRDTXasEFR, \/**< DTX as EFR instead of AMR standard (3GPP 26.101, frame type =8,9,10) *\/$/;" e enum:OMX_AUDIO_AMRDTXMODETYPE +OMX_AUDIO_AMRFRAMEFORMATTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_AMRFRAMEFORMATTYPE { $/;" g +OMX_AUDIO_AMRFRAMEFORMATTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_AMRFRAMEFORMATTYPE; $/;" t typeref:enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_AMRFrameFormatConformance omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFrameFormatConformance = 0, \/**< Frame Format is AMR Conformance $/;" e enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_AMRFrameFormatFSF omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFrameFormatFSF, \/**< Frame Format is AMR File Storage $/;" e enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_AMRFrameFormatIF1 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFrameFormatIF1, \/**< Frame Format is AMR Interface $/;" e enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_AMRFrameFormatIF2 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFrameFormatIF2, \/**< Frame Format is AMR Interface $/;" e enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_AMRFrameFormatITU omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFrameFormatITU, \/**< Frame Format is ITU Format (added at Motorola request) *\/ $/;" e enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_AMRFrameFormatKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFrameFormatKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_AMRFrameFormatMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFrameFormatMax = 0x7FFFFFFF $/;" e enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_AMRFrameFormatRTPPayload omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFrameFormatRTPPayload, \/**< Frame Format is AMR Real-Time $/;" e enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_AMRFrameFormatVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFrameFormatVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_AMRFRAMEFORMATTYPE +OMX_AUDIO_CDMARATETYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_CDMARATETYPE {$/;" g +OMX_AUDIO_CDMARATETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CDMARATETYPE;$/;" t typeref:enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CDMARateBlank omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARateBlank = 0, \/**< CDMA encoded frame is blank *\/$/;" e enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CDMARateEighth omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARateEighth, \/**< CDMA encoded frame in eighth rate (DTX)*\/$/;" e enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CDMARateErasure omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARateErasure, \/**< CDMA erasure frame *\/$/;" e enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CDMARateFull omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARateFull, \/**< CDMA encoded frame in full rate *\/$/;" e enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CDMARateHalf omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARateHalf, \/**< CDMA encoded frame in half rate *\/$/;" e enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CDMARateKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARateKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CDMARateMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARateMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CDMARateQuarter omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARateQuarter, \/**< CDMA encoded frame in quarter rate *\/$/;" e enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CDMARateVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARateVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_CDMARATETYPE +OMX_AUDIO_CHANNELMODETYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_CHANNELMODETYPE {$/;" g +OMX_AUDIO_CHANNELMODETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CHANNELMODETYPE;$/;" t typeref:enum:OMX_AUDIO_CHANNELMODETYPE +OMX_AUDIO_CHANNELTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_CHANNELTYPE {$/;" g +OMX_AUDIO_CHANNELTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CHANNELTYPE;$/;" t typeref:enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_CODINGTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_CODINGTYPE {$/;" g +OMX_AUDIO_CODINGTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CODINGTYPE;$/;" t typeref:enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CONFIG_BALANCETYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_BALANCETYPE {$/;" s +OMX_AUDIO_CONFIG_BALANCETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_BALANCETYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_BALANCETYPE +OMX_AUDIO_CONFIG_BALANCETYPE::nBalance omx/openmax/OMX_Audio.h /^ OMX_S32 nBalance; \/**< balance setting for this port $/;" m struct:OMX_AUDIO_CONFIG_BALANCETYPE access:public +OMX_AUDIO_CONFIG_BALANCETYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port index indicating which port to $/;" m struct:OMX_AUDIO_CONFIG_BALANCETYPE access:public +OMX_AUDIO_CONFIG_BALANCETYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_BALANCETYPE access:public +OMX_AUDIO_CONFIG_BALANCETYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_BALANCETYPE access:public +OMX_AUDIO_CONFIG_BASSTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_BASSTYPE {$/;" s +OMX_AUDIO_CONFIG_BASSTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_BASSTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_BASSTYPE +OMX_AUDIO_CONFIG_BASSTYPE::bEnable omx/openmax/OMX_Audio.h /^ OMX_BOOL bEnable; \/**< Enable\/disable for bass control *\/$/;" m struct:OMX_AUDIO_CONFIG_BASSTYPE access:public +OMX_AUDIO_CONFIG_BASSTYPE::nBass omx/openmax/OMX_Audio.h /^ OMX_S32 nBass; \/**< bass setting for the port, as a $/;" m struct:OMX_AUDIO_CONFIG_BASSTYPE access:public +OMX_AUDIO_CONFIG_BASSTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_BASSTYPE access:public +OMX_AUDIO_CONFIG_BASSTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_BASSTYPE access:public +OMX_AUDIO_CONFIG_BASSTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_BASSTYPE access:public +OMX_AUDIO_CONFIG_CHANNELMUTETYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_CHANNELMUTETYPE {$/;" s +OMX_AUDIO_CONFIG_CHANNELMUTETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_CHANNELMUTETYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE +OMX_AUDIO_CONFIG_CHANNELMUTETYPE::bIsMIDI omx/openmax/OMX_Audio.h /^ OMX_BOOL bIsMIDI; \/**< TRUE if nChannel refers to a MIDI channel,$/;" m struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE access:public +OMX_AUDIO_CONFIG_CHANNELMUTETYPE::bMute omx/openmax/OMX_Audio.h /^ OMX_BOOL bMute; \/**< Mute setting for this channel *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE access:public +OMX_AUDIO_CONFIG_CHANNELMUTETYPE::nChannel omx/openmax/OMX_Audio.h /^ OMX_U32 nChannel; \/**< channel to select from 0 to N-1, $/;" m struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE access:public +OMX_AUDIO_CONFIG_CHANNELMUTETYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE access:public +OMX_AUDIO_CONFIG_CHANNELMUTETYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE access:public +OMX_AUDIO_CONFIG_CHANNELMUTETYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE access:public +OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE {$/;" s +OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE +OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE::bIsMIDI omx/openmax/OMX_Audio.h /^ OMX_BOOL bIsMIDI; \/**< TRUE if nChannel refers to a MIDI channel,$/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE::bLinear omx/openmax/OMX_Audio.h /^ OMX_BOOL bLinear; \/**< Is the volume to be set in linear (0.100) or $/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE::nChannel omx/openmax/OMX_Audio.h /^ OMX_U32 nChannel; \/**< channel to select from 0 to N-1, $/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port index indicating which port to $/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE::sVolume omx/openmax/OMX_Audio.h /^ OMX_BS32 sVolume; \/**< Volume linear setting in the 0..100 range, OR$/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +OMX_AUDIO_CONFIG_CHORUSTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_CHORUSTYPE {$/;" s +OMX_AUDIO_CONFIG_CHORUSTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_CHORUSTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_CHORUSTYPE +OMX_AUDIO_CONFIG_CHORUSTYPE::bEnable omx/openmax/OMX_Audio.h /^ OMX_BOOL bEnable; \/**< Enable\/disable for chorus *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +OMX_AUDIO_CONFIG_CHORUSTYPE::nFeedback omx/openmax/OMX_Audio.h /^ OMX_BU32 nFeedback; \/**< Feedback from chorus output to input in percentage *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +OMX_AUDIO_CONFIG_CHORUSTYPE::nModulationDepth omx/openmax/OMX_Audio.h /^ OMX_U32 nModulationDepth; \/**< depth of modulation as a percentage of $/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +OMX_AUDIO_CONFIG_CHORUSTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +OMX_AUDIO_CONFIG_CHORUSTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +OMX_AUDIO_CONFIG_CHORUSTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +OMX_AUDIO_CONFIG_CHORUSTYPE::sDelay omx/openmax/OMX_Audio.h /^ OMX_BU32 sDelay; \/**< average delay in milliseconds *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +OMX_AUDIO_CONFIG_CHORUSTYPE::sModulationRate omx/openmax/OMX_Audio.h /^ OMX_BU32 sModulationRate; \/**< rate of modulation in millihertz *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE {$/;" s +OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE +OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE::eEchoCancelation omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ECHOCANTYPE eEchoCancelation; \/**< Echo cancelation settings *\/$/;" m struct:OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE access:public +OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE access:public +OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE access:public +OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE access:public +OMX_AUDIO_CONFIG_EQUALIZERTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_EQUALIZERTYPE {$/;" s +OMX_AUDIO_CONFIG_EQUALIZERTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_EQUALIZERTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE +OMX_AUDIO_CONFIG_EQUALIZERTYPE::bEnable omx/openmax/OMX_Audio.h /^ OMX_BOOL bEnable; \/**< Enable\/disable for equalizer *\/$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +OMX_AUDIO_CONFIG_EQUALIZERTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +OMX_AUDIO_CONFIG_EQUALIZERTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +OMX_AUDIO_CONFIG_EQUALIZERTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +OMX_AUDIO_CONFIG_EQUALIZERTYPE::sBandIndex omx/openmax/OMX_Audio.h /^ OMX_BU32 sBandIndex; \/**< Band number to be set. Upper Limit is $/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +OMX_AUDIO_CONFIG_EQUALIZERTYPE::sBandLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sBandLevel; \/**< band level in millibels *\/$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +OMX_AUDIO_CONFIG_EQUALIZERTYPE::sCenterFreq omx/openmax/OMX_Audio.h /^ OMX_BU32 sCenterFreq; \/**< Center frequecies in Hz. This is a$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +OMX_AUDIO_CONFIG_LOUDNESSTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_LOUDNESSTYPE {$/;" s +OMX_AUDIO_CONFIG_LOUDNESSTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_LOUDNESSTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_LOUDNESSTYPE +OMX_AUDIO_CONFIG_LOUDNESSTYPE::bLoudness omx/openmax/OMX_Audio.h /^ OMX_BOOL bLoudness; \/**< Enable\/disable for loudness *\/$/;" m struct:OMX_AUDIO_CONFIG_LOUDNESSTYPE access:public +OMX_AUDIO_CONFIG_LOUDNESSTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_LOUDNESSTYPE access:public +OMX_AUDIO_CONFIG_LOUDNESSTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_LOUDNESSTYPE access:public +OMX_AUDIO_CONFIG_LOUDNESSTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_LOUDNESSTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_MIDICONTROLTYPE {$/;" s +OMX_AUDIO_CONFIG_MIDICONTROLTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_MIDICONTROLTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nChannelMuteMask omx/openmax/OMX_Audio.h /^ OMX_U16 nChannelMuteMask; \/**< 16 bit mask for channel mute status *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nChannelSoloMask omx/openmax/OMX_Audio.h /^ OMX_U16 nChannelSoloMask; \/**< 16 bit mask for channel solo status *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nMaxPolyphony omx/openmax/OMX_Audio.h /^ OMX_U32 nMaxPolyphony; \/**< Specifies the maximum simultaneous polyphonic $/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nNumRepeat omx/openmax/OMX_Audio.h /^ OMX_U32 nNumRepeat; \/**< Number of times to repeat playback *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nStopTime omx/openmax/OMX_Audio.h /^ OMX_U32 nStopTime; \/**< Time in milliseconds to indicate when playback $/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nTrack0031MuteMask omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack0031MuteMask; \/**< 32 bit mask for track mute status. Note: This is for tracks 0-31 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nTrack0031SoloMask omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack0031SoloMask; \/**< 32 bit mask for track solo status. Note: This is for tracks 0-31 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nTrack3263MuteMask omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack3263MuteMask; \/**< 32 bit mask for track mute status. Note: This is for tracks 32-63 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nTrack3263SoloMask omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack3263SoloMask; \/**< 32 bit mask for track solo status. Note: This is for tracks 32-63 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::sPitchTransposition omx/openmax/OMX_Audio.h /^ OMX_BS32 sPitchTransposition; \/**< Pitch transposition in semitones, stored as Q22.10 $/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::sPlayBackRate omx/openmax/OMX_Audio.h /^ OMX_BU32 sPlayBackRate; \/**< Relative playback rate, stored as Q14.17 fixed-point$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDICONTROLTYPE::sTempo omx/openmax/OMX_Audio.h /^ OMX_BU32 sTempo ; \/**< Tempo in beats per minute (BPM), stored as Q22.10 $/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE {$/;" s +OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE +OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE::nMidiEventSize omx/openmax/OMX_Audio.h /^ OMX_U32 nMidiEventSize; \/**< Size of immediate MIDI events or MIP message in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE::nMidiEvents omx/openmax/OMX_Audio.h /^ OMX_U8 nMidiEvents[1]; \/**< MIDI event array to be rendered immediately, or an$/;" m struct:OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE{ $/;" s +OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE::nData omx/openmax/OMX_Audio.h /^ OMX_U8 nData[1]; \/**< array of one or more bytes of meta data $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE::nIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nIndex; \/**< Index of Meta Event *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE::nMetaEventSize omx/openmax/OMX_Audio.h /^ OMX_U32 nMetaEventSize; \/**< size of the Meta Event in bytes *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE{ $/;" s +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE; $/;" t typeref:struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE::nIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nIndex; \/**< Index of Meta Event *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE::nMetaEventSize omx/openmax/OMX_Audio.h /^ OMX_U32 nMetaEventSize; \/**< size of the Meta Event in bytes *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE::nMetaEventType omx/openmax/OMX_Audio.h /^ OMX_U8 nMetaEventType; \/**< Meta Event Type, 7bits (i.e. 0 - 127) *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE::nPosition omx/openmax/OMX_Audio.h /^ OMX_U32 nPosition; \/**< Position of the meta-event in milliseconds *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE::nTrack omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack; \/**< track number for the meta event *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE {$/;" s +OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE +OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE::nChannel omx/openmax/OMX_Audio.h /^ OMX_U32 nChannel; \/**< Valid channel values range from 1 to 16 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE::nIDProgram omx/openmax/OMX_Audio.h /^ OMX_U16 nIDProgram; \/**< Valid program ID range is 1 to 128 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE::nIDSoundBank omx/openmax/OMX_Audio.h /^ OMX_U16 nIDSoundBank; \/**< Sound bank ID *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE::nUserSoundBankIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nUserSoundBankIndex;\/**< User soundbank index, easier to access soundbanks $/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_MIDISTATUSTYPE {$/;" s +OMX_AUDIO_CONFIG_MIDISTATUSTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_MIDISTATUSTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::bVibra omx/openmax/OMX_Audio.h /^ OMX_BOOL bVibra; \/**< Does Vibra track exist? NOTE: May not return a meaningful $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::eMIDIPlayBackState omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPLAYBACKSTATETYPE eMIDIPlayBackState; \/**< MIDI playback state enumeration, read only field *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::nDuration omx/openmax/OMX_Audio.h /^ OMX_U32 nDuration; \/**< The length of the currently open MIDI resource $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::nNumActiveVoices omx/openmax/OMX_Audio.h /^ OMX_U32 nNumActiveVoices; \/**< Number of active voices in the currently playing $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::nNumMetaEvents omx/openmax/OMX_Audio.h /^ OMX_U32 nNumMetaEvents; \/**< Total number of MIDI Meta Events in the currently $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::nNumTracks omx/openmax/OMX_Audio.h /^ OMX_U16 nNumTracks; \/**< Number of MIDI tracks in the file, read only field. $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::nPosition omx/openmax/OMX_Audio.h /^ OMX_U32 nPosition; \/**< Current Position of the MIDI resource being played $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MIDISTATUSTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +OMX_AUDIO_CONFIG_MUTETYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_MUTETYPE {$/;" s +OMX_AUDIO_CONFIG_MUTETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_MUTETYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_MUTETYPE +OMX_AUDIO_CONFIG_MUTETYPE::bMute omx/openmax/OMX_Audio.h /^ OMX_BOOL bMute; \/**< Mute setting for this port *\/$/;" m struct:OMX_AUDIO_CONFIG_MUTETYPE access:public +OMX_AUDIO_CONFIG_MUTETYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port index indicating which port to $/;" m struct:OMX_AUDIO_CONFIG_MUTETYPE access:public +OMX_AUDIO_CONFIG_MUTETYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MUTETYPE access:public +OMX_AUDIO_CONFIG_MUTETYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MUTETYPE access:public +OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE {$/;" s +OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE +OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE::bNoiseReduction omx/openmax/OMX_Audio.h /^ OMX_BOOL bNoiseReduction; \/**< Enable\/disable for noise reduction *\/$/;" m struct:OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE access:public +OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE access:public +OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE access:public +OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_REVERBERATIONTYPE {$/;" s +OMX_AUDIO_CONFIG_REVERBERATIONTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_REVERBERATIONTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::bEnable omx/openmax/OMX_Audio.h /^ OMX_BOOL bEnable; \/**< Enable\/disable for reverberation control *\/$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::nDecayHighFreqRatio omx/openmax/OMX_Audio.h /^ OMX_BU32 nDecayHighFreqRatio; \/**< Ratio of high frequency decay time relative $/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::nDensity omx/openmax/OMX_Audio.h /^ OMX_U32 nDensity; \/**< Modal density in the late reverberation decay,$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::nDiffusion omx/openmax/OMX_Audio.h /^ OMX_U32 nDiffusion; \/**< Echo density in the late reverberation decay,$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::sDecayTime omx/openmax/OMX_Audio.h /^ OMX_BU32 sDecayTime; \/**< Late reverberation decay time at low$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::sReferenceHighFreq omx/openmax/OMX_Audio.h /^ OMX_BU32 sReferenceHighFreq; \/**< Reference high frequency in Hertz. This is $/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::sReflectionsDelay omx/openmax/OMX_Audio.h /^ OMX_BU32 sReflectionsDelay; \/**< Delay time of the first reflection relative $/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::sReflectionsLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sReflectionsLevel; \/**< Intensity level of early reflections$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::sReverbDelay omx/openmax/OMX_Audio.h /^ OMX_BU32 sReverbDelay; \/**< Time delay from the first early reflection $/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::sReverbLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sReverbLevel; \/**< Intensity level of late reverberation$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::sRoomHighFreqLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sRoomHighFreqLevel; \/**< Attenuation at high frequencies$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_REVERBERATIONTYPE::sRoomLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sRoomLevel; \/**< Intensity level for the whole room effect $/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE {$/;" s +OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE +OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE::bEnable omx/openmax/OMX_Audio.h /^ OMX_BOOL bEnable; \/**< Enable\/disable for stereo widening control *\/$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE::eWideningType omx/openmax/OMX_Audio.h /^ OMX_AUDIO_STEREOWIDENINGTYPE eWideningType; \/**< Stereo widening algorithm type *\/$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE::nStereoWidening omx/openmax/OMX_Audio.h /^ OMX_U32 nStereoWidening; \/**< stereo widening setting for the port,$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +OMX_AUDIO_CONFIG_TREBLETYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_TREBLETYPE {$/;" s +OMX_AUDIO_CONFIG_TREBLETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_TREBLETYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_TREBLETYPE +OMX_AUDIO_CONFIG_TREBLETYPE::bEnable omx/openmax/OMX_Audio.h /^ OMX_BOOL bEnable; \/**< Enable\/disable for treble control *\/$/;" m struct:OMX_AUDIO_CONFIG_TREBLETYPE access:public +OMX_AUDIO_CONFIG_TREBLETYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_TREBLETYPE access:public +OMX_AUDIO_CONFIG_TREBLETYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_TREBLETYPE access:public +OMX_AUDIO_CONFIG_TREBLETYPE::nTreble omx/openmax/OMX_Audio.h /^ OMX_S32 nTreble; \/**< treble setting for the port, as a$/;" m struct:OMX_AUDIO_CONFIG_TREBLETYPE access:public +OMX_AUDIO_CONFIG_TREBLETYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_TREBLETYPE access:public +OMX_AUDIO_CONFIG_VOLUMETYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_CONFIG_VOLUMETYPE {$/;" s +OMX_AUDIO_CONFIG_VOLUMETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG_VOLUMETYPE;$/;" t typeref:struct:OMX_AUDIO_CONFIG_VOLUMETYPE +OMX_AUDIO_CONFIG_VOLUMETYPE::bLinear omx/openmax/OMX_Audio.h /^ OMX_BOOL bLinear; \/**< Is the volume to be set in linear (0.100) $/;" m struct:OMX_AUDIO_CONFIG_VOLUMETYPE access:public +OMX_AUDIO_CONFIG_VOLUMETYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port index indicating which port to $/;" m struct:OMX_AUDIO_CONFIG_VOLUMETYPE access:public +OMX_AUDIO_CONFIG_VOLUMETYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_VOLUMETYPE access:public +OMX_AUDIO_CONFIG_VOLUMETYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_VOLUMETYPE access:public +OMX_AUDIO_CONFIG_VOLUMETYPE::sVolume omx/openmax/OMX_Audio.h /^ OMX_BS32 sVolume; \/**< Volume linear setting in the 0..100 range, OR$/;" m struct:OMX_AUDIO_CONFIG_VOLUMETYPE access:public +OMX_AUDIO_CONFIG__MIDIMETAEVENTDATATYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_CONFIG__MIDIMETAEVENTDATATYPE; $/;" t typeref:struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE +OMX_AUDIO_ChannelCF omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelCF = 0x3, \/**< Center front *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelCS omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelCS = 0x7, \/**< Back surround *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelLF omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelLF = 0x1, \/**< Left front *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelLFE omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelLFE = 0x6, \/**< Low frequency effects *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelLR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelLR = 0x8, \/**< Left rear. *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelLS omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelLS = 0x4, \/**< Left surround *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelMax = 0x7FFFFFFF $/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelModeDual omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelModeDual, \/**< 2 mono-channels, each channel is encoded with half $/;" e enum:OMX_AUDIO_CHANNELMODETYPE +OMX_AUDIO_ChannelModeJointStereo omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelModeJointStereo, \/**< mode that takes advantage of what is common between $/;" e enum:OMX_AUDIO_CHANNELMODETYPE +OMX_AUDIO_ChannelModeKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelModeKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_CHANNELMODETYPE +OMX_AUDIO_ChannelModeMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelModeMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_CHANNELMODETYPE +OMX_AUDIO_ChannelModeMono omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelModeMono, \/**< Mono channel mode *\/$/;" e enum:OMX_AUDIO_CHANNELMODETYPE +OMX_AUDIO_ChannelModeStereo omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelModeStereo = 0, \/**< 2 channels, the bitrate allocation between those $/;" e enum:OMX_AUDIO_CHANNELMODETYPE +OMX_AUDIO_ChannelModeVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelModeVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_CHANNELMODETYPE +OMX_AUDIO_ChannelNone omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelNone = 0x0, \/**< Unused or empty *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelRF omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelRF = 0x2, \/**< Right front *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelRR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelRR = 0x9, \/**< Right rear. *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelRS omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelRS = 0x5, \/**< Right surround *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_ChannelVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_ChannelVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_CHANNELTYPE +OMX_AUDIO_CodingAAC omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingAAC, \/**< Any variant of AAC encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingADPCM omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingADPCM, \/**< Any variant of ADPCM encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingAMR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingAMR, \/**< Any variant of AMR encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingAutoDetect omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingAutoDetect, \/**< auto detection of audio format *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingEVRC omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingEVRC, \/**< Any variant of EVRC encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingG711 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingG711, \/**< Any variant of G.711 encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingG723 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingG723, \/**< Any variant of G.723 dot 1 encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingG726 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingG726, \/**< Any variant of G.726 encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingG729 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingG729, \/**< Any variant of G.729 encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingGSMEFR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingGSMEFR, \/**< Any variant of GSM Enhanced Fullrate encoded data*\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingGSMFR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingGSMFR, \/**< Any variant of GSM fullrate (i.e. GSM610) *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingGSMHR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingGSMHR, \/**< Any variant of GSM Halfrate encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingMIDI omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingMIDI, \/**< Any variant of MIDI encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingMP3 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingMP3, \/**< Any variant of MP3 encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingPCM omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingPCM, \/**< Any variant of PCM coding *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingPDCEFR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingPDCEFR, \/**< Any variant of PDC Enhanced Fullrate encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingPDCFR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingPDCFR, \/**< Any variant of PDC Fullrate encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingPDCHR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingPDCHR, \/**< Any variant of PDC Halfrate encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingQCELP13 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingQCELP13, \/**< Any variant of QCELP 13kbps encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingQCELP8 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingQCELP8, \/**< Any variant of QCELP 8kbps encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingRA omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingRA, \/**< Any variant of RA encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingSBC omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingSBC, \/**< Any variant of SBC encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingSMV omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingSMV, \/**< Any variant of SMV encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingTDMAEFR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingTDMAEFR, \/**< Any variant of TDMA Enhanced Fullrate encoded data (TIA\/EIA-136-410) *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingTDMAFR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingTDMAFR, \/**< Any variant of TDMA Fullrate encoded data (TIA\/EIA-136-420) *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingUnused = 0, \/**< Placeholder value when coding is N\/A *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingVORBIS omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingVORBIS, \/**< Any variant of VORBIS encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_CodingWMA omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CodingWMA, \/**< Any variant of WMA encoded data *\/$/;" e enum:OMX_AUDIO_CODINGTYPE +OMX_AUDIO_ECHOCANTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_ECHOCANTYPE {$/;" g +OMX_AUDIO_ECHOCANTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_ECHOCANTYPE;$/;" t typeref:enum:OMX_AUDIO_ECHOCANTYPE +OMX_AUDIO_EchoCanCarKit omx/openmax/OMX_Audio.h /^ OMX_AUDIO_EchoCanCarKit, \/**< Echo Cancellation optimized for $/;" e enum:OMX_AUDIO_ECHOCANTYPE +OMX_AUDIO_EchoCanHFree omx/openmax/OMX_Audio.h /^ OMX_AUDIO_EchoCanHFree, \/**< Echo Cancellation optimized for $/;" e enum:OMX_AUDIO_ECHOCANTYPE +OMX_AUDIO_EchoCanKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_EchoCanKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_ECHOCANTYPE +OMX_AUDIO_EchoCanMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_EchoCanMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_ECHOCANTYPE +OMX_AUDIO_EchoCanNormal omx/openmax/OMX_Audio.h /^ OMX_AUDIO_EchoCanNormal, \/**< Echo Cancellation normal operation - $/;" e enum:OMX_AUDIO_ECHOCANTYPE +OMX_AUDIO_EchoCanOff omx/openmax/OMX_Audio.h /^ OMX_AUDIO_EchoCanOff = 0, \/**< Echo Cancellation is disabled *\/$/;" e enum:OMX_AUDIO_ECHOCANTYPE +OMX_AUDIO_EchoCanVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_EchoCanVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_ECHOCANTYPE +OMX_AUDIO_G723ModeHigh omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G723ModeHigh, \/**< 6300 bps *\/$/;" e enum:OMX_AUDIO_G723RATE +OMX_AUDIO_G723ModeKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G723ModeKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_G723RATE +OMX_AUDIO_G723ModeLow omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G723ModeLow, \/**< 5300 bps *\/$/;" e enum:OMX_AUDIO_G723RATE +OMX_AUDIO_G723ModeMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G723ModeMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_G723RATE +OMX_AUDIO_G723ModeUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G723ModeUnused = 0, \/**< AMRNB Mode unused \/ unknown *\/$/;" e enum:OMX_AUDIO_G723RATE +OMX_AUDIO_G723ModeVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G723ModeVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_G723RATE +OMX_AUDIO_G723RATE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_G723RATE {$/;" g +OMX_AUDIO_G723RATE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_G723RATE;$/;" t typeref:enum:OMX_AUDIO_G723RATE +OMX_AUDIO_G726MODE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_G726MODE {$/;" g +OMX_AUDIO_G726MODE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_G726MODE;$/;" t typeref:enum:OMX_AUDIO_G726MODE +OMX_AUDIO_G726Mode16 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G726Mode16, \/**< 16 kbps *\/$/;" e enum:OMX_AUDIO_G726MODE +OMX_AUDIO_G726Mode24 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G726Mode24, \/**< 24 kbps *\/$/;" e enum:OMX_AUDIO_G726MODE +OMX_AUDIO_G726Mode32 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G726Mode32, \/**< 32 kbps, most common rate, also G721 *\/$/;" e enum:OMX_AUDIO_G726MODE +OMX_AUDIO_G726Mode40 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G726Mode40, \/**< 40 kbps *\/$/;" e enum:OMX_AUDIO_G726MODE +OMX_AUDIO_G726ModeKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G726ModeKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_G726MODE +OMX_AUDIO_G726ModeMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G726ModeMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_G726MODE +OMX_AUDIO_G726ModeUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G726ModeUnused = 0, \/**< G726 Mode unused \/ unknown *\/$/;" e enum:OMX_AUDIO_G726MODE +OMX_AUDIO_G726ModeVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G726ModeVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_G726MODE +OMX_AUDIO_G729 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G729 = 0, \/**< ITU G.729 encoded data *\/$/;" e enum:OMX_AUDIO_G729TYPE +OMX_AUDIO_G729A omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G729A, \/**< ITU G.729 annex A encoded data *\/$/;" e enum:OMX_AUDIO_G729TYPE +OMX_AUDIO_G729AB omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G729AB, \/**< ITU G.729 annexes A and B encoded data *\/$/;" e enum:OMX_AUDIO_G729TYPE +OMX_AUDIO_G729B omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G729B, \/**< ITU G.729 with annex B encoded data *\/$/;" e enum:OMX_AUDIO_G729TYPE +OMX_AUDIO_G729KhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G729KhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_G729TYPE +OMX_AUDIO_G729Max omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G729Max = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_G729TYPE +OMX_AUDIO_G729TYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_G729TYPE {$/;" g +OMX_AUDIO_G729TYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_G729TYPE;$/;" t typeref:enum:OMX_AUDIO_G729TYPE +OMX_AUDIO_G729VendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G729VendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_G729TYPE +OMX_AUDIO_MAXCHANNELS omx/openmax/OMX_Audio.h 155;" d +OMX_AUDIO_MIDIFORMATTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_MIDIFORMATTYPE$/;" g +OMX_AUDIO_MIDIFORMATTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_MIDIFORMATTYPE;$/;" t typeref:enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatMobileXMF omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatMobileXMF, \/**< Mobile XMF (eXtensible Music Format type 2) *\/$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatSMF0 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatSMF0, \/**< Standard MIDI File Type 0 *\/$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatSMF1 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatSMF1, \/**< Standard MIDI File Type 1 *\/$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatSMF2 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatSMF2, \/**< Standard MIDI File Type 2 *\/$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatSPMIDI omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatSPMIDI, \/**< SP-MIDI *\/$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatUnknown omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatUnknown = 0, \/**< MIDI Format unknown or don't care *\/$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatXMF0 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatXMF0, \/**< eXtensible Music Format type 0 *\/$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIFormatXMF1 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFormatXMF1, \/**< eXtensible Music Format type 1 *\/$/;" e enum:OMX_AUDIO_MIDIFORMATTYPE +OMX_AUDIO_MIDIPLAYBACKSTATETYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_MIDIPLAYBACKSTATETYPE {$/;" g +OMX_AUDIO_MIDIPLAYBACKSTATETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_MIDIPLAYBACKSTATETYPE;$/;" t typeref:enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStateClosedEngaged omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStateClosedEngaged, \/**< No MIDI resource is currently open. $/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStateKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStateKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStateMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStateMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStateOpenEngaged omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStateOpenEngaged, \/**< A MIDI resource is open and primed but $/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStateParsing omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStateParsing, \/**< A MIDI resource is open and is being $/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStatePlaying omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStatePlaying, \/**< A MIDI resource is open and currently$/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStatePlayingPartially omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStatePlayingPartially, \/**< Best-effort playback due to SP-MIDI\/DLS$/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStatePlayingSilently omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStatePlayingSilently, \/**< Due to system resource constraints and$/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStateUnknown omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStateUnknown = 0, \/**< Unknown state or state does not map to $/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDIPlayBackStateVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIPlayBackStateVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_MIDIPLAYBACKSTATETYPE +OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE {$/;" g +OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE;$/;" t typeref:enum:OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE +OMX_AUDIO_MIDISOUNDBANKTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_MIDISOUNDBANKTYPE {$/;" g +OMX_AUDIO_MIDISOUNDBANKTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_MIDISOUNDBANKTYPE;$/;" t typeref:enum:OMX_AUDIO_MIDISOUNDBANKTYPE +OMX_AUDIO_MIDISoundBankDLS1 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankDLS1, \/**< DLS version 1 *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKTYPE +OMX_AUDIO_MIDISoundBankDLS2 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankDLS2, \/**< DLS version 2 *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKTYPE +OMX_AUDIO_MIDISoundBankKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_MIDISOUNDBANKTYPE +OMX_AUDIO_MIDISoundBankLayoutGM omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankLayoutGM, \/**< GS layout (based on bank MSB 0x00) *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE +OMX_AUDIO_MIDISoundBankLayoutGM2 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankLayoutGM2, \/**< General MIDI 2 layout (using MSB 0x78\/0x79, LSB 0x00) *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE +OMX_AUDIO_MIDISoundBankLayoutKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankLayoutKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE +OMX_AUDIO_MIDISoundBankLayoutMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankLayoutMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE +OMX_AUDIO_MIDISoundBankLayoutUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankLayoutUnused = 0, \/**< unused\/unknown soundbank type *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE +OMX_AUDIO_MIDISoundBankLayoutUser omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankLayoutUser, \/**< Does not conform to any bank numbering standards *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE +OMX_AUDIO_MIDISoundBankLayoutVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankLayoutVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE +OMX_AUDIO_MIDISoundBankMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_MIDISOUNDBANKTYPE +OMX_AUDIO_MIDISoundBankMobileDLSBase omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankMobileDLSBase, \/**< Mobile DLS, using the base functionality *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKTYPE +OMX_AUDIO_MIDISoundBankMobileDLSPlusOptions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankMobileDLSPlusOptions, \/**< Mobile DLS, using the specification-defined optional feature set *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKTYPE +OMX_AUDIO_MIDISoundBankUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankUnused = 0, \/**< unused\/unknown soundbank type *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKTYPE +OMX_AUDIO_MIDISoundBankVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISoundBankVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_MIDISOUNDBANKTYPE +OMX_AUDIO_MP3STREAMFORMATTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_MP3STREAMFORMATTYPE {$/;" g +OMX_AUDIO_MP3STREAMFORMATTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_MP3STREAMFORMATTYPE;$/;" t typeref:enum:OMX_AUDIO_MP3STREAMFORMATTYPE +OMX_AUDIO_MP3StreamFormatKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MP3StreamFormatKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_MP3STREAMFORMATTYPE +OMX_AUDIO_MP3StreamFormatMP1Layer3 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MP3StreamFormatMP1Layer3 = 0, \/**< MP3 Audio MPEG 1 Layer 3 Stream format *\/$/;" e enum:OMX_AUDIO_MP3STREAMFORMATTYPE +OMX_AUDIO_MP3StreamFormatMP2Layer3 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MP3StreamFormatMP2Layer3, \/**< MP3 Audio MPEG 2 Layer 3 Stream format *\/$/;" e enum:OMX_AUDIO_MP3STREAMFORMATTYPE +OMX_AUDIO_MP3StreamFormatMP2_5Layer3 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MP3StreamFormatMP2_5Layer3, \/**< MP3 Audio MPEG2.5 Layer 3 Stream format *\/$/;" e enum:OMX_AUDIO_MP3STREAMFORMATTYPE +OMX_AUDIO_MP3StreamFormatMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MP3StreamFormatMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_MP3STREAMFORMATTYPE +OMX_AUDIO_MP3StreamFormatVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MP3StreamFormatVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_MP3STREAMFORMATTYPE +OMX_AUDIO_PARAM_AACPROFILETYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_AACPROFILETYPE {$/;" s +OMX_AUDIO_PARAM_AACPROFILETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_AACPROFILETYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_AACPROFILETYPE +OMX_AUDIO_PARAM_AACPROFILETYPE::eAACProfile omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACPROFILETYPE eAACProfile; \/**< AAC profile enumeration *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::eAACStreamFormat omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AACSTREAMFORMATTYPE eAACStreamFormat; \/**< AAC stream format enumeration *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::eChannelMode omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CHANNELMODETYPE eChannelMode; \/**< Channel mode enumeration *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nAACERtools omx/openmax/OMX_Audio.h /^ OMX_U32 nAACERtools; \/**< MPEG-4 AAC error resilience tool usage *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nAACtools omx/openmax/OMX_Audio.h /^ OMX_U32 nAACtools; \/**< AAC tool usage *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nAudioBandWidth omx/openmax/OMX_Audio.h /^ OMX_U32 nAudioBandWidth; \/**< Audio band width (in Hz) to which an encoder should$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nBitRate; \/**< Bit rate of the input data. Use 0 for variable$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nFrameLength omx/openmax/OMX_Audio.h /^ OMX_U32 nFrameLength; \/**< Frame length (in audio samples per channel) of the codec.$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< Size of this structure, in Bytes *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_AACPROFILETYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +OMX_AUDIO_PARAM_ADPCMTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_ADPCMTYPE { $/;" s +OMX_AUDIO_PARAM_ADPCMTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_ADPCMTYPE; $/;" t typeref:struct:OMX_AUDIO_PARAM_ADPCMTYPE +OMX_AUDIO_PARAM_ADPCMTYPE::nBitsPerSample omx/openmax/OMX_Audio.h /^ OMX_U32 nBitsPerSample; \/**< Number of bits in each sample *\/ $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +OMX_AUDIO_PARAM_ADPCMTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +OMX_AUDIO_PARAM_ADPCMTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +OMX_AUDIO_PARAM_ADPCMTYPE::nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +OMX_AUDIO_PARAM_ADPCMTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +OMX_AUDIO_PARAM_ADPCMTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +OMX_AUDIO_PARAM_AMRTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_AMRTYPE {$/;" s +OMX_AUDIO_PARAM_AMRTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_AMRTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_AMRTYPE +OMX_AUDIO_PARAM_AMRTYPE::eAMRBandMode omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRBANDMODETYPE eAMRBandMode; \/**< AMR Band Mode enumeration *\/ $/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +OMX_AUDIO_PARAM_AMRTYPE::eAMRDTXMode omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRDTXMODETYPE eAMRDTXMode; \/**< AMR DTX Mode enumeration *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +OMX_AUDIO_PARAM_AMRTYPE::eAMRFrameFormat omx/openmax/OMX_Audio.h /^ OMX_AUDIO_AMRFRAMEFORMATTYPE eAMRFrameFormat; \/**< AMR frame format enumeration *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +OMX_AUDIO_PARAM_AMRTYPE::nBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nBitRate; \/**< Bit rate read only field *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +OMX_AUDIO_PARAM_AMRTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +OMX_AUDIO_PARAM_AMRTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +OMX_AUDIO_PARAM_AMRTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +OMX_AUDIO_PARAM_AMRTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_EVRCTYPE {$/;" s +OMX_AUDIO_PARAM_EVRCTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_EVRCTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_EVRCTYPE +OMX_AUDIO_PARAM_EVRCTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable encoder's High Pass Filter *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::bNoiseSuppressor omx/openmax/OMX_Audio.h /^ OMX_BOOL bNoiseSuppressor; \/**< Enable encoder's noise suppressor pre-processing *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::bPostFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bPostFilter; \/**< Enable decoder's post Filter *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::bRATE_REDUCon omx/openmax/OMX_Audio.h /^ OMX_BOOL bRATE_REDUCon; \/**< RATE_REDUCtion is requested for this frame *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::eCDMARate omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARATETYPE eCDMARate; \/**< actual Frame rate *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::nMaxBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMaxBitRate; \/**< maximal rate for the encoder = 1,2,3,4, default = 4 *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< minmal rate for the encoder = 1,2,3,4, default = 1 *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_EVRCTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +OMX_AUDIO_PARAM_G723TYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_G723TYPE { $/;" s +OMX_AUDIO_PARAM_G723TYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_G723TYPE; $/;" t typeref:struct:OMX_AUDIO_PARAM_G723TYPE +OMX_AUDIO_PARAM_G723TYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/ $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +OMX_AUDIO_PARAM_G723TYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable High Pass Filter *\/ $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +OMX_AUDIO_PARAM_G723TYPE::bPostFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bPostFilter; \/**< Enable Post Filter *\/ $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +OMX_AUDIO_PARAM_G723TYPE::eBitRate omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G723RATE eBitRate; \/**< todo: Should this be moved to a config? *\/$/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +OMX_AUDIO_PARAM_G723TYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +OMX_AUDIO_PARAM_G723TYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +OMX_AUDIO_PARAM_G723TYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +OMX_AUDIO_PARAM_G723TYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +OMX_AUDIO_PARAM_G726TYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_G726TYPE { $/;" s +OMX_AUDIO_PARAM_G726TYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_G726TYPE; $/;" t typeref:struct:OMX_AUDIO_PARAM_G726TYPE +OMX_AUDIO_PARAM_G726TYPE::eG726Mode omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G726MODE eG726Mode;$/;" m struct:OMX_AUDIO_PARAM_G726TYPE access:public +OMX_AUDIO_PARAM_G726TYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not $/;" m struct:OMX_AUDIO_PARAM_G726TYPE access:public +OMX_AUDIO_PARAM_G726TYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_G726TYPE access:public +OMX_AUDIO_PARAM_G726TYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_G726TYPE access:public +OMX_AUDIO_PARAM_G726TYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_G726TYPE access:public +OMX_AUDIO_PARAM_G729TYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_G729TYPE {$/;" s +OMX_AUDIO_PARAM_G729TYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_G729TYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_G729TYPE +OMX_AUDIO_PARAM_G729TYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/$/;" m struct:OMX_AUDIO_PARAM_G729TYPE access:public +OMX_AUDIO_PARAM_G729TYPE::eBitType omx/openmax/OMX_Audio.h /^ OMX_AUDIO_G729TYPE eBitType;$/;" m struct:OMX_AUDIO_PARAM_G729TYPE access:public +OMX_AUDIO_PARAM_G729TYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_G729TYPE access:public +OMX_AUDIO_PARAM_G729TYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_G729TYPE access:public +OMX_AUDIO_PARAM_G729TYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_G729TYPE access:public +OMX_AUDIO_PARAM_G729TYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_G729TYPE access:public +OMX_AUDIO_PARAM_GSMEFRTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_GSMEFRTYPE {$/;" s +OMX_AUDIO_PARAM_GSMEFRTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_GSMEFRTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_GSMEFRTYPE +OMX_AUDIO_PARAM_GSMEFRTYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/$/;" m struct:OMX_AUDIO_PARAM_GSMEFRTYPE access:public +OMX_AUDIO_PARAM_GSMEFRTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable High Pass Filter *\/$/;" m struct:OMX_AUDIO_PARAM_GSMEFRTYPE access:public +OMX_AUDIO_PARAM_GSMEFRTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_GSMEFRTYPE access:public +OMX_AUDIO_PARAM_GSMEFRTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_GSMEFRTYPE access:public +OMX_AUDIO_PARAM_GSMEFRTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_GSMEFRTYPE access:public +OMX_AUDIO_PARAM_GSMFRTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_GSMFRTYPE {$/;" s +OMX_AUDIO_PARAM_GSMFRTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_GSMFRTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_GSMFRTYPE +OMX_AUDIO_PARAM_GSMFRTYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/$/;" m struct:OMX_AUDIO_PARAM_GSMFRTYPE access:public +OMX_AUDIO_PARAM_GSMFRTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable High Pass Filter *\/$/;" m struct:OMX_AUDIO_PARAM_GSMFRTYPE access:public +OMX_AUDIO_PARAM_GSMFRTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_GSMFRTYPE access:public +OMX_AUDIO_PARAM_GSMFRTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_GSMFRTYPE access:public +OMX_AUDIO_PARAM_GSMFRTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_GSMFRTYPE access:public +OMX_AUDIO_PARAM_GSMHRTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_GSMHRTYPE {$/;" s +OMX_AUDIO_PARAM_GSMHRTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_GSMHRTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_GSMHRTYPE +OMX_AUDIO_PARAM_GSMHRTYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/$/;" m struct:OMX_AUDIO_PARAM_GSMHRTYPE access:public +OMX_AUDIO_PARAM_GSMHRTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable High Pass Filter *\/$/;" m struct:OMX_AUDIO_PARAM_GSMHRTYPE access:public +OMX_AUDIO_PARAM_GSMHRTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_GSMHRTYPE access:public +OMX_AUDIO_PARAM_GSMHRTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_GSMHRTYPE access:public +OMX_AUDIO_PARAM_GSMHRTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_GSMHRTYPE access:public +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE {$/;" s +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE::eMidiSoundBank omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISOUNDBANKTYPE eMidiSoundBank; \/**< Midi sound bank type enumeration *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE::eMidiSoundBankLayout omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDISOUNDBANKLAYOUTTYPE eMidiSoundBankLayout; \/**< Midi sound bank layout enumeration *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE::nDLSIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nDLSIndex; \/**< DLS file index to be loaded *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE::nDLSSize omx/openmax/OMX_Audio.h /^ OMX_U32 nDLSSize; \/**< Size in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE::pDLSData omx/openmax/OMX_Audio.h /^ OMX_PTR pDLSData; \/**< Pointer to DLS file data *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +OMX_AUDIO_PARAM_MIDITYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_MIDITYPE {$/;" s +OMX_AUDIO_PARAM_MIDITYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_MIDITYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_MIDITYPE +OMX_AUDIO_PARAM_MIDITYPE::bLoadDefaultSound omx/openmax/OMX_Audio.h /^ OMX_BOOL bLoadDefaultSound; \/**< Whether to load default sound $/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +OMX_AUDIO_PARAM_MIDITYPE::eMidiFormat omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MIDIFORMATTYPE eMidiFormat; \/**< Version of the MIDI file *\/ $/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +OMX_AUDIO_PARAM_MIDITYPE::nFileSize omx/openmax/OMX_Audio.h /^ OMX_U32 nFileSize; \/**< size of the MIDI file in bytes, where the entire $/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +OMX_AUDIO_PARAM_MIDITYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +OMX_AUDIO_PARAM_MIDITYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +OMX_AUDIO_PARAM_MIDITYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +OMX_AUDIO_PARAM_MIDITYPE::sMaxPolyphony omx/openmax/OMX_Audio.h /^ OMX_BU32 sMaxPolyphony; \/**< Specifies the maximum simultaneous polyphonic $/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +OMX_AUDIO_PARAM_MP3TYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_MP3TYPE {$/;" s +OMX_AUDIO_PARAM_MP3TYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_MP3TYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_MP3TYPE +OMX_AUDIO_PARAM_MP3TYPE::eChannelMode omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CHANNELMODETYPE eChannelMode; \/**< Channel mode enumeration *\/$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +OMX_AUDIO_PARAM_MP3TYPE::eFormat omx/openmax/OMX_Audio.h /^ OMX_AUDIO_MP3STREAMFORMATTYPE eFormat; \/**< MP3 stream format *\/$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +OMX_AUDIO_PARAM_MP3TYPE::nAudioBandWidth omx/openmax/OMX_Audio.h /^ OMX_U32 nAudioBandWidth; \/**< Audio band width (in Hz) to which an encoder should$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +OMX_AUDIO_PARAM_MP3TYPE::nBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nBitRate; \/**< Bit rate of the input data. Use 0 for variable$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +OMX_AUDIO_PARAM_MP3TYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels *\/$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +OMX_AUDIO_PARAM_MP3TYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +OMX_AUDIO_PARAM_MP3TYPE::nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +OMX_AUDIO_PARAM_MP3TYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +OMX_AUDIO_PARAM_MP3TYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_PCMMODETYPE { $/;" s +OMX_AUDIO_PARAM_PCMMODETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_PCMMODETYPE; $/;" t typeref:struct:OMX_AUDIO_PARAM_PCMMODETYPE +OMX_AUDIO_PARAM_PCMMODETYPE::bInterleaved omx/openmax/OMX_Audio.h /^ OMX_BOOL bInterleaved; \/**< True for normal interleaved data; false for $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::eChannelMapping omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CHANNELTYPE eChannelMapping[OMX_AUDIO_MAXCHANNELS]; \/**< Slot i contains channel defined by eChannelMap[i] *\/$/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::eEndian omx/openmax/OMX_Audio.h /^ OMX_ENDIANTYPE eEndian; \/**< indicates PCM data as little or big endian *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::eNumData omx/openmax/OMX_Audio.h /^ OMX_NUMERICALDATATYPE eNumData; \/**< indicates PCM data as signed or unsigned *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::ePCMMode omx/openmax/OMX_Audio.h /^ OMX_AUDIO_PCMMODETYPE ePCMMode; \/**< PCM mode enumeration *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::nBitPerSample omx/openmax/OMX_Audio.h /^ OMX_U32 nBitPerSample; \/**< Bit per sample *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels (e.g. 2 for stereo) *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::nSamplingRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSamplingRate; \/**< Sampling rate of the source data. Use 0 for $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< Size of this structure, in Bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PCMMODETYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +OMX_AUDIO_PARAM_PDCEFRTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_PDCEFRTYPE {$/;" s +OMX_AUDIO_PARAM_PDCEFRTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_PDCEFRTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_PDCEFRTYPE +OMX_AUDIO_PARAM_PDCEFRTYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/$/;" m struct:OMX_AUDIO_PARAM_PDCEFRTYPE access:public +OMX_AUDIO_PARAM_PDCEFRTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable High Pass Filter *\/$/;" m struct:OMX_AUDIO_PARAM_PDCEFRTYPE access:public +OMX_AUDIO_PARAM_PDCEFRTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_PDCEFRTYPE access:public +OMX_AUDIO_PARAM_PDCEFRTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_PDCEFRTYPE access:public +OMX_AUDIO_PARAM_PDCEFRTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_PDCEFRTYPE access:public +OMX_AUDIO_PARAM_PDCEFRTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_PDCEFRTYPE access:public +OMX_AUDIO_PARAM_PDCFRTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_PDCFRTYPE {$/;" s +OMX_AUDIO_PARAM_PDCFRTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_PDCFRTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_PDCFRTYPE +OMX_AUDIO_PARAM_PDCFRTYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/$/;" m struct:OMX_AUDIO_PARAM_PDCFRTYPE access:public +OMX_AUDIO_PARAM_PDCFRTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable High Pass Filter *\/$/;" m struct:OMX_AUDIO_PARAM_PDCFRTYPE access:public +OMX_AUDIO_PARAM_PDCFRTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_PDCFRTYPE access:public +OMX_AUDIO_PARAM_PDCFRTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_PDCFRTYPE access:public +OMX_AUDIO_PARAM_PDCFRTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_PDCFRTYPE access:public +OMX_AUDIO_PARAM_PDCFRTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_PDCFRTYPE access:public +OMX_AUDIO_PARAM_PDCHRTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_PDCHRTYPE {$/;" s +OMX_AUDIO_PARAM_PDCHRTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_PDCHRTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_PDCHRTYPE +OMX_AUDIO_PARAM_PDCHRTYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/$/;" m struct:OMX_AUDIO_PARAM_PDCHRTYPE access:public +OMX_AUDIO_PARAM_PDCHRTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable High Pass Filter *\/$/;" m struct:OMX_AUDIO_PARAM_PDCHRTYPE access:public +OMX_AUDIO_PARAM_PDCHRTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_PDCHRTYPE access:public +OMX_AUDIO_PARAM_PDCHRTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_PDCHRTYPE access:public +OMX_AUDIO_PARAM_PDCHRTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_PDCHRTYPE access:public +OMX_AUDIO_PARAM_PDCHRTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_PDCHRTYPE access:public +OMX_AUDIO_PARAM_PORTFORMATTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_PORTFORMATTYPE {$/;" s +OMX_AUDIO_PARAM_PORTFORMATTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_PORTFORMATTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_PORTFORMATTYPE +OMX_AUDIO_PARAM_PORTFORMATTYPE::eEncoding omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CODINGTYPE eEncoding; \/**< Type of data expected for this port (e.g. PCM, AMR, MP3, etc) *\/$/;" m struct:OMX_AUDIO_PARAM_PORTFORMATTYPE access:public +OMX_AUDIO_PARAM_PORTFORMATTYPE::nIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nIndex; \/**< Indicates the enumeration index for the format from 0x0 to N-1 *\/$/;" m struct:OMX_AUDIO_PARAM_PORTFORMATTYPE access:public +OMX_AUDIO_PARAM_PORTFORMATTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Indicates which port to set *\/$/;" m struct:OMX_AUDIO_PARAM_PORTFORMATTYPE access:public +OMX_AUDIO_PARAM_PORTFORMATTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_PORTFORMATTYPE access:public +OMX_AUDIO_PARAM_PORTFORMATTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_PORTFORMATTYPE access:public +OMX_AUDIO_PARAM_QCELP13TYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_QCELP13TYPE {$/;" s +OMX_AUDIO_PARAM_QCELP13TYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_QCELP13TYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_QCELP13TYPE +OMX_AUDIO_PARAM_QCELP13TYPE::eCDMARate omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARATETYPE eCDMARate; \/**< Frame rate *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +OMX_AUDIO_PARAM_QCELP13TYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +OMX_AUDIO_PARAM_QCELP13TYPE::nMaxBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMaxBitRate; \/**< maximal rate for the encoder = 1,2,3,4, default = 4 *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +OMX_AUDIO_PARAM_QCELP13TYPE::nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< minmal rate for the encoder = 1,2,3,4, default = 1 *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +OMX_AUDIO_PARAM_QCELP13TYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +OMX_AUDIO_PARAM_QCELP13TYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +OMX_AUDIO_PARAM_QCELP13TYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +OMX_AUDIO_PARAM_QCELP8TYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_QCELP8TYPE {$/;" s +OMX_AUDIO_PARAM_QCELP8TYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_QCELP8TYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_QCELP8TYPE +OMX_AUDIO_PARAM_QCELP8TYPE::eCDMARate omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARATETYPE eCDMARate; \/**< Frame rate *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +OMX_AUDIO_PARAM_QCELP8TYPE::nBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nBitRate; \/**< Bit rate of the input data. Use 0 for variable$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +OMX_AUDIO_PARAM_QCELP8TYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +OMX_AUDIO_PARAM_QCELP8TYPE::nMaxBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMaxBitRate; \/**< maximal rate for the encoder = 1,2,3,4, default = 4 *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +OMX_AUDIO_PARAM_QCELP8TYPE::nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< minmal rate for the encoder = 1,2,3,4, default = 1 *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +OMX_AUDIO_PARAM_QCELP8TYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +OMX_AUDIO_PARAM_QCELP8TYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +OMX_AUDIO_PARAM_QCELP8TYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +OMX_AUDIO_PARAM_RATYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_RATYPE { $/;" s +OMX_AUDIO_PARAM_RATYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_RATYPE; $/;" t typeref:struct:OMX_AUDIO_PARAM_RATYPE +OMX_AUDIO_PARAM_RATYPE::eFormat omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RAFORMATTYPE eFormat; \/**< is the RealAudio audio format *\/$/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nBitsPerFrame omx/openmax/OMX_Audio.h /^ OMX_U32 nBitsPerFrame; \/**< is the value for bits per frame *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nCouplingQuantBits omx/openmax/OMX_Audio.h /^ OMX_U32 nCouplingQuantBits; \/**< is the number of coupling quantization bits in the stream *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nCouplingStartRegion omx/openmax/OMX_Audio.h /^ OMX_U32 nCouplingStartRegion; \/**< is the coupling start region in the stream *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nNumRegions omx/openmax/OMX_Audio.h /^ OMX_U32 nNumRegions; \/**< is the number of regions value *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nSamplePerFrame omx/openmax/OMX_Audio.h /^ OMX_U32 nSamplePerFrame; \/**< is the value for samples per frame *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nSamplingRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSamplingRate; \/**< is the sampling rate of the source data *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< Size of this structure, in Bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_RATYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +OMX_AUDIO_PARAM_SBCTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_SBCTYPE {$/;" s +OMX_AUDIO_PARAM_SBCTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_SBCTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_SBCTYPE +OMX_AUDIO_PARAM_SBCTYPE::bEnableBitrate omx/openmax/OMX_Audio.h /^ OMX_BOOL bEnableBitrate; \/**< Use bitrate value instead of bitpool *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::eChannelMode omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CHANNELMODETYPE eChannelMode; \/**< Channel mode enumeration *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::eSBCAllocType omx/openmax/OMX_Audio.h /^ OMX_AUDIO_SBCALLOCMETHODTYPE eSBCAllocType; \/**< SBC Allocation method type *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::nBitPool omx/openmax/OMX_Audio.h /^ OMX_U32 nBitPool; \/**< Bitpool value *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::nBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nBitRate; \/**< Bit rate of the input data. Use 0 for variable$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::nBlocks omx/openmax/OMX_Audio.h /^ OMX_U32 nBlocks; \/**< Number of blocks *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::nSubbands omx/openmax/OMX_Audio.h /^ OMX_U32 nSubbands; \/**< Number of subbands *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SBCTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_SMVTYPE {$/;" s +OMX_AUDIO_PARAM_SMVTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_SMVTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_SMVTYPE +OMX_AUDIO_PARAM_SMVTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable encoder's High Pass Filter ??*\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::bNoiseSuppressor omx/openmax/OMX_Audio.h /^ OMX_BOOL bNoiseSuppressor; \/**< Enable encoder's noise suppressor pre-processing *\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::bPostFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bPostFilter; \/**< Enable decoder's post Filter ??*\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::bRATE_REDUCon omx/openmax/OMX_Audio.h /^ OMX_BOOL bRATE_REDUCon; \/**< RATE_REDUCtion is requested for this frame *\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::eCDMARate omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CDMARATETYPE eCDMARate; \/**< Frame rate *\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::nMaxBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMaxBitRate; \/**< maximal rate for the encoder = 1,2,3,4, default = 4 ??*\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< minmal rate for the encoder = 1,2,3,4, default = 1 ??*\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_SMVTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +OMX_AUDIO_PARAM_TDMAEFRTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_TDMAEFRTYPE {$/;" s +OMX_AUDIO_PARAM_TDMAEFRTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_TDMAEFRTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_TDMAEFRTYPE +OMX_AUDIO_PARAM_TDMAEFRTYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAEFRTYPE access:public +OMX_AUDIO_PARAM_TDMAEFRTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable High Pass Filter *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAEFRTYPE access:public +OMX_AUDIO_PARAM_TDMAEFRTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_TDMAEFRTYPE access:public +OMX_AUDIO_PARAM_TDMAEFRTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAEFRTYPE access:public +OMX_AUDIO_PARAM_TDMAEFRTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAEFRTYPE access:public +OMX_AUDIO_PARAM_TDMAEFRTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAEFRTYPE access:public +OMX_AUDIO_PARAM_TDMAFRTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_TDMAFRTYPE {$/;" s +OMX_AUDIO_PARAM_TDMAFRTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_TDMAFRTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_TDMAFRTYPE +OMX_AUDIO_PARAM_TDMAFRTYPE::bDTX omx/openmax/OMX_Audio.h /^ OMX_BOOL bDTX; \/**< Enable Discontinuous Transmisssion *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAFRTYPE access:public +OMX_AUDIO_PARAM_TDMAFRTYPE::bHiPassFilter omx/openmax/OMX_Audio.h /^ OMX_BOOL bHiPassFilter; \/**< Enable High Pass Filter *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAFRTYPE access:public +OMX_AUDIO_PARAM_TDMAFRTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels in the data stream (not$/;" m struct:OMX_AUDIO_PARAM_TDMAFRTYPE access:public +OMX_AUDIO_PARAM_TDMAFRTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAFRTYPE access:public +OMX_AUDIO_PARAM_TDMAFRTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAFRTYPE access:public +OMX_AUDIO_PARAM_TDMAFRTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAFRTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_VORBISTYPE {$/;" s +OMX_AUDIO_PARAM_VORBISTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_VORBISTYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_VORBISTYPE +OMX_AUDIO_PARAM_VORBISTYPE::bDownmix omx/openmax/OMX_Audio.h /^ OMX_BOOL bDownmix; \/**< Downmix input from stereo to mono (has no effect on $/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::bManaged omx/openmax/OMX_Audio.h /^ OMX_BOOL bManaged; \/**< Set bitrate management mode. This turns off the$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nAudioBandWidth omx/openmax/OMX_Audio.h /^ OMX_U32 nAudioBandWidth; \/**< Audio band width (in Hz) to which an encoder should$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nBitRate; \/**< Bit rate of the encoded data data. Use 0 for variable$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U32 nChannels; \/**< Number of channels *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nMaxBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMaxBitRate; \/**< Sets maximum bitrate (in bps). *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< Sets minimum bitrate (in bps). *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nQuality omx/openmax/OMX_Audio.h /^ OMX_S32 nQuality; \/**< Sets encoding quality to n, between -1 (low) and 10 (high).$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_VORBISTYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +OMX_AUDIO_PARAM_WMATYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PARAM_WMATYPE {$/;" s +OMX_AUDIO_PARAM_WMATYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PARAM_WMATYPE;$/;" t typeref:struct:OMX_AUDIO_PARAM_WMATYPE +OMX_AUDIO_PARAM_WMATYPE::eFormat omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAFORMATTYPE eFormat; \/**< Version of WMA stream \/ data *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::eProfile omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAPROFILETYPE eProfile; \/**< Profile of WMA stream \/ data *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::nBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nBitRate; \/**< Bit rate of the input data. Use 0 for variable$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::nBlockAlign omx/openmax/OMX_Audio.h /^ OMX_U16 nBlockAlign; \/**< is the block alignment, or block size, in bytes of the audio codec *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::nChannels omx/openmax/OMX_Audio.h /^ OMX_U16 nChannels; \/**< Number of channels *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::nEncodeOptions omx/openmax/OMX_Audio.h /^ OMX_U16 nEncodeOptions; \/**< WMA Type-specific data *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::nSamplingRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSamplingRate; \/**< Sampling rate of the source data *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::nSuperBlockAlign omx/openmax/OMX_Audio.h /^ OMX_U32 nSuperBlockAlign; \/**< WMA Type-specific data *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PARAM_WMATYPE::nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +OMX_AUDIO_PCMMODETYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_PCMMODETYPE { $/;" g +OMX_AUDIO_PCMMODETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PCMMODETYPE; $/;" t typeref:enum:OMX_AUDIO_PCMMODETYPE +OMX_AUDIO_PCMModeALaw omx/openmax/OMX_Audio.h /^ OMX_AUDIO_PCMModeALaw, \/**< A law PCM encoded data (G.711) *\/ $/;" e enum:OMX_AUDIO_PCMMODETYPE +OMX_AUDIO_PCMModeKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_PCMModeKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_PCMMODETYPE +OMX_AUDIO_PCMModeLinear omx/openmax/OMX_Audio.h /^ OMX_AUDIO_PCMModeLinear = 0, \/**< Linear PCM encoded data *\/ $/;" e enum:OMX_AUDIO_PCMMODETYPE +OMX_AUDIO_PCMModeMULaw omx/openmax/OMX_Audio.h /^ OMX_AUDIO_PCMModeMULaw, \/**< Mu law PCM encoded data (G.711) *\/ $/;" e enum:OMX_AUDIO_PCMMODETYPE +OMX_AUDIO_PCMModeMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_PCMModeMax = 0x7FFFFFFF $/;" e enum:OMX_AUDIO_PCMMODETYPE +OMX_AUDIO_PCMModeVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_PCMModeVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_PCMMODETYPE +OMX_AUDIO_PORTDEFINITIONTYPE omx/openmax/OMX_Audio.h /^typedef struct OMX_AUDIO_PORTDEFINITIONTYPE {$/;" s +OMX_AUDIO_PORTDEFINITIONTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_PORTDEFINITIONTYPE;$/;" t typeref:struct:OMX_AUDIO_PORTDEFINITIONTYPE +OMX_AUDIO_PORTDEFINITIONTYPE::bFlagErrorConcealment omx/openmax/OMX_Audio.h /^ OMX_BOOL bFlagErrorConcealment; \/**< Turns on error concealment if it is $/;" m struct:OMX_AUDIO_PORTDEFINITIONTYPE access:public +OMX_AUDIO_PORTDEFINITIONTYPE::cMIMEType omx/openmax/OMX_Audio.h /^ OMX_STRING cMIMEType; \/**< MIME type of data for the port *\/$/;" m struct:OMX_AUDIO_PORTDEFINITIONTYPE access:public +OMX_AUDIO_PORTDEFINITIONTYPE::eEncoding omx/openmax/OMX_Audio.h /^ OMX_AUDIO_CODINGTYPE eEncoding; \/**< Type of data expected for this $/;" m struct:OMX_AUDIO_PORTDEFINITIONTYPE access:public +OMX_AUDIO_PORTDEFINITIONTYPE::pNativeRender omx/openmax/OMX_Audio.h /^ OMX_NATIVE_DEVICETYPE pNativeRender; \/** < platform specific reference$/;" m struct:OMX_AUDIO_PORTDEFINITIONTYPE access:public +OMX_AUDIO_RA10_AAC omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RA10_AAC, \/**< MPEG-4 AAC codec for bitrates of more than 128kbps *\/$/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RA10_CODEC omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RA10_CODEC, \/**< RealAudio codec for bitrates less than 128 kbps *\/$/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RA10_LOSSLESS omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RA10_LOSSLESS, \/**< RealAudio Lossless *\/$/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RA10_MULTICHANNEL omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RA10_MULTICHANNEL, \/**< RealAudio Multichannel *\/$/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RA10_VOICE omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RA10_VOICE, \/**< RealAudio Voice for bitrates below 15 kbps *\/$/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RA8 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RA8, \/**< RealAudio 8 codec *\/$/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RA9 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RA9, \/**< RealAudio 9 codec *\/$/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RAFORMATTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_RAFORMATTYPE {$/;" g +OMX_AUDIO_RAFORMATTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_RAFORMATTYPE;$/;" t typeref:enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RAFormatKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RAFormatKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RAFormatUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RAFormatUnused = 0, \/**< Format unused or unknown *\/$/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_RAFormatVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_RAFormatVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_RAFORMATTYPE +OMX_AUDIO_SBCALLOCMETHODTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_SBCALLOCMETHODTYPE {$/;" g +OMX_AUDIO_SBCALLOCMETHODTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_SBCALLOCMETHODTYPE;$/;" t typeref:enum:OMX_AUDIO_SBCALLOCMETHODTYPE +OMX_AUDIO_SBCAllocMethodKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_SBCAllocMethodKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_SBCALLOCMETHODTYPE +OMX_AUDIO_SBCAllocMethodLoudness omx/openmax/OMX_Audio.h /^ OMX_AUDIO_SBCAllocMethodLoudness, \/**< Loudness allocation method *\/$/;" e enum:OMX_AUDIO_SBCALLOCMETHODTYPE +OMX_AUDIO_SBCAllocMethodMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_SBCAllocMethodMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_SBCALLOCMETHODTYPE +OMX_AUDIO_SBCAllocMethodSNR omx/openmax/OMX_Audio.h /^ OMX_AUDIO_SBCAllocMethodSNR, \/**< SNR allocation method *\/$/;" e enum:OMX_AUDIO_SBCALLOCMETHODTYPE +OMX_AUDIO_SBCAllocMethodVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_SBCAllocMethodVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_SBCALLOCMETHODTYPE +OMX_AUDIO_STEREOWIDENINGTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_STEREOWIDENINGTYPE {$/;" g +OMX_AUDIO_STEREOWIDENINGTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_STEREOWIDENINGTYPE;$/;" t typeref:enum:OMX_AUDIO_STEREOWIDENINGTYPE +OMX_AUDIO_StereoWideningHeadphones omx/openmax/OMX_Audio.h /^ OMX_AUDIO_StereoWideningHeadphones, \/**< Stereo widening for loudspeakers *\/$/;" e enum:OMX_AUDIO_STEREOWIDENINGTYPE +OMX_AUDIO_StereoWideningKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_StereoWideningKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_STEREOWIDENINGTYPE +OMX_AUDIO_StereoWideningLoudspeakers omx/openmax/OMX_Audio.h /^ OMX_AUDIO_StereoWideningLoudspeakers, \/**< Stereo widening for closely spaced loudspeakers *\/$/;" e enum:OMX_AUDIO_STEREOWIDENINGTYPE +OMX_AUDIO_StereoWideningMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_StereoWideningMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_STEREOWIDENINGTYPE +OMX_AUDIO_StereoWideningVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_StereoWideningVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_STEREOWIDENINGTYPE +OMX_AUDIO_WMAFORMATTYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_WMAFORMATTYPE {$/;" g +OMX_AUDIO_WMAFORMATTYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_WMAFORMATTYPE;$/;" t typeref:enum:OMX_AUDIO_WMAFORMATTYPE +OMX_AUDIO_WMAFormat7 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAFormat7, \/**< Windows Media Audio format 7 *\/$/;" e enum:OMX_AUDIO_WMAFORMATTYPE +OMX_AUDIO_WMAFormat8 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAFormat8, \/**< Windows Media Audio format 8 *\/$/;" e enum:OMX_AUDIO_WMAFORMATTYPE +OMX_AUDIO_WMAFormat9 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAFormat9, \/**< Windows Media Audio format 9 *\/$/;" e enum:OMX_AUDIO_WMAFORMATTYPE +OMX_AUDIO_WMAFormatKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAFormatKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_WMAFORMATTYPE +OMX_AUDIO_WMAFormatMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAFormatMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_WMAFORMATTYPE +OMX_AUDIO_WMAFormatUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAFormatUnused = 0, \/**< format unused or unknown *\/$/;" e enum:OMX_AUDIO_WMAFORMATTYPE +OMX_AUDIO_WMAFormatVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAFormatVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_WMAFORMATTYPE +OMX_AUDIO_WMAPROFILETYPE omx/openmax/OMX_Audio.h /^typedef enum OMX_AUDIO_WMAPROFILETYPE {$/;" g +OMX_AUDIO_WMAPROFILETYPE omx/openmax/OMX_Audio.h /^} OMX_AUDIO_WMAPROFILETYPE;$/;" t typeref:enum:OMX_AUDIO_WMAPROFILETYPE +OMX_AUDIO_WMAProfileKhronosExtensions omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAProfileKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_AUDIO_WMAPROFILETYPE +OMX_AUDIO_WMAProfileL1 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAProfileL1, \/**< Windows Media audio version 9 profile L1 *\/$/;" e enum:OMX_AUDIO_WMAPROFILETYPE +OMX_AUDIO_WMAProfileL2 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAProfileL2, \/**< Windows Media audio version 9 profile L2 *\/$/;" e enum:OMX_AUDIO_WMAPROFILETYPE +OMX_AUDIO_WMAProfileL3 omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAProfileL3, \/**< Windows Media audio version 9 profile L3 *\/$/;" e enum:OMX_AUDIO_WMAPROFILETYPE +OMX_AUDIO_WMAProfileMax omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAProfileMax = 0x7FFFFFFF$/;" e enum:OMX_AUDIO_WMAPROFILETYPE +OMX_AUDIO_WMAProfileUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAProfileUnused = 0, \/**< profile unused or unknown *\/$/;" e enum:OMX_AUDIO_WMAPROFILETYPE +OMX_AUDIO_WMAProfileVendorStartUnused omx/openmax/OMX_Audio.h /^ OMX_AUDIO_WMAProfileVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_AUDIO_WMAPROFILETYPE +OMX_AllocateBuffer omx/openmax/OMX_Core.h 1028;" d +OMX_Audio_h omx/openmax/OMX_Audio.h 30;" d +OMX_BOOL omx/openmax/OMX_Types.h /^typedef enum OMX_BOOL {$/;" g +OMX_BOOL omx/openmax/OMX_Types.h /^} OMX_BOOL; $/;" t typeref:enum:OMX_BOOL +OMX_BOOL_MAX omx/openmax/OMX_Types.h /^ OMX_BOOL_MAX = 0x7FFFFFFF$/;" e enum:OMX_BOOL +OMX_BS32 omx/openmax/OMX_Types.h /^typedef struct OMX_BS32 {$/;" s +OMX_BS32 omx/openmax/OMX_Types.h /^} OMX_BS32;$/;" t typeref:struct:OMX_BS32 +OMX_BS32::nMax omx/openmax/OMX_Types.h /^ OMX_S32 nMax; \/**< maximum for value (i.e. nValue <= nMax) *\/$/;" m struct:OMX_BS32 access:public +OMX_BS32::nMin omx/openmax/OMX_Types.h /^ OMX_S32 nMin; \/**< minimum for value (i.e. nValue >= nMin) *\/$/;" m struct:OMX_BS32 access:public +OMX_BS32::nValue omx/openmax/OMX_Types.h /^ OMX_S32 nValue; \/**< actual value *\/$/;" m struct:OMX_BS32 access:public +OMX_BU32 omx/openmax/OMX_Types.h /^typedef struct OMX_BU32 {$/;" s +OMX_BU32 omx/openmax/OMX_Types.h /^} OMX_BU32;$/;" t typeref:struct:OMX_BU32 +OMX_BU32::nMax omx/openmax/OMX_Types.h /^ OMX_U32 nMax; \/**< maximum for value (i.e. nValue <= nMax) *\/$/;" m struct:OMX_BU32 access:public +OMX_BU32::nMin omx/openmax/OMX_Types.h /^ OMX_U32 nMin; \/**< minimum for value (i.e. nValue >= nMin) *\/$/;" m struct:OMX_BU32 access:public +OMX_BU32::nValue omx/openmax/OMX_Types.h /^ OMX_U32 nValue; \/**< actual value *\/$/;" m struct:OMX_BU32 access:public +OMX_BUFFERFLAG_CODECCONFIG omx/openmax/OMX_Core.h 393;" d +OMX_BUFFERFLAG_DATACORRUPT omx/openmax/OMX_Core.h 356;" d +OMX_BUFFERFLAG_DECODEONLY omx/openmax/OMX_Core.h 349;" d +OMX_BUFFERFLAG_ENDOFFRAME omx/openmax/OMX_Core.h 363;" d +OMX_BUFFERFLAG_EOS omx/openmax/OMX_Core.h 299;" d +OMX_BUFFERFLAG_EXTRADATA omx/openmax/OMX_Core.h 375;" d +OMX_BUFFERFLAG_STARTTIME omx/openmax/OMX_Core.h 326;" d +OMX_BUFFERFLAG_SYNCFRAME omx/openmax/OMX_Core.h 369;" d +OMX_BUFFERHEADERTYPE omx/openmax/OMX_Core.h /^typedef struct OMX_BUFFERHEADERTYPE$/;" s +OMX_BUFFERHEADERTYPE omx/openmax/OMX_Core.h /^} OMX_BUFFERHEADERTYPE;$/;" t typeref:struct:OMX_BUFFERHEADERTYPE +OMX_BUFFERHEADERTYPE::hMarkTargetComponent omx/openmax/OMX_Core.h /^ OMX_HANDLETYPE hMarkTargetComponent; \/**< The component that will generate a $/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nAllocLen omx/openmax/OMX_Core.h /^ OMX_U32 nAllocLen; \/**< size of the buffer allocated, in bytes *\/$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nFilledLen omx/openmax/OMX_Core.h /^ OMX_U32 nFilledLen; \/**< number of bytes currently in the $/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nFlags omx/openmax/OMX_Core.h /^ OMX_U32 nFlags; \/**< buffer specific flags *\/$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nInputPortIndex omx/openmax/OMX_Core.h /^ OMX_U32 nInputPortIndex; \/**< The index of the input port (if any) using$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nOffset omx/openmax/OMX_Core.h /^ OMX_U32 nOffset; \/**< start offset of valid data in bytes from$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nOutputPortIndex omx/openmax/OMX_Core.h /^ OMX_U32 nOutputPortIndex; \/**< The index of the output port (if any) using $/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nSize omx/openmax/OMX_Core.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nTickCount omx/openmax/OMX_Core.h /^ OMX_U32 nTickCount; \/**< Optional entry that the component and$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nTimeStamp omx/openmax/OMX_Core.h /^ OMX_TICKS nTimeStamp; \/**< Timestamp corresponding to the sample $/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::nVersion omx/openmax/OMX_Core.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::pAppPrivate omx/openmax/OMX_Core.h /^ OMX_PTR pAppPrivate; \/**< pointer to any data the application$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::pBuffer omx/openmax/OMX_Core.h /^ OMX_U8* pBuffer; \/**< Pointer to actual block of memory $/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::pInputPortPrivate omx/openmax/OMX_Core.h /^ OMX_PTR pInputPortPrivate; \/**< pointer to any data the input port$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::pMarkData omx/openmax/OMX_Core.h /^ OMX_PTR pMarkData; \/**< Application specific data associated with $/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::pOutputPortPrivate omx/openmax/OMX_Core.h /^ OMX_PTR pOutputPortPrivate; \/**< pointer to any data the output port$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERHEADERTYPE::pPlatformPrivate omx/openmax/OMX_Core.h /^ OMX_PTR pPlatformPrivate; \/**< pointer to any data the platform$/;" m struct:OMX_BUFFERHEADERTYPE access:public +OMX_BUFFERSUPPLIERTYPE omx/openmax/OMX_Core.h /^typedef enum OMX_BUFFERSUPPLIERTYPE$/;" g +OMX_BUFFERSUPPLIERTYPE omx/openmax/OMX_Core.h /^} OMX_BUFFERSUPPLIERTYPE;$/;" t typeref:enum:OMX_BUFFERSUPPLIERTYPE +OMX_BYTE omx/openmax/OMX_Types.h /^typedef unsigned char* OMX_BYTE;$/;" t +OMX_BufferSupplyInput omx/openmax/OMX_Core.h /^ OMX_BufferSupplyInput, \/**< input port supplies the buffers *\/$/;" e enum:OMX_BUFFERSUPPLIERTYPE +OMX_BufferSupplyKhronosExtensions omx/openmax/OMX_Core.h /^ OMX_BufferSupplyKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_BUFFERSUPPLIERTYPE +OMX_BufferSupplyMax omx/openmax/OMX_Core.h /^ OMX_BufferSupplyMax = 0x7FFFFFFF$/;" e enum:OMX_BUFFERSUPPLIERTYPE +OMX_BufferSupplyOutput omx/openmax/OMX_Core.h /^ OMX_BufferSupplyOutput, \/**< output port supplies the buffers *\/$/;" e enum:OMX_BUFFERSUPPLIERTYPE +OMX_BufferSupplyUnspecified omx/openmax/OMX_Core.h /^ OMX_BufferSupplyUnspecified = 0x0, \/**< port supplying the buffers is unspecified,$/;" e enum:OMX_BUFFERSUPPLIERTYPE +OMX_BufferSupplyVendorStartUnused omx/openmax/OMX_Core.h /^ OMX_BufferSupplyVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_BUFFERSUPPLIERTYPE +OMX_CALLBACKTYPE omx/openmax/OMX_Core.h /^typedef struct OMX_CALLBACKTYPE$/;" s +OMX_CALLBACKTYPE omx/openmax/OMX_Core.h /^} OMX_CALLBACKTYPE;$/;" t typeref:struct:OMX_CALLBACKTYPE +OMX_CALLBACKTYPE::EmptyBufferDone omx/openmax/OMX_Core.h /^ OMX_ERRORTYPE (*EmptyBufferDone)($/;" m struct:OMX_CALLBACKTYPE access:public +OMX_CALLBACKTYPE::EventHandler omx/openmax/OMX_Core.h /^ OMX_ERRORTYPE (*EventHandler)($/;" m struct:OMX_CALLBACKTYPE access:public +OMX_CALLBACKTYPE::FillBufferDone omx/openmax/OMX_Core.h /^ OMX_ERRORTYPE (*FillBufferDone)($/;" m struct:OMX_CALLBACKTYPE access:public +OMX_CLOCKPORT0 omx/openmax/OMX_Other.h 251;" d +OMX_CLOCKPORT1 omx/openmax/OMX_Other.h 252;" d +OMX_CLOCKPORT2 omx/openmax/OMX_Other.h 253;" d +OMX_CLOCKPORT3 omx/openmax/OMX_Other.h 254;" d +OMX_CLOCKPORT4 omx/openmax/OMX_Other.h 255;" d +OMX_CLOCKPORT5 omx/openmax/OMX_Other.h 256;" d +OMX_CLOCKPORT6 omx/openmax/OMX_Other.h 257;" d +OMX_CLOCKPORT7 omx/openmax/OMX_Other.h 258;" d +OMX_COLORBLENDTYPE omx/openmax/OMX_IVCommon.h /^typedef enum OMX_COLORBLENDTYPE {$/;" g +OMX_COLORBLENDTYPE omx/openmax/OMX_IVCommon.h /^} OMX_COLORBLENDTYPE;$/;" t typeref:enum:OMX_COLORBLENDTYPE +OMX_COLOR_FORMATTYPE omx/openmax/OMX_IVCommon.h /^typedef enum OMX_COLOR_FORMATTYPE {$/;" g +OMX_COLOR_FORMATTYPE omx/openmax/OMX_IVCommon.h /^} OMX_COLOR_FORMATTYPE;$/;" t typeref:enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format12bitRGB444 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format12bitRGB444,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format16bitARGB1555 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format16bitARGB1555,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format16bitARGB4444 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format16bitARGB4444,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format16bitBGR565 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format16bitBGR565,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format16bitRGB565 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format16bitRGB565,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format18BitBGR666 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format18BitBGR666,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format18bitARGB1665 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format18bitARGB1665,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format18bitRGB666 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format18bitRGB666,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format19bitARGB1666 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format19bitARGB1666, $/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format24BitABGR6666 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format24BitABGR6666,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format24BitARGB6666 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format24BitARGB6666,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format24bitARGB1887 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format24bitARGB1887,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format24bitBGR888 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format24bitBGR888,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format24bitRGB888 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format24bitRGB888,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format25bitARGB1888 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format25bitARGB1888,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format32bitARGB8888 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format32bitARGB8888,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format32bitBGRA8888 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format32bitBGRA8888,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_Format8bitRGB332 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_Format8bitRGB332,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatCbYCrY omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatCbYCrY,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatCrYCbY omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatCrYCbY,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatKhronosExtensions omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatL16 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatL16, $/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatL2 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatL2, $/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatL24 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatL24, $/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatL32 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatL32,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatL4 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatL4, $/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatL8 omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatL8, $/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatMax omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatMax = 0x7FFFFFFF$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatMonochrome omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatMonochrome,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatRawBayer10bit omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatRawBayer10bit,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatRawBayer8bit omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatRawBayer8bit,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatRawBayer8bitcompressed omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatRawBayer8bitcompressed,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatUnused omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatUnused,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatVendorStartUnused omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYCbYCr omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYCbYCr,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYCrYCb omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYCrYCb,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV411PackedPlanar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV411PackedPlanar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV411Planar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV411Planar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV420PackedPlanar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV420PackedPlanar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV420PackedSemiPlanar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV420PackedSemiPlanar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV420Planar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV420Planar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV420SemiPlanar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV420SemiPlanar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV422PackedPlanar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV422PackedPlanar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV422PackedSemiPlanar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV422PackedSemiPlanar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV422Planar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV422Planar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV422SemiPlanar omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV422SemiPlanar,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COLOR_FormatYUV444Interleaved omx/openmax/OMX_IVCommon.h /^ OMX_COLOR_FormatYUV444Interleaved,$/;" e enum:OMX_COLOR_FORMATTYPE +OMX_COMMANDTYPE omx/openmax/OMX_Core.h /^typedef enum OMX_COMMANDTYPE$/;" g +OMX_COMMANDTYPE omx/openmax/OMX_Core.h /^} OMX_COMMANDTYPE;$/;" t typeref:enum:OMX_COMMANDTYPE +OMX_COMPONENTINITTYPE omx/openmax/OMX_Core.h /^typedef OMX_ERRORTYPE (* OMX_COMPONENTINITTYPE)(OMX_IN OMX_HANDLETYPE hComponent);$/;" t +OMX_COMPONENTREGISTERTYPE omx/openmax/OMX_Core.h /^typedef struct OMX_COMPONENTREGISTERTYPE$/;" s +OMX_COMPONENTREGISTERTYPE omx/openmax/OMX_Core.h /^} OMX_COMPONENTREGISTERTYPE;$/;" t typeref:struct:OMX_COMPONENTREGISTERTYPE +OMX_COMPONENTREGISTERTYPE::pInitialize omx/openmax/OMX_Core.h /^ OMX_COMPONENTINITTYPE pInitialize; \/* Component instance initialization function *\/$/;" m struct:OMX_COMPONENTREGISTERTYPE access:public +OMX_COMPONENTREGISTERTYPE::pName omx/openmax/OMX_Core.h /^ const char * pName; \/* Component name, 128 byte limit (including '\\0') applies *\/$/;" m struct:OMX_COMPONENTREGISTERTYPE access:public +OMX_COMPONENTTYPE omx/openmax/OMX_Component.h /^typedef struct OMX_COMPONENTTYPE$/;" s +OMX_COMPONENTTYPE omx/openmax/OMX_Component.h /^} OMX_COMPONENTTYPE;$/;" t typeref:struct:OMX_COMPONENTTYPE +OMX_COMPONENTTYPE::AllocateBuffer omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*AllocateBuffer)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::ComponentDeInit omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*ComponentDeInit)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::ComponentRoleEnum omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*ComponentRoleEnum)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::ComponentTunnelRequest omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*ComponentTunnelRequest)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::EmptyThisBuffer omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*EmptyThisBuffer)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::FillThisBuffer omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*FillThisBuffer)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::FreeBuffer omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*FreeBuffer)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::GetComponentVersion omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetComponentVersion)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::GetConfig omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetConfig)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::GetExtensionIndex omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetExtensionIndex)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::GetParameter omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetParameter)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::GetState omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*GetState)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::SendCommand omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*SendCommand)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::SetCallbacks omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*SetCallbacks)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::SetConfig omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*SetConfig)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::SetParameter omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*SetParameter)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::UseBuffer omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*UseBuffer)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::UseEGLImage omx/openmax/OMX_Component.h /^ OMX_ERRORTYPE (*UseEGLImage)($/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::pApplicationPrivate omx/openmax/OMX_Component.h /^ OMX_PTR pApplicationPrivate;$/;" m struct:OMX_COMPONENTTYPE access:public +OMX_COMPONENTTYPE::pComponentPrivate omx/openmax/OMX_Component.h /^ OMX_PTR pComponentPrivate;$/;" m struct:OMX_COMPONENTTYPE access:public +OMX_CONFIG_BACKLIGHTTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_BACKLIGHTTYPE {$/;" s +OMX_CONFIG_BACKLIGHTTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_BACKLIGHTTYPE;$/;" t typeref:struct:OMX_CONFIG_BACKLIGHTTYPE +OMX_CONFIG_BACKLIGHTTYPE::nBacklight omx/openmax/OMX_IVCommon.h /^ OMX_U32 nBacklight;$/;" m struct:OMX_CONFIG_BACKLIGHTTYPE access:public +OMX_CONFIG_BACKLIGHTTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_BACKLIGHTTYPE access:public +OMX_CONFIG_BACKLIGHTTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_BACKLIGHTTYPE access:public +OMX_CONFIG_BACKLIGHTTYPE::nTimeout omx/openmax/OMX_IVCommon.h /^ OMX_U32 nTimeout;$/;" m struct:OMX_CONFIG_BACKLIGHTTYPE access:public +OMX_CONFIG_BACKLIGHTTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_BACKLIGHTTYPE access:public +OMX_CONFIG_BOOLEANTYPE omx/openmax/OMX_Component.h /^typedef struct OMX_CONFIG_BOOLEANTYPE {$/;" s +OMX_CONFIG_BOOLEANTYPE omx/openmax/OMX_Component.h /^} OMX_CONFIG_BOOLEANTYPE;$/;" t typeref:struct:OMX_CONFIG_BOOLEANTYPE +OMX_CONFIG_BOOLEANTYPE::bEnabled omx/openmax/OMX_Component.h /^ OMX_BOOL bEnabled; $/;" m struct:OMX_CONFIG_BOOLEANTYPE access:public +OMX_CONFIG_BOOLEANTYPE::nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_BOOLEANTYPE access:public +OMX_CONFIG_BOOLEANTYPE::nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_BOOLEANTYPE access:public +OMX_CONFIG_BRIGHTNESSTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_BRIGHTNESSTYPE {$/;" s +OMX_CONFIG_BRIGHTNESSTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_BRIGHTNESSTYPE;$/;" t typeref:struct:OMX_CONFIG_BRIGHTNESSTYPE +OMX_CONFIG_BRIGHTNESSTYPE::nBrightness omx/openmax/OMX_IVCommon.h /^ OMX_U32 nBrightness;$/;" m struct:OMX_CONFIG_BRIGHTNESSTYPE access:public +OMX_CONFIG_BRIGHTNESSTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_BRIGHTNESSTYPE access:public +OMX_CONFIG_BRIGHTNESSTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_BRIGHTNESSTYPE access:public +OMX_CONFIG_BRIGHTNESSTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_BRIGHTNESSTYPE access:public +OMX_CONFIG_CALLBACKREQUESTTYPE omx/openmax/OMX_CoreExt.h /^typedef struct OMX_CONFIG_CALLBACKREQUESTTYPE {$/;" s +OMX_CONFIG_CALLBACKREQUESTTYPE omx/openmax/OMX_CoreExt.h /^} OMX_CONFIG_CALLBACKREQUESTTYPE;$/;" t typeref:struct:OMX_CONFIG_CALLBACKREQUESTTYPE +OMX_CONFIG_CALLBACKREQUESTTYPE::bEnable omx/openmax/OMX_CoreExt.h /^ OMX_BOOL bEnable; \/**< enable (OMX_TRUE) or disable (OMX_FALSE) the callback *\/$/;" m struct:OMX_CONFIG_CALLBACKREQUESTTYPE access:public +OMX_CONFIG_CALLBACKREQUESTTYPE::nIndex omx/openmax/OMX_CoreExt.h /^ OMX_INDEXTYPE nIndex; \/**< the index the callback is requested for *\/$/;" m struct:OMX_CONFIG_CALLBACKREQUESTTYPE access:public +OMX_CONFIG_CALLBACKREQUESTTYPE::nPortIndex omx/openmax/OMX_CoreExt.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_CONFIG_CALLBACKREQUESTTYPE access:public +OMX_CONFIG_CALLBACKREQUESTTYPE::nSize omx/openmax/OMX_CoreExt.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_CONFIG_CALLBACKREQUESTTYPE access:public +OMX_CONFIG_CALLBACKREQUESTTYPE::nVersion omx/openmax/OMX_CoreExt.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_CONFIG_CALLBACKREQUESTTYPE access:public +OMX_CONFIG_CAPTUREMODETYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_CAPTUREMODETYPE {$/;" s +OMX_CONFIG_CAPTUREMODETYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_CAPTUREMODETYPE;$/;" t typeref:struct:OMX_CONFIG_CAPTUREMODETYPE +OMX_CONFIG_CAPTUREMODETYPE::bContinuous omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bContinuous; \/**< If true then ignore frame rate and emit capture $/;" m struct:OMX_CONFIG_CAPTUREMODETYPE access:public +OMX_CONFIG_CAPTUREMODETYPE::bFrameLimited omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bFrameLimited; \/**< If true then terminate capture after the port emits the $/;" m struct:OMX_CONFIG_CAPTUREMODETYPE access:public +OMX_CONFIG_CAPTUREMODETYPE::nFrameLimit omx/openmax/OMX_IVCommon.h /^ OMX_U32 nFrameLimit; \/**< Limit on number of frames emitted during a capture (only$/;" m struct:OMX_CONFIG_CAPTUREMODETYPE access:public +OMX_CONFIG_CAPTUREMODETYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_CONFIG_CAPTUREMODETYPE access:public +OMX_CONFIG_CAPTUREMODETYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_CAPTUREMODETYPE access:public +OMX_CONFIG_CAPTUREMODETYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_CAPTUREMODETYPE access:public +OMX_CONFIG_COLORBLENDTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_COLORBLENDTYPE {$/;" s +OMX_CONFIG_COLORBLENDTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_COLORBLENDTYPE;$/;" t typeref:struct:OMX_CONFIG_COLORBLENDTYPE +OMX_CONFIG_COLORBLENDTYPE::eColorBlend omx/openmax/OMX_IVCommon.h /^ OMX_COLORBLENDTYPE eColorBlend;$/;" m struct:OMX_CONFIG_COLORBLENDTYPE access:public +OMX_CONFIG_COLORBLENDTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_COLORBLENDTYPE access:public +OMX_CONFIG_COLORBLENDTYPE::nRGBAlphaConstant omx/openmax/OMX_IVCommon.h /^ OMX_U32 nRGBAlphaConstant;$/;" m struct:OMX_CONFIG_COLORBLENDTYPE access:public +OMX_CONFIG_COLORBLENDTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COLORBLENDTYPE access:public +OMX_CONFIG_COLORBLENDTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_COLORBLENDTYPE access:public +OMX_CONFIG_COLORCONVERSIONTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_COLORCONVERSIONTYPE {$/;" s +OMX_CONFIG_COLORCONVERSIONTYPE omx/openmax/OMX_IVCommon.h /^}OMX_CONFIG_COLORCONVERSIONTYPE;$/;" t typeref:struct:OMX_CONFIG_COLORCONVERSIONTYPE +OMX_CONFIG_COLORCONVERSIONTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; \/**< Port that this struct applies to *\/$/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +OMX_CONFIG_COLORCONVERSIONTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize; \/**< Size of the structure in bytes *\/$/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +OMX_CONFIG_COLORCONVERSIONTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version info *\/ $/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +OMX_CONFIG_COLORCONVERSIONTYPE::xColorMatrix omx/openmax/OMX_IVCommon.h /^ OMX_S32 xColorMatrix[3][3]; \/**< Stored in signed Q16 format *\/$/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +OMX_CONFIG_COLORCONVERSIONTYPE::xColorOffset omx/openmax/OMX_IVCommon.h /^ OMX_S32 xColorOffset[4]; \/**< Stored in signed Q16 format *\/$/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +OMX_CONFIG_COLORENHANCEMENTTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_COLORENHANCEMENTTYPE {$/;" s +OMX_CONFIG_COLORENHANCEMENTTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_COLORENHANCEMENTTYPE;$/;" t typeref:struct:OMX_CONFIG_COLORENHANCEMENTTYPE +OMX_CONFIG_COLORENHANCEMENTTYPE::bColorEnhancement omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bColorEnhancement;$/;" m struct:OMX_CONFIG_COLORENHANCEMENTTYPE access:public +OMX_CONFIG_COLORENHANCEMENTTYPE::nCustomizedU omx/openmax/OMX_IVCommon.h /^ OMX_U8 nCustomizedU;$/;" m struct:OMX_CONFIG_COLORENHANCEMENTTYPE access:public +OMX_CONFIG_COLORENHANCEMENTTYPE::nCustomizedV omx/openmax/OMX_IVCommon.h /^ OMX_U8 nCustomizedV;$/;" m struct:OMX_CONFIG_COLORENHANCEMENTTYPE access:public +OMX_CONFIG_COLORENHANCEMENTTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_COLORENHANCEMENTTYPE access:public +OMX_CONFIG_COLORENHANCEMENTTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COLORENHANCEMENTTYPE access:public +OMX_CONFIG_COLORENHANCEMENTTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_CONFIG_COLORENHANCEMENTTYPE access:public +OMX_CONFIG_COLORKEYTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_COLORKEYTYPE {$/;" s +OMX_CONFIG_COLORKEYTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_COLORKEYTYPE;$/;" t typeref:struct:OMX_CONFIG_COLORKEYTYPE +OMX_CONFIG_COLORKEYTYPE::nARGBColor omx/openmax/OMX_IVCommon.h /^ OMX_U32 nARGBColor;$/;" m struct:OMX_CONFIG_COLORKEYTYPE access:public +OMX_CONFIG_COLORKEYTYPE::nARGBMask omx/openmax/OMX_IVCommon.h /^ OMX_U32 nARGBMask;$/;" m struct:OMX_CONFIG_COLORKEYTYPE access:public +OMX_CONFIG_COLORKEYTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_COLORKEYTYPE access:public +OMX_CONFIG_COLORKEYTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COLORKEYTYPE access:public +OMX_CONFIG_COLORKEYTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_COLORKEYTYPE access:public +OMX_CONFIG_COMMITMODETYPE omx/openmax/OMX_ComponentExt.h /^typedef struct OMX_CONFIG_COMMITMODETYPE {$/;" s +OMX_CONFIG_COMMITMODETYPE omx/openmax/OMX_ComponentExt.h /^} OMX_CONFIG_COMMITMODETYPE;$/;" t typeref:struct:OMX_CONFIG_COMMITMODETYPE +OMX_CONFIG_COMMITMODETYPE::bDeferred omx/openmax/OMX_ComponentExt.h /^ OMX_BOOL bDeferred;$/;" m struct:OMX_CONFIG_COMMITMODETYPE access:public +OMX_CONFIG_COMMITMODETYPE::nSize omx/openmax/OMX_ComponentExt.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COMMITMODETYPE access:public +OMX_CONFIG_COMMITMODETYPE::nVersion omx/openmax/OMX_ComponentExt.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_COMMITMODETYPE access:public +OMX_CONFIG_COMMITTYPE omx/openmax/OMX_ComponentExt.h /^typedef struct OMX_CONFIG_COMMITTYPE {$/;" s +OMX_CONFIG_COMMITTYPE omx/openmax/OMX_ComponentExt.h /^} OMX_CONFIG_COMMITTYPE;$/;" t typeref:struct:OMX_CONFIG_COMMITTYPE +OMX_CONFIG_COMMITTYPE::nSize omx/openmax/OMX_ComponentExt.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COMMITTYPE access:public +OMX_CONFIG_COMMITTYPE::nVersion omx/openmax/OMX_ComponentExt.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_COMMITTYPE access:public +OMX_CONFIG_CONTAINERNODECOUNTTYPE omx/openmax/OMX_Component.h /^typedef struct OMX_CONFIG_CONTAINERNODECOUNTTYPE$/;" s +OMX_CONFIG_CONTAINERNODECOUNTTYPE omx/openmax/OMX_Component.h /^} OMX_CONFIG_CONTAINERNODECOUNTTYPE;$/;" t typeref:struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE +OMX_CONFIG_CONTAINERNODECOUNTTYPE::bAllKeys omx/openmax/OMX_Component.h /^ OMX_BOOL bAllKeys;$/;" m struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE access:public +OMX_CONFIG_CONTAINERNODECOUNTTYPE::nNumNodes omx/openmax/OMX_Component.h /^ OMX_U32 nNumNodes;$/;" m struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE access:public +OMX_CONFIG_CONTAINERNODECOUNTTYPE::nParentNodeID omx/openmax/OMX_Component.h /^ OMX_U32 nParentNodeID;$/;" m struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE access:public +OMX_CONFIG_CONTAINERNODECOUNTTYPE::nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE access:public +OMX_CONFIG_CONTAINERNODECOUNTTYPE::nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE access:public +OMX_CONFIG_CONTAINERNODEIDTYPE omx/openmax/OMX_Component.h /^typedef struct OMX_CONFIG_CONTAINERNODEIDTYPE$/;" s +OMX_CONFIG_CONTAINERNODEIDTYPE omx/openmax/OMX_Component.h /^} OMX_CONFIG_CONTAINERNODEIDTYPE;$/;" t typeref:struct:OMX_CONFIG_CONTAINERNODEIDTYPE +OMX_CONFIG_CONTAINERNODEIDTYPE::bAllKeys omx/openmax/OMX_Component.h /^ OMX_BOOL bAllKeys;$/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +OMX_CONFIG_CONTAINERNODEIDTYPE::bIsLeafType omx/openmax/OMX_Component.h /^ OMX_BOOL bIsLeafType;$/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +OMX_CONFIG_CONTAINERNODEIDTYPE::cNodeName omx/openmax/OMX_Component.h /^ OMX_STRING cNodeName;$/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +OMX_CONFIG_CONTAINERNODEIDTYPE::nNodeID omx/openmax/OMX_Component.h /^ OMX_U32 nNodeID; $/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +OMX_CONFIG_CONTAINERNODEIDTYPE::nNodeIndex omx/openmax/OMX_Component.h /^ OMX_U32 nNodeIndex; $/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +OMX_CONFIG_CONTAINERNODEIDTYPE::nParentNodeID omx/openmax/OMX_Component.h /^ OMX_U32 nParentNodeID;$/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +OMX_CONFIG_CONTAINERNODEIDTYPE::nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +OMX_CONFIG_CONTAINERNODEIDTYPE::nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +OMX_CONFIG_CONTRASTTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_CONTRASTTYPE {$/;" s +OMX_CONFIG_CONTRASTTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_CONTRASTTYPE;$/;" t typeref:struct:OMX_CONFIG_CONTRASTTYPE +OMX_CONFIG_CONTRASTTYPE::nContrast omx/openmax/OMX_IVCommon.h /^ OMX_S32 nContrast;$/;" m struct:OMX_CONFIG_CONTRASTTYPE access:public +OMX_CONFIG_CONTRASTTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_CONTRASTTYPE access:public +OMX_CONFIG_CONTRASTTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_CONTRASTTYPE access:public +OMX_CONFIG_CONTRASTTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_CONTRASTTYPE access:public +OMX_CONFIG_DITHERTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_DITHERTYPE {$/;" s +OMX_CONFIG_DITHERTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_DITHERTYPE;$/;" t typeref:struct:OMX_CONFIG_DITHERTYPE +OMX_CONFIG_DITHERTYPE::eDither omx/openmax/OMX_IVCommon.h /^ OMX_DITHERTYPE eDither; \/**< Type of dithering to use *\/$/;" m struct:OMX_CONFIG_DITHERTYPE access:public +OMX_CONFIG_DITHERTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_CONFIG_DITHERTYPE access:public +OMX_CONFIG_DITHERTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize; \/**< Size of the structure in bytes *\/$/;" m struct:OMX_CONFIG_DITHERTYPE access:public +OMX_CONFIG_DITHERTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_CONFIG_DITHERTYPE access:public +OMX_CONFIG_EXPOSURECONTROLTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_EXPOSURECONTROLTYPE {$/;" s +OMX_CONFIG_EXPOSURECONTROLTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_EXPOSURECONTROLTYPE;$/;" t typeref:struct:OMX_CONFIG_EXPOSURECONTROLTYPE +OMX_CONFIG_EXPOSURECONTROLTYPE::eExposureControl omx/openmax/OMX_IVCommon.h /^ OMX_EXPOSURECONTROLTYPE eExposureControl;$/;" m struct:OMX_CONFIG_EXPOSURECONTROLTYPE access:public +OMX_CONFIG_EXPOSURECONTROLTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_EXPOSURECONTROLTYPE access:public +OMX_CONFIG_EXPOSURECONTROLTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_EXPOSURECONTROLTYPE access:public +OMX_CONFIG_EXPOSURECONTROLTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_EXPOSURECONTROLTYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_EXPOSUREVALUETYPE {$/;" s +OMX_CONFIG_EXPOSUREVALUETYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_EXPOSUREVALUETYPE;$/;" t typeref:struct:OMX_CONFIG_EXPOSUREVALUETYPE +OMX_CONFIG_EXPOSUREVALUETYPE::bAutoAperture omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bAutoAperture; \/**< Whether aperture number is defined automatically *\/$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::bAutoSensitivity omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bAutoSensitivity; \/**< Whether sensitivity is defined automatically *\/$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::bAutoShutterSpeed omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bAutoShutterSpeed; \/**< Whether shutter speed is defined automatically *\/ $/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::eMetering omx/openmax/OMX_IVCommon.h /^ OMX_METERINGTYPE eMetering;$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::nApertureFNumber omx/openmax/OMX_IVCommon.h /^ OMX_U32 nApertureFNumber; \/**< e.g. nApertureFNumber = 2 implies "f\/2" - Q16 format *\/$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::nSensitivity omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSensitivity; \/**< e.g. nSensitivity = 100 implies "ISO 100" *\/$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::nShutterSpeedMsec omx/openmax/OMX_IVCommon.h /^ OMX_U32 nShutterSpeedMsec; \/**< Shutterspeed in milliseconds *\/ $/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_EXPOSUREVALUETYPE::xEVCompensation omx/openmax/OMX_IVCommon.h /^ OMX_S32 xEVCompensation; \/**< Fixed point value stored as Q16 *\/$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_FOCUSREGIONTYPE {$/;" s +OMX_CONFIG_FOCUSREGIONTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_FOCUSREGIONTYPE;$/;" t typeref:struct:OMX_CONFIG_FOCUSREGIONTYPE +OMX_CONFIG_FOCUSREGIONTYPE::bBottom omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bBottom;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::bBottomLeft omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bBottomLeft;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::bBottomRight omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bBottomRight;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::bCenter omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bCenter;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::bLeft omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bLeft;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::bRight omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bRight;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::bTop omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bTop;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::bTopLeft omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bTopLeft;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::bTopRight omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bTopRight;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FOCUSREGIONTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +OMX_CONFIG_FRAMERATETYPE omx/openmax/OMX_Video.h /^typedef struct OMX_CONFIG_FRAMERATETYPE {$/;" s +OMX_CONFIG_FRAMERATETYPE omx/openmax/OMX_Video.h /^} OMX_CONFIG_FRAMERATETYPE;$/;" t typeref:struct:OMX_CONFIG_FRAMERATETYPE +OMX_CONFIG_FRAMERATETYPE::nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_FRAMERATETYPE access:public +OMX_CONFIG_FRAMERATETYPE::nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_FRAMERATETYPE access:public +OMX_CONFIG_FRAMERATETYPE::nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_FRAMERATETYPE access:public +OMX_CONFIG_FRAMERATETYPE::xEncodeFramerate omx/openmax/OMX_Video.h /^ OMX_U32 xEncodeFramerate; \/* Q16 format *\/$/;" m struct:OMX_CONFIG_FRAMERATETYPE access:public +OMX_CONFIG_FRAMESTABTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_FRAMESTABTYPE {$/;" s +OMX_CONFIG_FRAMESTABTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_FRAMESTABTYPE;$/;" t typeref:struct:OMX_CONFIG_FRAMESTABTYPE +OMX_CONFIG_FRAMESTABTYPE::bStab omx/openmax/OMX_IVCommon.h /^ OMX_BOOL bStab;$/;" m struct:OMX_CONFIG_FRAMESTABTYPE access:public +OMX_CONFIG_FRAMESTABTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_FRAMESTABTYPE access:public +OMX_CONFIG_FRAMESTABTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_FRAMESTABTYPE access:public +OMX_CONFIG_FRAMESTABTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_FRAMESTABTYPE access:public +OMX_CONFIG_GAMMATYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_GAMMATYPE {$/;" s +OMX_CONFIG_GAMMATYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_GAMMATYPE;$/;" t typeref:struct:OMX_CONFIG_GAMMATYPE +OMX_CONFIG_GAMMATYPE::nGamma omx/openmax/OMX_IVCommon.h /^ OMX_S32 nGamma;$/;" m struct:OMX_CONFIG_GAMMATYPE access:public +OMX_CONFIG_GAMMATYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_GAMMATYPE access:public +OMX_CONFIG_GAMMATYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_GAMMATYPE access:public +OMX_CONFIG_GAMMATYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_GAMMATYPE access:public +OMX_CONFIG_IMAGEFILTERTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_IMAGEFILTERTYPE {$/;" s +OMX_CONFIG_IMAGEFILTERTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_IMAGEFILTERTYPE;$/;" t typeref:struct:OMX_CONFIG_IMAGEFILTERTYPE +OMX_CONFIG_IMAGEFILTERTYPE::eImageFilter omx/openmax/OMX_IVCommon.h /^ OMX_IMAGEFILTERTYPE eImageFilter;$/;" m struct:OMX_CONFIG_IMAGEFILTERTYPE access:public +OMX_CONFIG_IMAGEFILTERTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_IMAGEFILTERTYPE access:public +OMX_CONFIG_IMAGEFILTERTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_IMAGEFILTERTYPE access:public +OMX_CONFIG_IMAGEFILTERTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_IMAGEFILTERTYPE access:public +OMX_CONFIG_INTRAREFRESHVOPTYPE omx/openmax/OMX_Video.h /^typedef struct OMX_CONFIG_INTRAREFRESHVOPTYPE {$/;" s +OMX_CONFIG_INTRAREFRESHVOPTYPE omx/openmax/OMX_Video.h /^} OMX_CONFIG_INTRAREFRESHVOPTYPE;$/;" t typeref:struct:OMX_CONFIG_INTRAREFRESHVOPTYPE +OMX_CONFIG_INTRAREFRESHVOPTYPE::IntraRefreshVOP omx/openmax/OMX_Video.h /^ OMX_BOOL IntraRefreshVOP;$/;" m struct:OMX_CONFIG_INTRAREFRESHVOPTYPE access:public +OMX_CONFIG_INTRAREFRESHVOPTYPE::nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_INTRAREFRESHVOPTYPE access:public +OMX_CONFIG_INTRAREFRESHVOPTYPE::nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_INTRAREFRESHVOPTYPE access:public +OMX_CONFIG_INTRAREFRESHVOPTYPE::nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_INTRAREFRESHVOPTYPE access:public +OMX_CONFIG_LIGHTNESSTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_LIGHTNESSTYPE {$/;" s +OMX_CONFIG_LIGHTNESSTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_LIGHTNESSTYPE;$/;" t typeref:struct:OMX_CONFIG_LIGHTNESSTYPE +OMX_CONFIG_LIGHTNESSTYPE::nLightness omx/openmax/OMX_IVCommon.h /^ OMX_S32 nLightness;$/;" m struct:OMX_CONFIG_LIGHTNESSTYPE access:public +OMX_CONFIG_LIGHTNESSTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_LIGHTNESSTYPE access:public +OMX_CONFIG_LIGHTNESSTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_LIGHTNESSTYPE access:public +OMX_CONFIG_LIGHTNESSTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_LIGHTNESSTYPE access:public +OMX_CONFIG_MACROBLOCKERRORMAPTYPE omx/openmax/OMX_Video.h /^typedef struct OMX_CONFIG_MACROBLOCKERRORMAPTYPE {$/;" s +OMX_CONFIG_MACROBLOCKERRORMAPTYPE omx/openmax/OMX_Video.h /^} OMX_CONFIG_MACROBLOCKERRORMAPTYPE;$/;" t typeref:struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE +OMX_CONFIG_MACROBLOCKERRORMAPTYPE::ErrMap omx/openmax/OMX_Video.h /^ OMX_U8 ErrMap[1]; \/* Error map hint *\/$/;" m struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE access:public +OMX_CONFIG_MACROBLOCKERRORMAPTYPE::nErrMapSize omx/openmax/OMX_Video.h /^ OMX_U32 nErrMapSize; \/* Size of the Error Map in bytes *\/$/;" m struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE access:public +OMX_CONFIG_MACROBLOCKERRORMAPTYPE::nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE access:public +OMX_CONFIG_MACROBLOCKERRORMAPTYPE::nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE access:public +OMX_CONFIG_MACROBLOCKERRORMAPTYPE::nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE access:public +OMX_CONFIG_MBERRORREPORTINGTYPE omx/openmax/OMX_Video.h /^typedef struct OMX_CONFIG_MBERRORREPORTINGTYPE {$/;" s +OMX_CONFIG_MBERRORREPORTINGTYPE omx/openmax/OMX_Video.h /^} OMX_CONFIG_MBERRORREPORTINGTYPE;$/;" t typeref:struct:OMX_CONFIG_MBERRORREPORTINGTYPE +OMX_CONFIG_MBERRORREPORTINGTYPE::bEnabled omx/openmax/OMX_Video.h /^ OMX_BOOL bEnabled;$/;" m struct:OMX_CONFIG_MBERRORREPORTINGTYPE access:public +OMX_CONFIG_MBERRORREPORTINGTYPE::nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_MBERRORREPORTINGTYPE access:public +OMX_CONFIG_MBERRORREPORTINGTYPE::nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_MBERRORREPORTINGTYPE access:public +OMX_CONFIG_MBERRORREPORTINGTYPE::nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_MBERRORREPORTINGTYPE access:public +OMX_CONFIG_METADATAITEMCOUNTTYPE omx/openmax/OMX_Component.h /^typedef struct OMX_CONFIG_METADATAITEMCOUNTTYPE$/;" s +OMX_CONFIG_METADATAITEMCOUNTTYPE omx/openmax/OMX_Component.h /^} OMX_CONFIG_METADATAITEMCOUNTTYPE;$/;" t typeref:struct:OMX_CONFIG_METADATAITEMCOUNTTYPE +OMX_CONFIG_METADATAITEMCOUNTTYPE::eScopeMode omx/openmax/OMX_Component.h /^ OMX_METADATASCOPETYPE eScopeMode;$/;" m struct:OMX_CONFIG_METADATAITEMCOUNTTYPE access:public +OMX_CONFIG_METADATAITEMCOUNTTYPE::nMetadataItemCount omx/openmax/OMX_Component.h /^ OMX_U32 nMetadataItemCount;$/;" m struct:OMX_CONFIG_METADATAITEMCOUNTTYPE access:public +OMX_CONFIG_METADATAITEMCOUNTTYPE::nScopeSpecifier omx/openmax/OMX_Component.h /^ OMX_U32 nScopeSpecifier;$/;" m struct:OMX_CONFIG_METADATAITEMCOUNTTYPE access:public +OMX_CONFIG_METADATAITEMCOUNTTYPE::nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_METADATAITEMCOUNTTYPE access:public +OMX_CONFIG_METADATAITEMCOUNTTYPE::nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_METADATAITEMCOUNTTYPE access:public +OMX_CONFIG_METADATAITEMTYPE omx/openmax/OMX_Component.h /^typedef struct OMX_CONFIG_METADATAITEMTYPE$/;" s +OMX_CONFIG_METADATAITEMTYPE omx/openmax/OMX_Component.h /^} OMX_CONFIG_METADATAITEMTYPE;$/;" t typeref:struct:OMX_CONFIG_METADATAITEMTYPE +OMX_CONFIG_METADATAITEMTYPE::eKeyCharset omx/openmax/OMX_Component.h /^ OMX_METADATACHARSETTYPE eKeyCharset;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::eScopeMode omx/openmax/OMX_Component.h /^ OMX_METADATASCOPETYPE eScopeMode;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::eSearchMode omx/openmax/OMX_Component.h /^ OMX_METADATASEARCHMODETYPE eSearchMode;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::eValueCharset omx/openmax/OMX_Component.h /^ OMX_METADATACHARSETTYPE eValueCharset;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::nKey omx/openmax/OMX_Component.h /^ OMX_U8 nKey[128];$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::nKeySizeUsed omx/openmax/OMX_Component.h /^ OMX_U8 nKeySizeUsed;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::nMetadataItemIndex omx/openmax/OMX_Component.h /^ OMX_U32 nMetadataItemIndex; $/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::nScopeSpecifier omx/openmax/OMX_Component.h /^ OMX_U32 nScopeSpecifier;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::nValue omx/openmax/OMX_Component.h /^ OMX_U8 nValue[1];$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::nValueMaxSize omx/openmax/OMX_Component.h /^ OMX_U32 nValueMaxSize;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::nValueSizeUsed omx/openmax/OMX_Component.h /^ OMX_U32 nValueSizeUsed;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_METADATAITEMTYPE::sLanguageCountry omx/openmax/OMX_Component.h /^ OMX_STRING sLanguageCountry;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +OMX_CONFIG_MIRRORTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_MIRRORTYPE {$/;" s +OMX_CONFIG_MIRRORTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_MIRRORTYPE;$/;" t typeref:struct:OMX_CONFIG_MIRRORTYPE +OMX_CONFIG_MIRRORTYPE::eMirror omx/openmax/OMX_IVCommon.h /^ OMX_MIRRORTYPE eMirror;$/;" m struct:OMX_CONFIG_MIRRORTYPE access:public +OMX_CONFIG_MIRRORTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_MIRRORTYPE access:public +OMX_CONFIG_MIRRORTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_MIRRORTYPE access:public +OMX_CONFIG_MIRRORTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_CONFIG_MIRRORTYPE access:public +OMX_CONFIG_PLANEBLENDTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_PLANEBLENDTYPE {$/;" s +OMX_CONFIG_PLANEBLENDTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_PLANEBLENDTYPE;$/;" t typeref:struct:OMX_CONFIG_PLANEBLENDTYPE +OMX_CONFIG_PLANEBLENDTYPE::nAlpha omx/openmax/OMX_IVCommon.h /^ OMX_U32 nAlpha;$/;" m struct:OMX_CONFIG_PLANEBLENDTYPE access:public +OMX_CONFIG_PLANEBLENDTYPE::nDepth omx/openmax/OMX_IVCommon.h /^ OMX_U32 nDepth;$/;" m struct:OMX_CONFIG_PLANEBLENDTYPE access:public +OMX_CONFIG_PLANEBLENDTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_PLANEBLENDTYPE access:public +OMX_CONFIG_PLANEBLENDTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_PLANEBLENDTYPE access:public +OMX_CONFIG_PLANEBLENDTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_PLANEBLENDTYPE access:public +OMX_CONFIG_POINTTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_POINTTYPE {$/;" s +OMX_CONFIG_POINTTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_POINTTYPE;$/;" t typeref:struct:OMX_CONFIG_POINTTYPE +OMX_CONFIG_POINTTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +OMX_CONFIG_POINTTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +OMX_CONFIG_POINTTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +OMX_CONFIG_POINTTYPE::nX omx/openmax/OMX_IVCommon.h /^ OMX_S32 nX;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +OMX_CONFIG_POINTTYPE::nY omx/openmax/OMX_IVCommon.h /^ OMX_S32 nY;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +OMX_CONFIG_RECTTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_RECTTYPE {$/;" s +OMX_CONFIG_RECTTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_RECTTYPE;$/;" t typeref:struct:OMX_CONFIG_RECTTYPE +OMX_CONFIG_RECTTYPE::nHeight omx/openmax/OMX_IVCommon.h /^ OMX_U32 nHeight;$/;" m struct:OMX_CONFIG_RECTTYPE access:public +OMX_CONFIG_RECTTYPE::nLeft omx/openmax/OMX_IVCommon.h /^ OMX_S32 nLeft; $/;" m struct:OMX_CONFIG_RECTTYPE access:public +OMX_CONFIG_RECTTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_CONFIG_RECTTYPE access:public +OMX_CONFIG_RECTTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_RECTTYPE access:public +OMX_CONFIG_RECTTYPE::nTop omx/openmax/OMX_IVCommon.h /^ OMX_S32 nTop;$/;" m struct:OMX_CONFIG_RECTTYPE access:public +OMX_CONFIG_RECTTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_CONFIG_RECTTYPE access:public +OMX_CONFIG_RECTTYPE::nWidth omx/openmax/OMX_IVCommon.h /^ OMX_U32 nWidth;$/;" m struct:OMX_CONFIG_RECTTYPE access:public +OMX_CONFIG_ROTATIONTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_ROTATIONTYPE {$/;" s +OMX_CONFIG_ROTATIONTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_ROTATIONTYPE;$/;" t typeref:struct:OMX_CONFIG_ROTATIONTYPE +OMX_CONFIG_ROTATIONTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_ROTATIONTYPE access:public +OMX_CONFIG_ROTATIONTYPE::nRotation omx/openmax/OMX_IVCommon.h /^ OMX_S32 nRotation; $/;" m struct:OMX_CONFIG_ROTATIONTYPE access:public +OMX_CONFIG_ROTATIONTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_ROTATIONTYPE access:public +OMX_CONFIG_ROTATIONTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_ROTATIONTYPE access:public +OMX_CONFIG_SATURATIONTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_SATURATIONTYPE {$/;" s +OMX_CONFIG_SATURATIONTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_SATURATIONTYPE;$/;" t typeref:struct:OMX_CONFIG_SATURATIONTYPE +OMX_CONFIG_SATURATIONTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_SATURATIONTYPE access:public +OMX_CONFIG_SATURATIONTYPE::nSaturation omx/openmax/OMX_IVCommon.h /^ OMX_S32 nSaturation;$/;" m struct:OMX_CONFIG_SATURATIONTYPE access:public +OMX_CONFIG_SATURATIONTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_SATURATIONTYPE access:public +OMX_CONFIG_SATURATIONTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_SATURATIONTYPE access:public +OMX_CONFIG_SCALEFACTORTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_SCALEFACTORTYPE {$/;" s +OMX_CONFIG_SCALEFACTORTYPE omx/openmax/OMX_IVCommon.h /^}OMX_CONFIG_SCALEFACTORTYPE;$/;" t typeref:struct:OMX_CONFIG_SCALEFACTORTYPE +OMX_CONFIG_SCALEFACTORTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; \/**< Port that this struct applies to *\/$/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +OMX_CONFIG_SCALEFACTORTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize; \/**< Size of the structure in bytes *\/$/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +OMX_CONFIG_SCALEFACTORTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version info *\/ $/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +OMX_CONFIG_SCALEFACTORTYPE::xHeight omx/openmax/OMX_IVCommon.h /^ OMX_S32 xHeight; \/**< Fixed point value stored as Q16 *\/$/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +OMX_CONFIG_SCALEFACTORTYPE::xWidth omx/openmax/OMX_IVCommon.h /^ OMX_S32 xWidth; \/**< Fixed point value stored as Q16 *\/$/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +OMX_CONFIG_TRANSITIONEFFECTTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_TRANSITIONEFFECTTYPE {$/;" s +OMX_CONFIG_TRANSITIONEFFECTTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_TRANSITIONEFFECTTYPE;$/;" t typeref:struct:OMX_CONFIG_TRANSITIONEFFECTTYPE +OMX_CONFIG_TRANSITIONEFFECTTYPE::eEffect omx/openmax/OMX_IVCommon.h /^ OMX_TRANSITIONEFFECTTYPE eEffect;$/;" m struct:OMX_CONFIG_TRANSITIONEFFECTTYPE access:public +OMX_CONFIG_TRANSITIONEFFECTTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_TRANSITIONEFFECTTYPE access:public +OMX_CONFIG_TRANSITIONEFFECTTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_TRANSITIONEFFECTTYPE access:public +OMX_CONFIG_TRANSITIONEFFECTTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_TRANSITIONEFFECTTYPE access:public +OMX_CONFIG_WHITEBALCONTROLTYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_CONFIG_WHITEBALCONTROLTYPE {$/;" s +OMX_CONFIG_WHITEBALCONTROLTYPE omx/openmax/OMX_IVCommon.h /^} OMX_CONFIG_WHITEBALCONTROLTYPE;$/;" t typeref:struct:OMX_CONFIG_WHITEBALCONTROLTYPE +OMX_CONFIG_WHITEBALCONTROLTYPE::eWhiteBalControl omx/openmax/OMX_IVCommon.h /^ OMX_WHITEBALCONTROLTYPE eWhiteBalControl;$/;" m struct:OMX_CONFIG_WHITEBALCONTROLTYPE access:public +OMX_CONFIG_WHITEBALCONTROLTYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_WHITEBALCONTROLTYPE access:public +OMX_CONFIG_WHITEBALCONTROLTYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_WHITEBALCONTROLTYPE access:public +OMX_CONFIG_WHITEBALCONTROLTYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_WHITEBALCONTROLTYPE access:public +OMX_CONTENTPIPE_H omx/openmax/OMX_ContentPipe.h 31;" d +OMX_ColorBlendAlphaConstant omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendAlphaConstant,$/;" e enum:OMX_COLORBLENDTYPE +OMX_ColorBlendAlphaPerPixel omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendAlphaPerPixel,$/;" e enum:OMX_COLORBLENDTYPE +OMX_ColorBlendAlternate omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendAlternate,$/;" e enum:OMX_COLORBLENDTYPE +OMX_ColorBlendAnd omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendAnd,$/;" e enum:OMX_COLORBLENDTYPE +OMX_ColorBlendInvert omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendInvert,$/;" e enum:OMX_COLORBLENDTYPE +OMX_ColorBlendKhronosExtensions omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_COLORBLENDTYPE +OMX_ColorBlendMax omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendMax = 0x7FFFFFFF$/;" e enum:OMX_COLORBLENDTYPE +OMX_ColorBlendNone omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendNone,$/;" e enum:OMX_COLORBLENDTYPE +OMX_ColorBlendOr omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendOr,$/;" e enum:OMX_COLORBLENDTYPE +OMX_ColorBlendVendorStartUnused omx/openmax/OMX_IVCommon.h /^ OMX_ColorBlendVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_COLORBLENDTYPE +OMX_CommandFlush omx/openmax/OMX_Core.h /^ OMX_CommandFlush, \/**< Flush the data queue(s) of a component *\/$/;" e enum:OMX_COMMANDTYPE +OMX_CommandKhronosExtensions omx/openmax/OMX_Core.h /^ OMX_CommandKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_COMMANDTYPE +OMX_CommandMarkBuffer omx/openmax/OMX_Core.h /^ OMX_CommandMarkBuffer, \/**< Mark a component\/buffer for observation *\/$/;" e enum:OMX_COMMANDTYPE +OMX_CommandMax omx/openmax/OMX_Core.h /^ OMX_CommandMax = 0X7FFFFFFF$/;" e enum:OMX_COMMANDTYPE +OMX_CommandPortDisable omx/openmax/OMX_Core.h /^ OMX_CommandPortDisable, \/**< Disable a port on a component. *\/$/;" e enum:OMX_COMMANDTYPE +OMX_CommandPortEnable omx/openmax/OMX_Core.h /^ OMX_CommandPortEnable, \/**< Enable a port on a component. *\/$/;" e enum:OMX_COMMANDTYPE +OMX_CommandStateSet omx/openmax/OMX_Core.h /^ OMX_CommandStateSet, \/**< Change the component state *\/$/;" e enum:OMX_COMMANDTYPE +OMX_CommandVendorStartUnused omx/openmax/OMX_Core.h /^ OMX_CommandVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_COMMANDTYPE +OMX_ComponentExt_h omx/openmax/OMX_ComponentExt.h 30;" d +OMX_ComponentNameEnum omx/openmax/OMX_Core.h /^OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_ComponentNameEnum($/;" p signature:( OMX_OUT OMX_STRING cComponentName, OMX_IN OMX_U32 nNameLength, OMX_IN OMX_U32 nIndex) +OMX_Component_h omx/openmax/OMX_Component.h 31;" d +OMX_CoreExt_h omx/openmax/OMX_CoreExt.h 30;" d +OMX_Core_h omx/openmax/OMX_Core.h 30;" d +OMX_DATAUNITENCAPSULATIONTYPE omx/openmax/OMX_IVCommon.h /^typedef enum OMX_DATAUNITENCAPSULATIONTYPE {$/;" g +OMX_DATAUNITENCAPSULATIONTYPE omx/openmax/OMX_IVCommon.h /^} OMX_DATAUNITENCAPSULATIONTYPE;$/;" t typeref:enum:OMX_DATAUNITENCAPSULATIONTYPE +OMX_DATAUNITTYPE omx/openmax/OMX_IVCommon.h /^typedef enum OMX_DATAUNITTYPE {$/;" g +OMX_DATAUNITTYPE omx/openmax/OMX_IVCommon.h /^} OMX_DATAUNITTYPE;$/;" t typeref:enum:OMX_DATAUNITTYPE +OMX_DIRTYPE omx/openmax/OMX_Types.h /^typedef enum OMX_DIRTYPE$/;" g +OMX_DIRTYPE omx/openmax/OMX_Types.h /^} OMX_DIRTYPE;$/;" t typeref:enum:OMX_DIRTYPE +OMX_DITHERTYPE omx/openmax/OMX_IVCommon.h /^typedef enum OMX_DITHERTYPE {$/;" g +OMX_DITHERTYPE omx/openmax/OMX_IVCommon.h /^} OMX_DITHERTYPE;$/;" t typeref:enum:OMX_DITHERTYPE +OMX_DataEncapsulationElementaryStream omx/openmax/OMX_IVCommon.h /^ OMX_DataEncapsulationElementaryStream,$/;" e enum:OMX_DATAUNITENCAPSULATIONTYPE +OMX_DataEncapsulationGenericPayload omx/openmax/OMX_IVCommon.h /^ OMX_DataEncapsulationGenericPayload,$/;" e enum:OMX_DATAUNITENCAPSULATIONTYPE +OMX_DataEncapsulationKhronosExtensions omx/openmax/OMX_IVCommon.h /^ OMX_DataEncapsulationKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_DATAUNITENCAPSULATIONTYPE +OMX_DataEncapsulationMax omx/openmax/OMX_IVCommon.h /^ OMX_DataEncapsulationMax = 0x7FFFFFFF$/;" e enum:OMX_DATAUNITENCAPSULATIONTYPE +OMX_DataEncapsulationRtpPayload omx/openmax/OMX_IVCommon.h /^ OMX_DataEncapsulationRtpPayload,$/;" e enum:OMX_DATAUNITENCAPSULATIONTYPE +OMX_DataEncapsulationVendorStartUnused omx/openmax/OMX_IVCommon.h /^ OMX_DataEncapsulationVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_DATAUNITENCAPSULATIONTYPE +OMX_DataUnitArbitraryStreamSection omx/openmax/OMX_IVCommon.h /^ OMX_DataUnitArbitraryStreamSection,$/;" e enum:OMX_DATAUNITTYPE +OMX_DataUnitCodedPicture omx/openmax/OMX_IVCommon.h /^ OMX_DataUnitCodedPicture,$/;" e enum:OMX_DATAUNITTYPE +OMX_DataUnitKhronosExtensions omx/openmax/OMX_IVCommon.h /^ OMX_DataUnitKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_DATAUNITTYPE +OMX_DataUnitMax omx/openmax/OMX_IVCommon.h /^ OMX_DataUnitMax = 0x7FFFFFFF$/;" e enum:OMX_DATAUNITTYPE +OMX_DataUnitSeveralSegments omx/openmax/OMX_IVCommon.h /^ OMX_DataUnitSeveralSegments,$/;" e enum:OMX_DATAUNITTYPE +OMX_DataUnitVendorStartUnused omx/openmax/OMX_IVCommon.h /^ OMX_DataUnitVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_DATAUNITTYPE +OMX_DataUnitVideoSegment omx/openmax/OMX_IVCommon.h /^ OMX_DataUnitVideoSegment,$/;" e enum:OMX_DATAUNITTYPE +OMX_Deinit omx/openmax/OMX_Core.h /^OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_Deinit(void);$/;" p signature:(void) +OMX_DirInput omx/openmax/OMX_Types.h /^ OMX_DirInput, \/**< Port is an input port *\/$/;" e enum:OMX_DIRTYPE +OMX_DirMax omx/openmax/OMX_Types.h /^ OMX_DirMax = 0x7FFFFFFF$/;" e enum:OMX_DIRTYPE +OMX_DirOutput omx/openmax/OMX_Types.h /^ OMX_DirOutput, \/**< Port is an output port *\/$/;" e enum:OMX_DIRTYPE +OMX_DitherErrorDiffusion omx/openmax/OMX_IVCommon.h /^ OMX_DitherErrorDiffusion,$/;" e enum:OMX_DITHERTYPE +OMX_DitherKhronosExtensions omx/openmax/OMX_IVCommon.h /^ OMX_DitherKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_DITHERTYPE +OMX_DitherMax omx/openmax/OMX_IVCommon.h /^ OMX_DitherMax = 0x7FFFFFFF$/;" e enum:OMX_DITHERTYPE +OMX_DitherNone omx/openmax/OMX_IVCommon.h /^ OMX_DitherNone,$/;" e enum:OMX_DITHERTYPE +OMX_DitherOrdered omx/openmax/OMX_IVCommon.h /^ OMX_DitherOrdered,$/;" e enum:OMX_DITHERTYPE +OMX_DitherOther omx/openmax/OMX_IVCommon.h /^ OMX_DitherOther,$/;" e enum:OMX_DITHERTYPE +OMX_DitherVendorStartUnused omx/openmax/OMX_IVCommon.h /^ OMX_DitherVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_DITHERTYPE +OMX_ENDIANTYPE omx/openmax/OMX_Types.h /^typedef enum OMX_ENDIANTYPE$/;" g +OMX_ENDIANTYPE omx/openmax/OMX_Types.h /^} OMX_ENDIANTYPE;$/;" t typeref:enum:OMX_ENDIANTYPE +OMX_ERROREXTTYPE omx/openmax/OMX_CoreExt.h /^typedef enum OMX_ERROREXTTYPE $/;" g +OMX_ERROREXTTYPE omx/openmax/OMX_CoreExt.h /^} OMX_ERROREXTTYPE;$/;" t typeref:enum:OMX_ERROREXTTYPE +OMX_ERRORTYPE omx/openmax/OMX_Core.h /^typedef enum OMX_ERRORTYPE$/;" g +OMX_ERRORTYPE omx/openmax/OMX_Core.h /^} OMX_ERRORTYPE;$/;" t typeref:enum:OMX_ERRORTYPE +OMX_EVENTEXTTYPE omx/openmax/OMX_CoreExt.h /^typedef enum OMX_EVENTEXTTYPE$/;" g +OMX_EVENTEXTTYPE omx/openmax/OMX_CoreExt.h /^} OMX_EVENTEXTTYPE;$/;" t typeref:enum:OMX_EVENTEXTTYPE +OMX_EVENTTYPE omx/openmax/OMX_Core.h /^typedef enum OMX_EVENTTYPE$/;" g +OMX_EVENTTYPE omx/openmax/OMX_Core.h /^} OMX_EVENTTYPE;$/;" t typeref:enum:OMX_EVENTTYPE +OMX_EVModeMax omx/openmax/OMX_IVCommon.h /^ OMX_EVModeMax = 0x7fffffff$/;" e enum:OMX_METERINGTYPE +OMX_EXPOSURECONTROLTYPE omx/openmax/OMX_IVCommon.h /^typedef enum OMX_EXPOSURECONTROLTYPE {$/;" g +OMX_EXPOSURECONTROLTYPE omx/openmax/OMX_IVCommon.h /^} OMX_EXPOSURECONTROLTYPE;$/;" t typeref:enum:OMX_EXPOSURECONTROLTYPE +OMX_EXTRADATATYPE omx/openmax/OMX_Core.h /^typedef enum OMX_EXTRADATATYPE$/;" g +OMX_EXTRADATATYPE omx/openmax/OMX_Core.h /^} OMX_EXTRADATATYPE;$/;" t typeref:enum:OMX_EXTRADATATYPE +OMX_EXT_COLOR_FormatNV12LFdValue omx/gstomx.h /^ OMX_EXT_COLOR_FormatNV12LFdValue = 0x7F000013$/;" e enum:__anon4 +OMX_EXT_COLOR_FormatNV12LPhysicalAddress omx/gstomx.h /^ OMX_EXT_COLOR_FormatNV12LPhysicalAddress = 0x7F000002,$/;" e enum:__anon4 +OMX_EXT_COLOR_FormatNV12TFdValue omx/gstomx.h /^ OMX_EXT_COLOR_FormatNV12TFdValue = 0x7F000012,$/;" e enum:__anon4 +OMX_EXT_COLOR_FormatNV12TPhysicalAddress omx/gstomx.h /^ OMX_EXT_COLOR_FormatNV12TPhysicalAddress = 0x7F000001, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:__anon4 +OMX_EXT_COLOR_FormatNV12Tiled omx/gstomx.h /^ OMX_EXT_COLOR_FormatNV12Tiled = 0x7FC00002,$/;" e enum:__anon4 +OMX_EffectDissolve omx/openmax/OMX_IVCommon.h /^ OMX_EffectDissolve,$/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EffectFadeFromBlack omx/openmax/OMX_IVCommon.h /^ OMX_EffectFadeFromBlack,$/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EffectFadeToBlack omx/openmax/OMX_IVCommon.h /^ OMX_EffectFadeToBlack,$/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EffectKhronosExtensions omx/openmax/OMX_IVCommon.h /^ OMX_EffectKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EffectMax omx/openmax/OMX_IVCommon.h /^ OMX_EffectMax = 0x7FFFFFFF$/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EffectNone omx/openmax/OMX_IVCommon.h /^ OMX_EffectNone,$/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EffectUnspecifiedMixOfTwoScenes omx/openmax/OMX_IVCommon.h /^ OMX_EffectUnspecifiedMixOfTwoScenes,$/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EffectUnspecifiedThroughConstantColor omx/openmax/OMX_IVCommon.h /^ OMX_EffectUnspecifiedThroughConstantColor,$/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EffectVendorStartUnused omx/openmax/OMX_IVCommon.h /^ OMX_EffectVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EffectWipe omx/openmax/OMX_IVCommon.h /^ OMX_EffectWipe,$/;" e enum:OMX_TRANSITIONEFFECTTYPE +OMX_EmptyThisBuffer omx/openmax/OMX_Core.h 1096;" d +OMX_EndianBig omx/openmax/OMX_Types.h /^ OMX_EndianBig, \/**< big endian *\/$/;" e enum:OMX_ENDIANTYPE +OMX_EndianLittle omx/openmax/OMX_Types.h /^ OMX_EndianLittle, \/**< little endian *\/$/;" e enum:OMX_ENDIANTYPE +OMX_EndianMax omx/openmax/OMX_Types.h /^ OMX_EndianMax = 0x7FFFFFFF$/;" e enum:OMX_ENDIANTYPE +OMX_ErrorBadParameter omx/openmax/OMX_Core.h /^ OMX_ErrorBadParameter = (OMX_S32) 0x80001005,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorBadPortIndex omx/openmax/OMX_Core.h /^ OMX_ErrorBadPortIndex = (OMX_S32) 0x8000101B,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorComponentNotFound omx/openmax/OMX_Core.h /^ OMX_ErrorComponentNotFound = (OMX_S32) 0x80001003,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorComponentSuspended omx/openmax/OMX_Core.h /^ OMX_ErrorComponentSuspended = (OMX_S32) 0x8000101D,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorContentPipeCreationFailed omx/openmax/OMX_Core.h /^ OMX_ErrorContentPipeCreationFailed = (OMX_S32) 0x80001022,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorContentPipeOpenFailed omx/openmax/OMX_Core.h /^ OMX_ErrorContentPipeOpenFailed = (OMX_S32) 0x80001021,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorDynamicResourcesUnavailable omx/openmax/OMX_Core.h /^ OMX_ErrorDynamicResourcesUnavailable = (OMX_S32) 0x8000101E,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorExtMax omx/openmax/OMX_CoreExt.h /^ OMX_ErrorExtMax = 0x7FFFFFFF$/;" e enum:OMX_ERROREXTTYPE +OMX_ErrorFormatNotDetected omx/openmax/OMX_Core.h /^ OMX_ErrorFormatNotDetected = (OMX_S32) 0x80001020, $/;" e enum:OMX_ERRORTYPE +OMX_ErrorHardware omx/openmax/OMX_Core.h /^ OMX_ErrorHardware = (OMX_S32) 0x80001009,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorIncorrectStateOperation omx/openmax/OMX_Core.h /^ OMX_ErrorIncorrectStateOperation = (OMX_S32) 0x80001018, $/;" e enum:OMX_ERRORTYPE +OMX_ErrorIncorrectStateTransition omx/openmax/OMX_Core.h /^ OMX_ErrorIncorrectStateTransition = (OMX_S32) 0x80001017,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorInsufficientResources omx/openmax/OMX_Core.h /^ OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorInvalidComponent omx/openmax/OMX_Core.h /^ OMX_ErrorInvalidComponent = (OMX_S32) 0x80001004,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorInvalidComponentName omx/openmax/OMX_Core.h /^ OMX_ErrorInvalidComponentName = (OMX_S32) 0x80001002,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorInvalidMode omx/openmax/OMX_CoreExt.h /^ OMX_ErrorInvalidMode = (OMX_S32) (OMX_ErrorKhronosExtensions + 0x00000001),$/;" e enum:OMX_ERROREXTTYPE +OMX_ErrorInvalidState omx/openmax/OMX_Core.h /^ OMX_ErrorInvalidState = (OMX_S32) 0x8000100A,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorKhronosExtensions omx/openmax/OMX_Core.h /^ OMX_ErrorKhronosExtensions = (OMX_S32)0x8F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_ERRORTYPE +OMX_ErrorMax omx/openmax/OMX_Core.h /^ OMX_ErrorMax = 0x7FFFFFFF$/;" e enum:OMX_ERRORTYPE +OMX_ErrorMbErrorsInFrame omx/openmax/OMX_Core.h /^ OMX_ErrorMbErrorsInFrame = (OMX_S32) 0x8000101F,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorNoMore omx/openmax/OMX_Core.h /^ OMX_ErrorNoMore = (OMX_S32) 0x8000100E,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorNone omx/openmax/OMX_Core.h /^ OMX_ErrorNone = 0,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorNotImplemented omx/openmax/OMX_Core.h /^ OMX_ErrorNotImplemented = (OMX_S32) 0x80001006,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorNotReady omx/openmax/OMX_Core.h /^ OMX_ErrorNotReady = (OMX_S32) 0x80001010,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorOverflow omx/openmax/OMX_Core.h /^ OMX_ErrorOverflow = (OMX_S32) 0x80001008,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorPortUnpopulated omx/openmax/OMX_Core.h /^ OMX_ErrorPortUnpopulated = (OMX_S32) 0x8000101C,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorPortUnresponsiveDuringAllocation omx/openmax/OMX_Core.h /^ OMX_ErrorPortUnresponsiveDuringAllocation = (OMX_S32) 0x80001014,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorPortUnresponsiveDuringDeallocation omx/openmax/OMX_Core.h /^ OMX_ErrorPortUnresponsiveDuringDeallocation = (OMX_S32) 0x80001015,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorPortUnresponsiveDuringStop omx/openmax/OMX_Core.h /^ OMX_ErrorPortUnresponsiveDuringStop = (OMX_S32) 0x80001016,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorPortsNotCompatible omx/openmax/OMX_Core.h /^ OMX_ErrorPortsNotCompatible = (OMX_S32) 0x8000100C,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorResourcesLost omx/openmax/OMX_Core.h /^ OMX_ErrorResourcesLost = (OMX_S32) 0x8000100D,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorResourcesPreempted omx/openmax/OMX_Core.h /^ OMX_ErrorResourcesPreempted = (OMX_S32) 0x80001013, $/;" e enum:OMX_ERRORTYPE +OMX_ErrorSameState omx/openmax/OMX_Core.h /^ OMX_ErrorSameState = (OMX_S32) 0x80001012,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorSeperateTablesUsed omx/openmax/OMX_Core.h /^ OMX_ErrorSeperateTablesUsed = (OMX_S32) 0x80001023,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorStreamCorrupt omx/openmax/OMX_Core.h /^ OMX_ErrorStreamCorrupt = (OMX_S32) 0x8000100B,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorTimeout omx/openmax/OMX_Core.h /^ OMX_ErrorTimeout = (OMX_S32) 0x80001011,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorTunnelingUnsupported omx/openmax/OMX_Core.h /^ OMX_ErrorTunnelingUnsupported = (OMX_S32) 0x80001024,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorUndefined omx/openmax/OMX_Core.h /^ OMX_ErrorUndefined = (OMX_S32) 0x80001001,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorUnderflow omx/openmax/OMX_Core.h /^ OMX_ErrorUnderflow = (OMX_S32) 0x80001007,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorUnsupportedIndex omx/openmax/OMX_Core.h /^ OMX_ErrorUnsupportedIndex = (OMX_S32) 0x8000101A,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorUnsupportedSetting omx/openmax/OMX_Core.h /^ OMX_ErrorUnsupportedSetting = (OMX_S32) 0x80001019,$/;" e enum:OMX_ERRORTYPE +OMX_ErrorVendorStartUnused omx/openmax/OMX_Core.h /^ OMX_ErrorVendorStartUnused = (OMX_S32)0x90000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_ERRORTYPE +OMX_ErrorVersionMismatch omx/openmax/OMX_Core.h /^ OMX_ErrorVersionMismatch = (OMX_S32) 0x8000100F,$/;" e enum:OMX_ERRORTYPE +OMX_EventBufferFlag omx/openmax/OMX_Core.h /^ OMX_EventBufferFlag, \/**< component has detected an EOS *\/ $/;" e enum:OMX_EVENTTYPE +OMX_EventCmdComplete omx/openmax/OMX_Core.h /^ OMX_EventCmdComplete, \/**< component has sucessfully completed a command *\/$/;" e enum:OMX_EVENTTYPE +OMX_EventComponentResumed omx/openmax/OMX_Core.h /^ OMX_EventComponentResumed, \/**< Component resumed due to reacquisition of resources *\/$/;" e enum:OMX_EVENTTYPE +OMX_EventDynamicResourcesAvailable omx/openmax/OMX_Core.h /^ OMX_EventDynamicResourcesAvailable, \/**< Component has acquired previously unavailable dynamic resources *\/$/;" e enum:OMX_EVENTTYPE +OMX_EventError omx/openmax/OMX_Core.h /^ OMX_EventError, \/**< component has detected an error condition *\/$/;" e enum:OMX_EVENTTYPE +OMX_EventExtMax omx/openmax/OMX_CoreExt.h /^ OMX_EventExtMax = 0x7FFFFFFF$/;" e enum:OMX_EVENTEXTTYPE +OMX_EventIndexSettingChanged omx/openmax/OMX_CoreExt.h /^ OMX_EventIndexSettingChanged = OMX_EventKhronosExtensions, \/**< component signals the IL client of a change$/;" e enum:OMX_EVENTEXTTYPE +OMX_EventKhronosExtensions omx/openmax/OMX_Core.h /^ OMX_EventKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_EVENTTYPE +OMX_EventMark omx/openmax/OMX_Core.h /^ OMX_EventMark, \/**< component has detected a buffer mark *\/$/;" e enum:OMX_EVENTTYPE +OMX_EventMax omx/openmax/OMX_Core.h /^ OMX_EventMax = 0x7FFFFFFF$/;" e enum:OMX_EVENTTYPE +OMX_EventPortFormatDetected omx/openmax/OMX_Core.h /^ OMX_EventPortFormatDetected, \/**< Component has detected a supported format. *\/$/;" e enum:OMX_EVENTTYPE +OMX_EventPortSettingsChanged omx/openmax/OMX_Core.h /^ OMX_EventPortSettingsChanged, \/**< component is reported a port settings change *\/$/;" e enum:OMX_EVENTTYPE +OMX_EventResourcesAcquired omx/openmax/OMX_Core.h /^ OMX_EventResourcesAcquired, \/**< component has been granted resources and is$/;" e enum:OMX_EVENTTYPE +OMX_EventVendorStartUnused omx/openmax/OMX_Core.h /^ OMX_EventVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_EVENTTYPE +OMX_ExposureControlAuto omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlAuto,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlBackLight omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlBackLight,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlBeach omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlBeach,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlKhronosExtensions omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlLargeAperture omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlLargeAperture,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlMax omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlMax = 0x7FFFFFFF$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlNight omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlNight,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlOff omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlOff = 0,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlSmallApperture omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlSmallApperture,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlSnow omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlSnow,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlSports omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlSports,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlSpotLight omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlSpotLight,$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExposureControlVendorStartUnused omx/openmax/OMX_IVCommon.h /^ OMX_ExposureControlVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_EXPOSURECONTROLTYPE +OMX_ExtraDataKhronosExtensions omx/openmax/OMX_Core.h /^ OMX_ExtraDataKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_EXTRADATATYPE +OMX_ExtraDataMax omx/openmax/OMX_Core.h /^ OMX_ExtraDataMax = 0x7FFFFFFF$/;" e enum:OMX_EXTRADATATYPE +OMX_ExtraDataNone omx/openmax/OMX_Core.h /^ OMX_ExtraDataNone = 0, \/**< Indicates that no more extra data sections follow *\/ $/;" e enum:OMX_EXTRADATATYPE +OMX_ExtraDataQuantization omx/openmax/OMX_Core.h /^ OMX_ExtraDataQuantization, \/**< The data payload contains quantization data *\/$/;" e enum:OMX_EXTRADATATYPE +OMX_ExtraDataVendorStartUnused omx/openmax/OMX_Core.h /^ OMX_ExtraDataVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_EXTRADATATYPE +OMX_FALSE omx/openmax/OMX_Types.h /^ OMX_FALSE = 0,$/;" e enum:OMX_BOOL +OMX_FOCUSSTATUSTYPE omx/openmax/OMX_IVCommon.h /^typedef enum OMX_FOCUSSTATUSTYPE {$/;" g +OMX_FOCUSSTATUSTYPE omx/openmax/OMX_IVCommon.h /^} OMX_FOCUSSTATUSTYPE;$/;" t typeref:enum:OMX_FOCUSSTATUSTYPE +OMX_FRAMESIZETYPE omx/openmax/OMX_IVCommon.h /^typedef struct OMX_FRAMESIZETYPE {$/;" s +OMX_FRAMESIZETYPE omx/openmax/OMX_IVCommon.h /^} OMX_FRAMESIZETYPE;$/;" t typeref:struct:OMX_FRAMESIZETYPE +OMX_FRAMESIZETYPE::nHeight omx/openmax/OMX_IVCommon.h /^ OMX_U32 nHeight;$/;" m struct:OMX_FRAMESIZETYPE access:public +OMX_FRAMESIZETYPE::nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_FRAMESIZETYPE access:public +OMX_FRAMESIZETYPE::nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_FRAMESIZETYPE access:public +OMX_FRAMESIZETYPE::nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_FRAMESIZETYPE access:public +OMX_FRAMESIZETYPE::nWidth omx/openmax/OMX_IVCommon.h /^ OMX_U32 nWidth;$/;" m struct:OMX_FRAMESIZETYPE access:public +OMX_FillThisBuffer omx/openmax/OMX_Core.h 1126;" d +OMX_FocusStatusKhronosExtensions omx/openmax/OMX_IVCommon.h /^ OMX_FocusStatusKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_FOCUSSTATUSTYPE +OMX_FocusStatusLost omx/openmax/OMX_IVCommon.h /^ OMX_FocusStatusLost,$/;" e enum:OMX_FOCUSSTATUSTYPE +OMX_FocusStatusMax omx/openmax/OMX_IVCommon.h /^ OMX_FocusStatusMax = 0x7FFFFFFF$/;" e enum:OMX_FOCUSSTATUSTYPE +OMX_FocusStatusOff omx/openmax/OMX_IVCommon.h /^ OMX_FocusStatusOff = 0,$/;" e enum:OMX_FOCUSSTATUSTYPE +OMX_FocusStatusReached omx/openmax/OMX_IVCommon.h /^ OMX_FocusStatusReached,$/;" e enum:OMX_FOCUSSTATUSTYPE +OMX_FocusStatusRequest omx/openmax/OMX_IVCommon.h /^ OMX_FocusStatusRequest,$/;" e enum:OMX_FOCUSSTATUSTYPE +OMX_FocusStatusUnableToReach omx/openmax/OMX_IVCommon.h /^ OMX_FocusStatusUnableToReach,$/;" e enum:OMX_FOCUSSTATUSTYPE +OMX_FocusStatusVendorStartUnused omx/openmax/OMX_IVCommon.h /^ OMX_FocusStatusVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_FOCUSSTATUSTYPE +OMX_FreeBuffer omx/openmax/OMX_Core.h 1064;" d +OMX_FreeHandle omx/openmax/OMX_Core.h /^OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_FreeHandle($/;" p signature:( OMX_IN OMX_HANDLETYPE hComponent) +OMX_GetComponentVersion omx/openmax/OMX_Core.h 684;" d +OMX_GetComponentsOfRole omx/openmax/OMX_Core.h /^OMX_API OMX_ERRORTYPE OMX_GetComponentsOfRole ( $/;" p signature:( OMX_IN OMX_STRING role, OMX_INOUT OMX_U32 *pNumComps, OMX_INOUT OMX_U8 **compNames) +OMX_GetConfig omx/openmax/OMX_Core.h 861;" d +OMX_GetContentPipe omx/openmax/OMX_Core.h /^OMX_API OMX_ERRORTYPE OMX_GetContentPipe($/;" p signature:( OMX_OUT OMX_HANDLETYPE *hPipe, OMX_IN OMX_STRING szURI) +OMX_GetExtensionIndex omx/openmax/OMX_Core.h 931;" d +OMX_GetHandle omx/openmax/OMX_Core.h /^OMX_API OMX_ERRORTYPE OMX_APIENTRY OMX_GetHandle($/;" p signature:( OMX_OUT OMX_HANDLETYPE* pHandle, OMX_IN OMX_STRING cComponentName, OMX_IN OMX_PTR pAppData, OMX_IN OMX_CALLBACKTYPE* pCallBacks) +OMX_GetParameter omx/openmax/OMX_Core.h 786;" d +OMX_GetRolesOfComponent omx/openmax/OMX_Core.h /^OMX_API OMX_ERRORTYPE OMX_GetRolesOfComponent ( $/;" p signature:( OMX_IN OMX_STRING compName, OMX_INOUT OMX_U32 *pNumRoles, OMX_OUT OMX_U8 **roles) +OMX_GetState omx/openmax/OMX_Core.h 958;" d +OMX_HANDLETYPE omx/openmax/OMX_Types.h /^typedef void* OMX_HANDLETYPE;$/;" t +OMX_IMAGEFILTERTYPE omx/openmax/OMX_IVCommon.h /^typedef enum OMX_IMAGEFILTERTYPE {$/;" g +OMX_IMAGEFILTERTYPE omx/openmax/OMX_IVCommon.h /^} OMX_IMAGEFILTERTYPE;$/;" t typeref:enum:OMX_IMAGEFILTERTYPE +OMX_IMAGE_CODINGTYPE omx/openmax/OMX_Image.h /^typedef enum OMX_IMAGE_CODINGTYPE {$/;" g +OMX_IMAGE_CODINGTYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_CODINGTYPE;$/;" t typeref:enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE omx/openmax/OMX_Image.h /^typedef struct OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE {$/;" s +OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE;$/;" t typeref:struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE +OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE::eFocusControl omx/openmax/OMX_Image.h /^ OMX_IMAGE_FOCUSCONTROLTYPE eFocusControl;$/;" m struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE access:public +OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE::nFocusStepIndex omx/openmax/OMX_Image.h /^ OMX_U32 nFocusStepIndex;$/;" m struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE access:public +OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE::nFocusSteps omx/openmax/OMX_Image.h /^ OMX_U32 nFocusSteps;$/;" m struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE access:public +OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE::nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE access:public +OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE::nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE access:public +OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE::nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE access:public +OMX_IMAGE_CodingAutoDetect omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingAutoDetect, \/**< Auto detection of image format *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingBMP omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingBMP, \/**< Windows Bitmap format *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingEXIF omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingEXIF, \/**< EXIF image format *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingGIF omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingGIF, \/**< Graphics image format *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingJPEG omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingJPEG, \/**< JPEG\/JFIF image format *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingJPEG2K omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingJPEG2K, \/**< JPEG 2000 image format *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingKhronosExtensions omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingLZW omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingLZW, \/**< LZW image format *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingMax omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingMax = 0x7FFFFFFF$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingPNG omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingPNG, \/**< PNG image format *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingTIFF omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingTIFF, \/**< TIFF image format *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingUnused omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingUnused, \/**< Value when format is N\/A *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_CodingVendorStartUnused omx/openmax/OMX_Image.h /^ OMX_IMAGE_CodingVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_IMAGE_CODINGTYPE +OMX_IMAGE_FLASHCONTROLTYPE omx/openmax/OMX_Image.h /^typedef enum OMX_IMAGE_FLASHCONTROLTYPE {$/;" g +OMX_IMAGE_FLASHCONTROLTYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_FLASHCONTROLTYPE;$/;" t typeref:enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FOCUSCONTROLTYPE omx/openmax/OMX_Image.h /^typedef enum OMX_IMAGE_FOCUSCONTROLTYPE {$/;" g +OMX_IMAGE_FOCUSCONTROLTYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_FOCUSCONTROLTYPE;$/;" t typeref:enum:OMX_IMAGE_FOCUSCONTROLTYPE +OMX_IMAGE_FlashControlAuto omx/openmax/OMX_Image.h /^ OMX_IMAGE_FlashControlAuto,$/;" e enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FlashControlFillin omx/openmax/OMX_Image.h /^ OMX_IMAGE_FlashControlFillin,$/;" e enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FlashControlKhronosExtensions omx/openmax/OMX_Image.h /^ OMX_IMAGE_FlashControlKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FlashControlMax omx/openmax/OMX_Image.h /^ OMX_IMAGE_FlashControlMax = 0x7FFFFFFF$/;" e enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FlashControlOff omx/openmax/OMX_Image.h /^ OMX_IMAGE_FlashControlOff,$/;" e enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FlashControlOn omx/openmax/OMX_Image.h /^ OMX_IMAGE_FlashControlOn = 0,$/;" e enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FlashControlRedEyeReduction omx/openmax/OMX_Image.h /^ OMX_IMAGE_FlashControlRedEyeReduction,$/;" e enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FlashControlTorch omx/openmax/OMX_Image.h /^ OMX_IMAGE_FlashControlTorch,$/;" e enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FlashControlVendorStartUnused omx/openmax/OMX_Image.h /^ OMX_IMAGE_FlashControlVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_IMAGE_FLASHCONTROLTYPE +OMX_IMAGE_FocusControlAuto omx/openmax/OMX_Image.h /^ OMX_IMAGE_FocusControlAuto,$/;" e enum:OMX_IMAGE_FOCUSCONTROLTYPE +OMX_IMAGE_FocusControlAutoLock omx/openmax/OMX_Image.h /^ OMX_IMAGE_FocusControlAutoLock,$/;" e enum:OMX_IMAGE_FOCUSCONTROLTYPE +OMX_IMAGE_FocusControlKhronosExtensions omx/openmax/OMX_Image.h /^ OMX_IMAGE_FocusControlKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_IMAGE_FOCUSCONTROLTYPE +OMX_IMAGE_FocusControlMax omx/openmax/OMX_Image.h /^ OMX_IMAGE_FocusControlMax = 0x7FFFFFFF$/;" e enum:OMX_IMAGE_FOCUSCONTROLTYPE +OMX_IMAGE_FocusControlOff omx/openmax/OMX_Image.h /^ OMX_IMAGE_FocusControlOff,$/;" e enum:OMX_IMAGE_FOCUSCONTROLTYPE +OMX_IMAGE_FocusControlOn omx/openmax/OMX_Image.h /^ OMX_IMAGE_FocusControlOn = 0,$/;" e enum:OMX_IMAGE_FOCUSCONTROLTYPE +OMX_IMAGE_FocusControlVendorStartUnused omx/openmax/OMX_Image.h /^ OMX_IMAGE_FocusControlVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_IMAGE_FOCUSCONTROLTYPE +OMX_IMAGE_HUFFMANTABLETYPE omx/openmax/OMX_Image.h /^typedef enum OMX_IMAGE_HUFFMANTABLETYPE {$/;" g +OMX_IMAGE_HUFFMANTABLETYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_HUFFMANTABLETYPE;$/;" t typeref:enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_HuffmanTableAC omx/openmax/OMX_Image.h /^ OMX_IMAGE_HuffmanTableAC = 0,$/;" e enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_HuffmanTableACChroma omx/openmax/OMX_Image.h /^ OMX_IMAGE_HuffmanTableACChroma,$/;" e enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_HuffmanTableACLuma omx/openmax/OMX_Image.h /^ OMX_IMAGE_HuffmanTableACLuma,$/;" e enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_HuffmanTableDC omx/openmax/OMX_Image.h /^ OMX_IMAGE_HuffmanTableDC,$/;" e enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_HuffmanTableDCChroma omx/openmax/OMX_Image.h /^ OMX_IMAGE_HuffmanTableDCChroma,$/;" e enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_HuffmanTableDCLuma omx/openmax/OMX_Image.h /^ OMX_IMAGE_HuffmanTableDCLuma,$/;" e enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_HuffmanTableKhronosExtensions omx/openmax/OMX_Image.h /^ OMX_IMAGE_HuffmanTableKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_HuffmanTableMax omx/openmax/OMX_Image.h /^ OMX_IMAGE_HuffmanTableMax = 0x7FFFFFFF$/;" e enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_HuffmanTableVendorStartUnused omx/openmax/OMX_Image.h /^ OMX_IMAGE_HuffmanTableVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_IMAGE_HUFFMANTABLETYPE +OMX_IMAGE_PARAM_FLASHCONTROLTYPE omx/openmax/OMX_Image.h /^typedef struct OMX_IMAGE_PARAM_FLASHCONTROLTYPE {$/;" s +OMX_IMAGE_PARAM_FLASHCONTROLTYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_PARAM_FLASHCONTROLTYPE;$/;" t typeref:struct:OMX_IMAGE_PARAM_FLASHCONTROLTYPE +OMX_IMAGE_PARAM_FLASHCONTROLTYPE::eFlashControl omx/openmax/OMX_Image.h /^ OMX_IMAGE_FLASHCONTROLTYPE eFlashControl;$/;" m struct:OMX_IMAGE_PARAM_FLASHCONTROLTYPE access:public +OMX_IMAGE_PARAM_FLASHCONTROLTYPE::nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_PARAM_FLASHCONTROLTYPE access:public +OMX_IMAGE_PARAM_FLASHCONTROLTYPE::nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_PARAM_FLASHCONTROLTYPE access:public +OMX_IMAGE_PARAM_FLASHCONTROLTYPE::nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_PARAM_FLASHCONTROLTYPE access:public +OMX_IMAGE_PARAM_HUFFMANTTABLETYPE omx/openmax/OMX_Image.h /^typedef struct OMX_IMAGE_PARAM_HUFFMANTTABLETYPE {$/;" s +OMX_IMAGE_PARAM_HUFFMANTTABLETYPE omx/openmax/OMX_Image.h /^}OMX_IMAGE_PARAM_HUFFMANTTABLETYPE;$/;" t typeref:struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE +OMX_IMAGE_PARAM_HUFFMANTTABLETYPE::eHuffmanTable omx/openmax/OMX_Image.h /^ OMX_IMAGE_HUFFMANTABLETYPE eHuffmanTable;$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +OMX_IMAGE_PARAM_HUFFMANTTABLETYPE::nHuffmanTable omx/openmax/OMX_Image.h /^ OMX_U8 nHuffmanTable[256];$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +OMX_IMAGE_PARAM_HUFFMANTTABLETYPE::nNumberOfHuffmanCodeOfLength omx/openmax/OMX_Image.h /^ OMX_U8 nNumberOfHuffmanCodeOfLength[16];$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +OMX_IMAGE_PARAM_HUFFMANTTABLETYPE::nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +OMX_IMAGE_PARAM_HUFFMANTTABLETYPE::nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +OMX_IMAGE_PARAM_HUFFMANTTABLETYPE::nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +OMX_IMAGE_PARAM_PORTFORMATTYPE omx/openmax/OMX_Image.h /^typedef struct OMX_IMAGE_PARAM_PORTFORMATTYPE {$/;" s +OMX_IMAGE_PARAM_PORTFORMATTYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_PARAM_PORTFORMATTYPE;$/;" t typeref:struct:OMX_IMAGE_PARAM_PORTFORMATTYPE +OMX_IMAGE_PARAM_PORTFORMATTYPE::eColorFormat omx/openmax/OMX_Image.h /^ OMX_COLOR_FORMATTYPE eColorFormat;$/;" m struct:OMX_IMAGE_PARAM_PORTFORMATTYPE access:public +OMX_IMAGE_PARAM_PORTFORMATTYPE::eCompressionFormat omx/openmax/OMX_Image.h /^ OMX_IMAGE_CODINGTYPE eCompressionFormat;$/;" m struct:OMX_IMAGE_PARAM_PORTFORMATTYPE access:public +OMX_IMAGE_PARAM_PORTFORMATTYPE::nIndex omx/openmax/OMX_Image.h /^ OMX_U32 nIndex;$/;" m struct:OMX_IMAGE_PARAM_PORTFORMATTYPE access:public +OMX_IMAGE_PARAM_PORTFORMATTYPE::nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_PARAM_PORTFORMATTYPE access:public +OMX_IMAGE_PARAM_PORTFORMATTYPE::nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_PARAM_PORTFORMATTYPE access:public +OMX_IMAGE_PARAM_PORTFORMATTYPE::nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_PARAM_PORTFORMATTYPE access:public +OMX_IMAGE_PARAM_QFACTORTYPE omx/openmax/OMX_Image.h /^typedef struct OMX_IMAGE_PARAM_QFACTORTYPE {$/;" s +OMX_IMAGE_PARAM_QFACTORTYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_PARAM_QFACTORTYPE;$/;" t typeref:struct:OMX_IMAGE_PARAM_QFACTORTYPE +OMX_IMAGE_PARAM_QFACTORTYPE::nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_IMAGE_PARAM_QFACTORTYPE access:public +OMX_IMAGE_PARAM_QFACTORTYPE::nQFactor omx/openmax/OMX_Image.h /^ OMX_U32 nQFactor; $/;" m struct:OMX_IMAGE_PARAM_QFACTORTYPE access:public +OMX_IMAGE_PARAM_QFACTORTYPE::nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize; $/;" m struct:OMX_IMAGE_PARAM_QFACTORTYPE access:public +OMX_IMAGE_PARAM_QFACTORTYPE::nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_IMAGE_PARAM_QFACTORTYPE access:public +OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE omx/openmax/OMX_Image.h /^typedef struct OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE {$/;" s +OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE;$/;" t typeref:struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE +OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE::eQuantizationTable omx/openmax/OMX_Image.h /^ OMX_IMAGE_QUANTIZATIONTABLETYPE eQuantizationTable;$/;" m struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE access:public +OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE::nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE access:public +OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE::nQuantizationMatrix omx/openmax/OMX_Image.h /^ OMX_U8 nQuantizationMatrix[64];$/;" m struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE access:public +OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE::nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE access:public +OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE::nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE omx/openmax/OMX_Image.h /^typedef struct OMX_IMAGE_PORTDEFINITIONTYPE {$/;" s +OMX_IMAGE_PORTDEFINITIONTYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_PORTDEFINITIONTYPE;$/;" t typeref:struct:OMX_IMAGE_PORTDEFINITIONTYPE +OMX_IMAGE_PORTDEFINITIONTYPE::bFlagErrorConcealment omx/openmax/OMX_Image.h /^ OMX_BOOL bFlagErrorConcealment;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE::cMIMEType omx/openmax/OMX_Image.h /^ OMX_STRING cMIMEType;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE::eColorFormat omx/openmax/OMX_Image.h /^ OMX_COLOR_FORMATTYPE eColorFormat;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE::eCompressionFormat omx/openmax/OMX_Image.h /^ OMX_IMAGE_CODINGTYPE eCompressionFormat;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE::nFrameHeight omx/openmax/OMX_Image.h /^ OMX_U32 nFrameHeight;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE::nFrameWidth omx/openmax/OMX_Image.h /^ OMX_U32 nFrameWidth; $/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE::nSliceHeight omx/openmax/OMX_Image.h /^ OMX_U32 nSliceHeight;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE::nStride omx/openmax/OMX_Image.h /^ OMX_S32 nStride; $/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE::pNativeRender omx/openmax/OMX_Image.h /^ OMX_NATIVE_DEVICETYPE pNativeRender;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_PORTDEFINITIONTYPE::pNativeWindow omx/openmax/OMX_Image.h /^ OMX_NATIVE_WINDOWTYPE pNativeWindow;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +OMX_IMAGE_QUANTIZATIONTABLETYPE omx/openmax/OMX_Image.h /^typedef enum OMX_IMAGE_QUANTIZATIONTABLETYPE {$/;" g +OMX_IMAGE_QUANTIZATIONTABLETYPE omx/openmax/OMX_Image.h /^} OMX_IMAGE_QUANTIZATIONTABLETYPE;$/;" t typeref:enum:OMX_IMAGE_QUANTIZATIONTABLETYPE +OMX_IMAGE_QuantizationTableChroma omx/openmax/OMX_Image.h /^ OMX_IMAGE_QuantizationTableChroma,$/;" e enum:OMX_IMAGE_QUANTIZATIONTABLETYPE +OMX_IMAGE_QuantizationTableChromaCb omx/openmax/OMX_Image.h /^ OMX_IMAGE_QuantizationTableChromaCb,$/;" e enum:OMX_IMAGE_QUANTIZATIONTABLETYPE +OMX_IMAGE_QuantizationTableChromaCr omx/openmax/OMX_Image.h /^ OMX_IMAGE_QuantizationTableChromaCr,$/;" e enum:OMX_IMAGE_QUANTIZATIONTABLETYPE +OMX_IMAGE_QuantizationTableKhronosExtensions omx/openmax/OMX_Image.h /^ OMX_IMAGE_QuantizationTableKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_IMAGE_QUANTIZATIONTABLETYPE +OMX_IMAGE_QuantizationTableLuma omx/openmax/OMX_Image.h /^ OMX_IMAGE_QuantizationTableLuma = 0,$/;" e enum:OMX_IMAGE_QUANTIZATIONTABLETYPE +OMX_IMAGE_QuantizationTableMax omx/openmax/OMX_Image.h /^ OMX_IMAGE_QuantizationTableMax = 0x7FFFFFFF$/;" e enum:OMX_IMAGE_QUANTIZATIONTABLETYPE +OMX_IMAGE_QuantizationTableVendorStartUnused omx/openmax/OMX_Image.h /^ OMX_IMAGE_QuantizationTableVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_IMAGE_QUANTIZATIONTABLETYPE +OMX_IN omx/openmax/OMX_Types.h 75;" d +OMX_INDEXEXTTYPE omx/openmax/OMX_IndexExt.h /^typedef enum OMX_INDEXEXTTYPE {$/;" g +OMX_INDEXEXTTYPE omx/openmax/OMX_IndexExt.h /^} OMX_INDEXEXTTYPE;$/;" t typeref:enum:OMX_INDEXEXTTYPE +OMX_INDEXTYPE omx/openmax/OMX_Index.h /^typedef enum OMX_INDEXTYPE {$/;" g +OMX_INDEXTYPE omx/openmax/OMX_Index.h /^} OMX_INDEXTYPE;$/;" t typeref:enum:OMX_INDEXTYPE +OMX_INIT_STRUCTURE omx/gstomxvideodec.h 41;" d +OMX_INOUT omx/openmax/OMX_Types.h 91;" d +OMX_IVCommon_h omx/openmax/OMX_IVCommon.h 30;" d +OMX_ImageFilterAntialias omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterAntialias, $/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterDeRing omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterDeRing, $/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterEmboss omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterEmboss,$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterGpen omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterGpen,$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterHatch omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterHatch,$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterKhronosExtensions omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterKhronosExtensions = 0x6F000000, \/**< Reserved region for introducing Khronos Standard Extensions *\/ $/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterMax omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterMax = 0x7FFFFFFF$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterNegative omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterNegative,$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterNoise omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterNoise,$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterNone omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterNone,$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterOilPaint omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterOilPaint,$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterSketch omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterSketch,$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterSolarize omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterSolarize,$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_ImageFilterVendorStartUnused omx/openmax/OMX_IVCommon.h /^ OMX_ImageFilterVendorStartUnused = 0x7F000000, \/**< Reserved region for introducing Vendor Extensions *\/$/;" e enum:OMX_IMAGEFILTERTYPE +OMX_Image_h omx/openmax/OMX_Image.h 29;" d +OMX_IndexAudioStartUnused omx/openmax/OMX_Index.h /^ OMX_IndexAudioStartUnused = 0x04000000,$/;" e enum:OMX_INDEXTYPE +OMX_IndexAutoPauseAfterCapture omx/openmax/OMX_Index.h /^ OMX_IndexAutoPauseAfterCapture, \/**< reference: OMX_CONFIG_BOOLEANTYPE *\/ $/;" e enum:OMX_INDEXTYPE +OMX_IndexCommonStartUnused omx/openmax/OMX_Index.h /^ OMX_IndexCommonStartUnused = 0x07000000,$/;" e enum:OMX_INDEXTYPE +OMX_IndexComponentStartUnused omx/openmax/OMX_Index.h /^ OMX_IndexComponentStartUnused = 0x01000000,$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioBalance omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioBalance, \/**< reference: OMX_AUDIO_CONFIG_BALANCETYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioBass omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioBass, \/**< reference: OMX_AUDIO_CONFIG_BASSTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioChannelMute omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioChannelMute, \/**< reference: OMX_AUDIO_CONFIG_CHANNELMUTETYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioChannelVolume omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioChannelVolume, \/**< reference: OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioChorus omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioChorus, \/**< reference: OMX_AUDIO_CONFIG_CHORUSTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioEchoCancelation omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioEchoCancelation, \/**< reference: OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioEqualizer omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioEqualizer, \/**< reference: OMX_AUDIO_CONFIG_EQUALIZERTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioLoudness omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioLoudness, \/**< reference: OMX_AUDIO_CONFIG_LOUDNESSTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioMidiControl omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioMidiControl, \/**< reference: OMX_AUDIO_CONFIG_MIDICONTROLTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioMidiImmediateEvent omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioMidiImmediateEvent, \/**< reference: OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioMidiMetaEvent omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioMidiMetaEvent, \/**< reference: OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioMidiMetaEventData omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioMidiMetaEventData, \/**< reference: OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioMidiSoundBankProgram omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioMidiSoundBankProgram, \/**< reference: OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioMidiStatus omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioMidiStatus, \/**< reference: OMX_AUDIO_CONFIG_MIDISTATUSTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioMute omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioMute, \/**< reference: OMX_AUDIO_CONFIG_MUTETYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioNoiseReduction omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioNoiseReduction, \/**< reference: OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioReverberation omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioReverberation, \/**< reference: OMX_AUDIO_CONFIG_REVERBERATIONTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioStereoWidening omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioStereoWidening, \/**< reference: OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioTreble omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioTreble, \/**< reference: OMX_AUDIO_CONFIG_TREBLETYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigAudioVolume omx/openmax/OMX_Index.h /^ OMX_IndexConfigAudioVolume, \/**< reference: OMX_AUDIO_CONFIG_VOLUMETYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCallbackRequest omx/openmax/OMX_IndexExt.h /^ OMX_IndexConfigCallbackRequest, \/**< reference: OMX_CONFIG_CALLBACKREQUESTTYPE *\/$/;" e enum:OMX_INDEXEXTTYPE +OMX_IndexConfigCaptureMode omx/openmax/OMX_Index.h /^ OMX_IndexConfigCaptureMode, \/**< reference: OMX_CONFIG_CAPTUREMODETYPE *\/ $/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCapturing omx/openmax/OMX_Index.h /^ OMX_IndexConfigCapturing, \/**< reference: OMX_CONFIG_BOOLEANTYPE *\/ $/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommit omx/openmax/OMX_IndexExt.h /^ OMX_IndexConfigCommit, \/**< reference: OMX_CONFIG_COMMITTYPE *\/$/;" e enum:OMX_INDEXEXTTYPE +OMX_IndexConfigCommitMode omx/openmax/OMX_IndexExt.h /^ OMX_IndexConfigCommitMode, \/**< reference: OMX_CONFIG_COMMITMODETYPE *\/$/;" e enum:OMX_INDEXEXTTYPE +OMX_IndexConfigCommonBacklight omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonBacklight, \/**< reference: OMX_CONFIG_BACKLIGHTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonBrightness omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonBrightness, \/**< reference: OMX_CONFIG_BRIGHTNESSTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonColorBlend omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonColorBlend, \/**< reference: OMX_CONFIG_COLORBLENDTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonColorEnhancement omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonColorEnhancement, \/**< reference: OMX_CONFIG_COLORENHANCEMENTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonColorFormatConversion omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonColorFormatConversion, \/**< reference: OMX_CONFIG_COLORCONVERSIONTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonColorKey omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonColorKey, \/**< reference: OMX_CONFIG_COLORKEYTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonContrast omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonContrast, \/**< reference: OMX_CONFIG_CONTRASTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonDigitalZoom omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonDigitalZoom, \/**< reference: OMX_CONFIG_SCALEFACTORTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonDithering omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonDithering, \/**< reference: OMX_CONFIG_DITHERTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonExclusionRect omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonExclusionRect, \/**< reference: OMX_CONFIG_RECTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonExposure omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonExposure, \/**< reference: OMX_CONFIG_EXPOSURECONTROLTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonExposureValue omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonExposureValue, \/**< reference: OMX_CONFIG_EXPOSUREVALUETYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonFocusRegion omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonFocusRegion, \/**< reference: OMX_CONFIG_FOCUSREGIONTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonFocusStatus omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonFocusStatus, \/**< reference: OMX_PARAM_FOCUSSTATUSTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonFrameStabilisation omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonFrameStabilisation,\/**< reference: OMX_CONFIG_FRAMESTABTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonGamma omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonGamma, \/**< reference: OMX_CONFIG_GAMMATYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonImageFilter omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonImageFilter, \/**< reference: OMX_CONFIG_IMAGEFILTERTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonInputCrop omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonInputCrop, \/**< reference: OMX_CONFIG_RECTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonLightness omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonLightness, \/**< reference: OMX_CONFIG_LIGHTNESSTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonMirror omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonMirror, \/**< reference: OMX_CONFIG_MIRRORTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonOpticalZoom omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonOpticalZoom, \/**< reference: OMX_CONFIG_SCALEFACTORTYPE*\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonOutputCrop omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonOutputCrop, \/**< reference: OMX_CONFIG_RECTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonOutputPosition omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonOutputPosition, \/**< reference: OMX_CONFIG_POINTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonOutputSize omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonOutputSize, \/**< reference: OMX_FRAMESIZETYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonPlaneBlend omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonPlaneBlend, \/**< reference: OMX_CONFIG_PLANEBLENDTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonRotate omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonRotate, \/**< reference: OMX_CONFIG_ROTATIONTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonSaturation omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonSaturation, \/**< reference: OMX_CONFIG_SATURATIONTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonScale omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonScale, \/**< reference: OMX_CONFIG_SCALEFACTORTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonTransitionEffect omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonTransitionEffect, \/**< reference: OMX_CONFIG_TRANSITIONEFFECTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCommonWhiteBalance omx/openmax/OMX_Index.h /^ OMX_IndexConfigCommonWhiteBalance, \/**< reference: OMX_CONFIG_WHITEBALCONTROLTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigContainerNodeCount omx/openmax/OMX_Index.h /^ OMX_IndexConfigContainerNodeCount, \/**< reference: OMX_CONFIG_CONTAINERNODECOUNTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigCounterNodeID omx/openmax/OMX_Index.h /^ OMX_IndexConfigCounterNodeID, \/**< reference: OMX_CONFIG_CONTAINERNODEIDTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigFlashControl omx/openmax/OMX_Index.h /^ OMX_IndexConfigFlashControl, \/**< reference: OMX_IMAGE_PARAM_FLASHCONTROLTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigFocusControl omx/openmax/OMX_Index.h /^ OMX_IndexConfigFocusControl, \/**< reference: OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigMetadataItem omx/openmax/OMX_Index.h /^ OMX_IndexConfigMetadataItem, \/**< reference: OMX_CONFIG_METADATAITEMTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigMetadataItemCount omx/openmax/OMX_Index.h /^ OMX_IndexConfigMetadataItemCount, \/**< reference: OMX_CONFIG_METADATAITEMCOUNTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigOtherPower omx/openmax/OMX_Index.h /^ OMX_IndexConfigOtherPower, \/**< reference: OMX_OTHER_CONFIG_POWERTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigOtherStats omx/openmax/OMX_Index.h /^ OMX_IndexConfigOtherStats, \/**< reference: OMX_OTHER_CONFIG_STATSTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigPriorityMgmt omx/openmax/OMX_Index.h /^ OMX_IndexConfigPriorityMgmt, \/**< reference: OMX_PRIORITYMGMTTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigTimeActiveRefClock omx/openmax/OMX_Index.h /^ OMX_IndexConfigTimeActiveRefClock, \/**< reference: OMX_TIME_CONFIG_ACTIVEREFCLOCKTYPE *\/$/;" e enum:OMX_INDEXTYPE +OMX_IndexConfigTimeClientStartTime omx/openmax/OMX_Index.h /^ OMX_IndexConfigTimeClientStartTime, \/**= nMin) *\/$/;" m struct:OMX_BS32 access:public +nMin omx/openmax/OMX_Types.h /^ OMX_U32 nMin; \/**< minimum for value (i.e. nValue >= nMin) *\/$/;" m struct:OMX_BU32 access:public +nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< minmal rate for the encoder = 1,2,3,4, default = 1 *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< minmal rate for the encoder = 1,2,3,4, default = 1 *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< minmal rate for the encoder = 1,2,3,4, default = 1 *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< minmal rate for the encoder = 1,2,3,4, default = 1 ??*\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +nMinBitRate omx/openmax/OMX_Audio.h /^ OMX_U32 nMinBitRate; \/**< Sets minimum bitrate (in bps). *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +nModulationDepth omx/openmax/OMX_Audio.h /^ OMX_U32 nModulationDepth; \/**< depth of modulation as a percentage of $/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +nNaluBytes omx/openmax/OMX_Video.h /^ OMX_U32 nNaluBytes;$/;" m struct:OMX_VIDEO_CONFIG_NALSIZE access:public +nNodeID omx/openmax/OMX_Component.h /^ OMX_U32 nNodeID; $/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +nNodeIndex omx/openmax/OMX_Component.h /^ OMX_U32 nNodeIndex; $/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +nNumActiveVoices omx/openmax/OMX_Audio.h /^ OMX_U32 nNumActiveVoices; \/**< Number of active voices in the currently playing $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +nNumMBs omx/openmax/OMX_Video.h /^ OMX_U32 nNumMBs; $/;" m struct:OMX_VIDEO_PARAM_VIDEOFASTUPDATETYPE access:public +nNumMetaEvents omx/openmax/OMX_Audio.h /^ OMX_U32 nNumMetaEvents; \/**< Total number of MIDI Meta Events in the currently $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +nNumNodes omx/openmax/OMX_Component.h /^ OMX_U32 nNumNodes;$/;" m struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE access:public +nNumRegions omx/openmax/OMX_Audio.h /^ OMX_U32 nNumRegions; \/**< is the number of regions value *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +nNumRepeat omx/openmax/OMX_Audio.h /^ OMX_U32 nNumRepeat; \/**< Number of times to repeat playback *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +nNumSliceGroups omx/openmax/OMX_Video.h /^ OMX_U8 nNumSliceGroups;$/;" m struct:OMX_VIDEO_PARAM_AVCSLICEFMO access:public +nNumTracks omx/openmax/OMX_Audio.h /^ OMX_U16 nNumTracks; \/**< Number of MIDI tracks in the file, read only field. $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +nNumberOfHuffmanCodeOfLength omx/openmax/OMX_Image.h /^ OMX_U8 nNumberOfHuffmanCodeOfLength[16];$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +nOffset omx/openmax/OMX_Core.h /^ OMX_U32 nOffset; \/**< start offset of valid data in bytes from$/;" m struct:OMX_BUFFERHEADERTYPE access:public +nOffset omx/openmax/OMX_Other.h /^ OMX_TICKS nOffset; \/**< Amount of wall clock time by which this$/;" m struct:OMX_TIME_MEDIATIMETYPE access:public +nOffset omx/openmax/OMX_Other.h /^ OMX_TICKS nOffset; \/**< Amount of wall clock time by which this$/;" m struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE access:public +nOffset omx/openmax/OMX_Other.h /^ OMX_TICKS nOffset; \/**< Time to offset the media time by $/;" m struct:OMX_TIME_CONFIG_CLOCKSTATETYPE access:public +nOutputPortIndex omx/openmax/OMX_Core.h /^ OMX_U32 nOutputPortIndex; \/**< The index of the output port (if any) using $/;" m struct:OMX_BUFFERHEADERTYPE access:public +nPFrames omx/openmax/OMX_Video.h /^ OMX_U32 nPFrames; $/;" m struct:OMX_VIDEO_PARAM_MPEG2TYPE access:public +nPFrames omx/openmax/OMX_Video.h /^ OMX_U32 nPFrames; $/;" m struct:OMX_VIDEO_PARAM_AVCTYPE access:public +nPFrames omx/openmax/OMX_Video.h /^ OMX_U32 nPFrames;$/;" m struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD access:public +nPFrames omx/openmax/OMX_Video.h /^ OMX_U32 nPFrames;$/;" m struct:OMX_VIDEO_PARAM_H263TYPE access:public +nPFrames omx/openmax/OMX_Video.h /^ OMX_U32 nPFrames;$/;" m struct:OMX_VIDEO_PARAM_MPEG4TYPE access:public +nPaddedHeight omx/openmax/OMX_Video.h /^ OMX_U16 nPaddedHeight;$/;" m struct:OMX_VIDEO_PARAM_RVTYPE access:public +nPaddedWidth omx/openmax/OMX_Video.h /^ OMX_U16 nPaddedWidth;$/;" m struct:OMX_VIDEO_PARAM_RVTYPE access:public +nParentNodeID omx/openmax/OMX_Component.h /^ OMX_U32 nParentNodeID;$/;" m struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE access:public +nParentNodeID omx/openmax/OMX_Component.h /^ OMX_U32 nParentNodeID;$/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +nPictureHeaderRepetition omx/openmax/OMX_Video.h /^ OMX_U32 nPictureHeaderRepetition;$/;" m struct:OMX_VIDEO_PARAM_H263TYPE access:public +nPortIndex omx/gstomx.h /^ OMX_U32 nPortIndex;$/;" m struct:_EnableGemBuffersParams access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Indicates which port to set *\/$/;" m struct:OMX_AUDIO_PARAM_PORTFORMATTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_PDCEFRTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_PDCFRTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_PDCHRTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAEFRTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAFRTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port index indicating which port to $/;" m struct:OMX_AUDIO_CONFIG_BALANCETYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port index indicating which port to $/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port index indicating which port to $/;" m struct:OMX_AUDIO_CONFIG_MUTETYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port index indicating which port to $/;" m struct:OMX_AUDIO_CONFIG_VOLUMETYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_PARAM_G726TYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_BASSTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_LOUDNESSTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_TREBLETYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_G729TYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_GSMEFRTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_GSMFRTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_GSMHRTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +nPortIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +nPortIndex omx/openmax/OMX_Component.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/ $/;" m struct:OMX_PARAM_U32TYPE access:public +nPortIndex omx/openmax/OMX_Component.h /^ OMX_U32 nPortIndex; \/**< Port number the structure applies to *\/$/;" m struct:OMX_PARAM_PORTDEFINITIONTYPE access:public +nPortIndex omx/openmax/OMX_Core.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_PARAM_BUFFERSUPPLIERTYPE access:public +nPortIndex omx/openmax/OMX_Core.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_OTHER_EXTRADATATYPE access:public +nPortIndex omx/openmax/OMX_CoreExt.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_CONFIG_CALLBACKREQUESTTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; \/**< Port that this struct applies to *\/$/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; \/**< Port that this struct applies to *\/$/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_CONFIG_DITHERTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_PARAM_DATAUNITTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; \/**< Port that this structure applies to *\/$/;" m struct:OMX_CONFIG_CAPTUREMODETYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_CONFIG_RECTTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_BACKLIGHTTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_BRIGHTNESSTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_COLORBLENDTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_COLORENHANCEMENTTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_COLORKEYTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_CONTRASTTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_EXPOSURECONTROLTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_FRAMESTABTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_GAMMATYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_IMAGEFILTERTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_LIGHTNESSTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_MIRRORTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_PLANEBLENDTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_ROTATIONTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_SATURATIONTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_TRANSITIONEFFECTTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_WHITEBALCONTROLTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_FRAMESIZETYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_PARAM_DEBLOCKINGTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_PARAM_FOCUSSTATUSTYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_PARAM_INTERLEAVETYPE access:public +nPortIndex omx/openmax/OMX_IVCommon.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_PARAM_SENSORMODETYPE access:public +nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_IMAGE_PARAM_QFACTORTYPE access:public +nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE access:public +nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_PARAM_FLASHCONTROLTYPE access:public +nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_PARAM_PORTFORMATTYPE access:public +nPortIndex omx/openmax/OMX_Image.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE access:public +nPortIndex omx/openmax/OMX_Other.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE access:public +nPortIndex omx/openmax/OMX_Other.h /^ OMX_U32 nPortIndex; \/**< port that this structure applies to *\/$/;" m struct:OMX_TIME_CONFIG_TIMESTAMPTYPE access:public +nPortIndex omx/openmax/OMX_Other.h /^ OMX_U32 nPortIndex; \/**< Indicates which port to set *\/$/;" m struct:OMX_OTHER_PARAM_PORTFORMATTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_VIDEO_CONFIG_BITRATETYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_VIDEO_PARAM_BITRATETYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_VIDEO_PARAM_AVCTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_VIDEO_PARAM_VBSMCTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_VIDEO_PARAM_VIDEOFASTUPDATETYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_VIDEO_PARAM_MPEG2TYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_FRAMERATETYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_INTRAREFRESHVOPTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_CONFIG_MBERRORREPORTINGTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_PARAM_MACROBLOCKSTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_CONFIG_NALSIZE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_AVCSLICEFMO access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_H263TYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_INTRAREFRESHTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_MOTIONVECTORTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_MPEG4TYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_PORTFORMATTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_QUANTIZATIONTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_RVTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_VIDEO_PARAM_WMVTYPE access:public +nPortIndex omx/openmax/OMX_Video.h /^ OMX_U32 nPortIndex; $/;" m struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE access:public +nPortIndex omx/openmax/OMX_VideoExt.h /^ OMX_U32 nPortIndex;$/;" m struct:OMX_NALSTREAMFORMATTYPE access:public +nPorts omx/openmax/OMX_Core.h /^ OMX_U32 nPorts; \/**< The number of ports for this component *\/$/;" m struct:OMX_PORT_PARAM_TYPE access:public +nPosition omx/openmax/OMX_Audio.h /^ OMX_U32 nPosition; \/**< Current Position of the MIDI resource being played $/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +nPosition omx/openmax/OMX_Audio.h /^ OMX_U32 nPosition; \/**< Position of the meta-event in milliseconds *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +nProfileIndex omx/openmax/OMX_Video.h /^ OMX_U32 nProfileIndex; \/**< Used to query for individual profile support information,$/;" m struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE access:public +nQFactor omx/openmax/OMX_Image.h /^ OMX_U32 nQFactor; $/;" m struct:OMX_IMAGE_PARAM_QFACTORTYPE access:public +nQpB omx/openmax/OMX_Video.h /^ OMX_U32 nQpB;$/;" m struct:OMX_VIDEO_PARAM_QUANTIZATIONTYPE access:public +nQpI omx/openmax/OMX_Video.h /^ OMX_U32 nQpI;$/;" m struct:OMX_VIDEO_PARAM_QUANTIZATIONTYPE access:public +nQpP omx/openmax/OMX_Video.h /^ OMX_U32 nQpP;$/;" m struct:OMX_VIDEO_PARAM_QUANTIZATIONTYPE access:public +nQuality omx/openmax/OMX_Audio.h /^ OMX_S32 nQuality; \/**< Sets encoding quality to n, between -1 (low) and 10 (high).$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +nQuantizationMatrix omx/openmax/OMX_Image.h /^ OMX_U8 nQuantizationMatrix[64];$/;" m struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE access:public +nRGBAlphaConstant omx/openmax/OMX_IVCommon.h /^ OMX_U32 nRGBAlphaConstant;$/;" m struct:OMX_CONFIG_COLORBLENDTYPE access:public +nRefFrames omx/openmax/OMX_Video.h /^ OMX_U32 nRefFrames; $/;" m struct:OMX_VIDEO_PARAM_AVCTYPE access:public +nRefIdx10ActiveMinus1 omx/openmax/OMX_Video.h /^ OMX_U32 nRefIdx10ActiveMinus1;$/;" m struct:OMX_VIDEO_PARAM_AVCTYPE access:public +nRefIdx11ActiveMinus1 omx/openmax/OMX_Video.h /^ OMX_U32 nRefIdx11ActiveMinus1;$/;" m struct:OMX_VIDEO_PARAM_AVCTYPE access:public +nResynchMarkerSpacing omx/openmax/OMX_Video.h /^ OMX_U32 nResynchMarkerSpacing;$/;" m struct:OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE access:public +nRevision omx/openmax/OMX_Types.h /^ OMX_U8 nRevision; \/**< Revision version accessor element *\/$/;" m struct:OMX_VERSIONTYPE::__anon34 access:public +nRotation omx/openmax/OMX_IVCommon.h /^ OMX_S32 nRotation; $/;" m struct:OMX_CONFIG_ROTATIONTYPE access:public +nSamplePerFrame omx/openmax/OMX_Audio.h /^ OMX_U32 nSamplePerFrame; \/**< is the value for samples per frame *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +nSampleRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSampleRate; \/**< Sampling rate of the source data. Use 0 for$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +nSamplingRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSamplingRate; \/**< Sampling rate of the source data. Use 0 for $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +nSamplingRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSamplingRate; \/**< is the sampling rate of the source data *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +nSamplingRate omx/openmax/OMX_Audio.h /^ OMX_U32 nSamplingRate; \/**< Sampling rate of the source data *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +nSaturation omx/openmax/OMX_IVCommon.h /^ OMX_S32 nSaturation;$/;" m struct:OMX_CONFIG_SATURATIONTYPE access:public +nScopeSpecifier omx/openmax/OMX_Component.h /^ OMX_U32 nScopeSpecifier;$/;" m struct:OMX_CONFIG_METADATAITEMCOUNTTYPE access:public +nScopeSpecifier omx/openmax/OMX_Component.h /^ OMX_U32 nScopeSpecifier;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +nSensitivity omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSensitivity; \/**< e.g. nSensitivity = 100 implies "ISO 100" *\/$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +nShutterSpeedMsec omx/openmax/OMX_IVCommon.h /^ OMX_U32 nShutterSpeedMsec; \/**< Shutterspeed in milliseconds *\/ $/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +nSize omx/gstomx.h /^ OMX_U32 nSize;$/;" m struct:_EnableGemBuffersParams access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< Size of this structure, in Bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_PORTFORMATTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< Size of this structure, in Bytes *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_PDCEFRTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_PDCFRTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_PDCHRTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAEFRTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAFRTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< Size of this structure, in Bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_PARAM_G726TYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_BALANCETYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MUTETYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_VOLUMETYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_BASSTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_LOUDNESSTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_TREBLETYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_G729TYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_GSMEFRTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_GSMFRTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_GSMHRTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +nSize omx/openmax/OMX_Audio.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize; \/**< size of the structure in bytes, including$/;" m struct:OMX_PARAM_CONTENTURITYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize; \/**< Size of this structure, in Bytes *\/ $/;" m struct:OMX_PARAM_U32TYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize; $/;" m struct:OMX_PARAM_SUSPENSIONPOLICYTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize; $/;" m struct:OMX_PARAM_SUSPENSIONTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize; \/**< Size of the structure in bytes *\/$/;" m struct:OMX_PARAM_PORTDEFINITIONTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_PARAM_CONTENTPIPETYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_RESOURCECONCEALMENTTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize; $/;" m struct:OMX_PARAM_METADATAFILTERTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_COMPONENTTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_BOOLEANTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_METADATAITEMCOUNTTYPE access:public +nSize omx/openmax/OMX_Component.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +nSize omx/openmax/OMX_ComponentExt.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COMMITMODETYPE access:public +nSize omx/openmax/OMX_ComponentExt.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COMMITTYPE access:public +nSize omx/openmax/OMX_Core.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_BUFFERHEADERTYPE access:public +nSize omx/openmax/OMX_Core.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_PARAM_COMPONENTROLETYPE access:public +nSize omx/openmax/OMX_Core.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_PORT_PARAM_TYPE access:public +nSize omx/openmax/OMX_Core.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_PARAM_BUFFERSUPPLIERTYPE access:public +nSize omx/openmax/OMX_Core.h /^ OMX_U32 nSize;$/;" m struct:OMX_OTHER_EXTRADATATYPE access:public +nSize omx/openmax/OMX_Core.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_PRIORITYMGMTTYPE access:public +nSize omx/openmax/OMX_CoreExt.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_CONFIG_CALLBACKREQUESTTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize; \/**< Size of the structure in bytes *\/$/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize; \/**< Size of the structure in bytes *\/$/;" m struct:OMX_CONFIG_DITHERTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize; \/**< Size of the structure in bytes *\/$/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize; \/**< Size of the structure in bytes *\/$/;" m struct:OMX_PARAM_DATAUNITTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_BACKLIGHTTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_BRIGHTNESSTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_CAPTUREMODETYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COLORBLENDTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COLORENHANCEMENTTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_COLORKEYTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_CONTRASTTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_EXPOSURECONTROLTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_FRAMESTABTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_GAMMATYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_IMAGEFILTERTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_LIGHTNESSTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_MIRRORTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_PLANEBLENDTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_RECTTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_ROTATIONTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_SATURATIONTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_TRANSITIONEFFECTTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_WHITEBALCONTROLTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_FRAMESIZETYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_PARAM_DEBLOCKINGTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_PARAM_FOCUSSTATUSTYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_PARAM_INTERLEAVETYPE access:public +nSize omx/openmax/OMX_IVCommon.h /^ OMX_U32 nSize;$/;" m struct:OMX_PARAM_SENSORMODETYPE access:public +nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize; $/;" m struct:OMX_IMAGE_PARAM_QFACTORTYPE access:public +nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE access:public +nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_PARAM_FLASHCONTROLTYPE access:public +nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_PARAM_PORTFORMATTYPE access:public +nSize omx/openmax/OMX_Image.h /^ OMX_U32 nSize;$/;" m struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_TIME_CONFIG_ACTIVEREFCLOCKTYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_TIME_CONFIG_SCALETYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_TIME_CONFIG_SEEKMODETYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_TIME_MEDIATIMETYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_TIME_CONFIG_TIMESTAMPTYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_TIME_CONFIG_CLOCKSTATETYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_OTHER_CONFIG_POWERTYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_OTHER_CONFIG_STATSTYPE access:public +nSize omx/openmax/OMX_Other.h /^ OMX_U32 nSize; \/**< size of the structure in bytes *\/$/;" m struct:OMX_OTHER_PARAM_PORTFORMATTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_CONFIG_BITRATETYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_PARAM_BITRATETYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_PARAM_AVCTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_PARAM_QUANTIZATIONTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_PARAM_VIDEOFASTUPDATETYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_PARAM_MPEG2TYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_CONFIG_NALSIZE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_PARAM_AVCSLICEFMO access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_PARAM_VBSMCTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_PARAM_WMVTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_FRAMERATETYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_INTRAREFRESHVOPTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_CONFIG_MBERRORREPORTINGTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_PARAM_MACROBLOCKSTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_VIDEO_PARAM_H263TYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_VIDEO_PARAM_INTRAREFRESHTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_VIDEO_PARAM_MOTIONVECTORTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_VIDEO_PARAM_MPEG4TYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_VIDEO_PARAM_PORTFORMATTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize;$/;" m struct:OMX_VIDEO_PARAM_RVTYPE access:public +nSize omx/openmax/OMX_Video.h /^ OMX_U32 nSize; $/;" m struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE access:public +nSize omx/openmax/OMX_VideoExt.h /^ OMX_U32 nSize;$/;" m struct:OMX_NALSTREAMFORMATTYPE access:public +nSliceGroupMapType omx/openmax/OMX_Video.h /^ OMX_U8 nSliceGroupMapType;$/;" m struct:OMX_VIDEO_PARAM_AVCSLICEFMO access:public +nSliceHeaderSpacing omx/openmax/OMX_Video.h /^ OMX_U32 nSliceHeaderSpacing; $/;" m struct:OMX_VIDEO_PARAM_AVCTYPE access:public +nSliceHeaderSpacing omx/openmax/OMX_Video.h /^ OMX_U32 nSliceHeaderSpacing;$/;" m struct:OMX_VIDEO_PARAM_MPEG4TYPE access:public +nSliceHeight omx/openmax/OMX_Image.h /^ OMX_U32 nSliceHeight;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +nSliceHeight omx/openmax/OMX_Video.h /^ OMX_U32 nSliceHeight;$/;" m struct:OMX_VIDEO_PORTDEFINITIONTYPE access:public +nStartPortNumber omx/openmax/OMX_Core.h /^ OMX_U32 nStartPortNumber; \/** first port number for this type of port *\/$/;" m struct:OMX_PORT_PARAM_TYPE access:public +nStartTime omx/openmax/OMX_Other.h /^ OMX_TICKS nStartTime; \/**< Start time of the media time. *\/$/;" m struct:OMX_TIME_CONFIG_CLOCKSTATETYPE access:public +nStep omx/openmax/OMX_Types.h /^ OMX_U8 nStep; \/**< Step version accessor element *\/$/;" m struct:OMX_VERSIONTYPE::__anon34 access:public +nStereoWidening omx/openmax/OMX_Audio.h /^ OMX_U32 nStereoWidening; \/**< stereo widening setting for the port,$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +nStopTime omx/openmax/OMX_Audio.h /^ OMX_U32 nStopTime; \/**< Time in milliseconds to indicate when playback $/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +nStride omx/openmax/OMX_Image.h /^ OMX_S32 nStride; $/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +nStride omx/openmax/OMX_Video.h /^ OMX_S32 nStride;$/;" m struct:OMX_VIDEO_PORTDEFINITIONTYPE access:public +nSubbands omx/openmax/OMX_Audio.h /^ OMX_U32 nSubbands; \/**< Number of subbands *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +nSuperBlockAlign omx/openmax/OMX_Audio.h /^ OMX_U32 nSuperBlockAlign; \/**< WMA Type-specific data *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +nTargetBitrate omx/openmax/OMX_Video.h /^ OMX_U32 nTargetBitrate; $/;" m struct:OMX_VIDEO_PARAM_BITRATETYPE access:public +nTickCount omx/openmax/OMX_Core.h /^ OMX_U32 nTickCount; \/**< Optional entry that the component and$/;" m struct:OMX_BUFFERHEADERTYPE access:public +nTimeIncRes omx/openmax/OMX_Video.h /^ OMX_U32 nTimeIncRes;$/;" m struct:OMX_VIDEO_PARAM_MPEG4TYPE access:public +nTimeStamp omx/openmax/OMX_Core.h /^ OMX_TICKS nTimeStamp; \/**< Timestamp corresponding to the sample $/;" m struct:OMX_BUFFERHEADERTYPE access:public +nTimeout omx/openmax/OMX_IVCommon.h /^ OMX_U32 nTimeout;$/;" m struct:OMX_CONFIG_BACKLIGHTTYPE access:public +nTimestamp omx/openmax/OMX_Other.h /^ OMX_TICKS nTimestamp; \/**< timestamp .*\/ $/;" m struct:OMX_TIME_CONFIG_TIMESTAMPTYPE access:public +nTop omx/openmax/OMX_IVCommon.h /^ OMX_S32 nTop;$/;" m struct:OMX_CONFIG_RECTTYPE access:public +nTrack omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack; \/**< track number for the meta event *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +nTrack0031MuteMask omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack0031MuteMask; \/**< 32 bit mask for track mute status. Note: This is for tracks 0-31 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +nTrack0031SoloMask omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack0031SoloMask; \/**< 32 bit mask for track solo status. Note: This is for tracks 0-31 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +nTrack3263MuteMask omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack3263MuteMask; \/**< 32 bit mask for track mute status. Note: This is for tracks 32-63 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +nTrack3263SoloMask omx/openmax/OMX_Audio.h /^ OMX_U32 nTrack3263SoloMask; \/**< 32 bit mask for track solo status. Note: This is for tracks 32-63 *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +nTreble omx/openmax/OMX_Audio.h /^ OMX_S32 nTreble; \/**< treble setting for the port, as a$/;" m struct:OMX_AUDIO_CONFIG_TREBLETYPE access:public +nTunnelFlags omx/openmax/OMX_Core.h /^ OMX_U32 nTunnelFlags; \/**< bit flags for tunneling *\/$/;" m struct:OMX_TUNNELSETUPTYPE access:public +nU32 omx/openmax/OMX_Component.h /^ OMX_U32 nU32; \/**< U32 value *\/$/;" m struct:OMX_PARAM_U32TYPE access:public +nUserSoundBankIndex omx/openmax/OMX_Audio.h /^ OMX_U32 nUserSoundBankIndex;\/**< User soundbank index, easier to access soundbanks $/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +nValue omx/openmax/OMX_Component.h /^ OMX_U8 nValue[1];$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +nValue omx/openmax/OMX_Types.h /^ OMX_S32 nValue; \/**< actual value *\/$/;" m struct:OMX_BS32 access:public +nValue omx/openmax/OMX_Types.h /^ OMX_U32 nValue; \/**< actual value *\/$/;" m struct:OMX_BU32 access:public +nValueMaxSize omx/openmax/OMX_Component.h /^ OMX_U32 nValueMaxSize;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +nValueSizeUsed omx/openmax/OMX_Component.h /^ OMX_U32 nValueSizeUsed;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +nVersion omx/gstomx.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:_EnableGemBuffersParams access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_AMRTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_PCMMODETYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_PORTFORMATTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_AACPROFILETYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_MP3TYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_G723TYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_EVRCTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_PDCEFRTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_PDCFRTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_PDCHRTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP13TYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_QCELP8TYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_SMVTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAEFRTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_TDMAFRTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_ADPCMTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_G726TYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_PARAM_RATYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_BALANCETYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELMUTETYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISOUNDBANKPROGRAMTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDISTATUSTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MUTETYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_VOLUMETYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_BASSTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_ECHOCANCELATIONTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_LOUDNESSTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_NOISEREDUCTIONTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_STEREOWIDENINGTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_TREBLETYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_SBCTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTDATATYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_AUDIO_CONFIG_MIDIMETAEVENTTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_CONFIG_MIDIIMMEDIATEEVENTTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_G729TYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_GSMEFRTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_GSMFRTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_GSMHRTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_VORBISTYPE access:public +nVersion omx/openmax/OMX_Audio.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_AUDIO_PARAM_WMATYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_PARAM_CONTENTURITYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_PARAM_U32TYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_PARAM_SUSPENSIONPOLICYTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_PARAM_SUSPENSIONTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_PARAM_PORTDEFINITIONTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_PARAM_CONTENTPIPETYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_RESOURCECONCEALMENTTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_PARAM_METADATAFILTERTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_COMPONENTTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_BOOLEANTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_CONTAINERNODECOUNTTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_CONTAINERNODEIDTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_METADATAITEMCOUNTTYPE access:public +nVersion omx/openmax/OMX_Component.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +nVersion omx/openmax/OMX_ComponentExt.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_COMMITMODETYPE access:public +nVersion omx/openmax/OMX_ComponentExt.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_COMMITTYPE access:public +nVersion omx/openmax/OMX_Core.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_OTHER_EXTRADATATYPE access:public +nVersion omx/openmax/OMX_Core.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_BUFFERHEADERTYPE access:public +nVersion omx/openmax/OMX_Core.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_PARAM_COMPONENTROLETYPE access:public +nVersion omx/openmax/OMX_Core.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_PORT_PARAM_TYPE access:public +nVersion omx/openmax/OMX_Core.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_PARAM_BUFFERSUPPLIERTYPE access:public +nVersion omx/openmax/OMX_Core.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_PRIORITYMGMTTYPE access:public +nVersion omx/openmax/OMX_CoreExt.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_CONFIG_CALLBACKREQUESTTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version info *\/ $/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_CONFIG_RECTTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_CONFIG_COLORENHANCEMENTTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_CONFIG_MIRRORTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version info *\/ $/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_CONFIG_DITHERTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/ $/;" m struct:OMX_PARAM_DATAUNITTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_BACKLIGHTTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_BRIGHTNESSTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_CAPTUREMODETYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_COLORBLENDTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_COLORKEYTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_CONTRASTTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_EXPOSURECONTROLTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_FOCUSREGIONTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_FRAMESTABTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_GAMMATYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_IMAGEFILTERTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_LIGHTNESSTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_PLANEBLENDTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_ROTATIONTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_SATURATIONTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_TRANSITIONEFFECTTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_WHITEBALCONTROLTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_FRAMESIZETYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_PARAM_DEBLOCKINGTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_PARAM_FOCUSSTATUSTYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_PARAM_INTERLEAVETYPE access:public +nVersion omx/openmax/OMX_IVCommon.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_PARAM_SENSORMODETYPE access:public +nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_IMAGE_PARAM_QFACTORTYPE access:public +nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_CONFIG_FOCUSCONTROLTYPE access:public +nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_PARAM_FLASHCONTROLTYPE access:public +nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_PARAM_HUFFMANTTABLETYPE access:public +nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_PARAM_PORTFORMATTYPE access:public +nVersion omx/openmax/OMX_Image.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_IMAGE_PARAM_QUANTIZATIONTABLETYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_TIME_CONFIG_ACTIVEREFCLOCKTYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_TIME_CONFIG_SCALETYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_TIME_CONFIG_SEEKMODETYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_TIME_MEDIATIMETYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version$/;" m struct:OMX_TIME_CONFIG_TIMESTAMPTYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version $/;" m struct:OMX_TIME_CONFIG_CLOCKSTATETYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_OTHER_CONFIG_POWERTYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_OTHER_CONFIG_STATSTYPE access:public +nVersion omx/openmax/OMX_Other.h /^ OMX_VERSIONTYPE nVersion; \/**< OMX specification version information *\/$/;" m struct:OMX_OTHER_PARAM_PORTFORMATTYPE access:public +nVersion omx/openmax/OMX_Types.h /^ OMX_U32 nVersion; \/**< 32 bit value to make accessing the$/;" m union:OMX_VERSIONTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_VIDEO_CONFIG_BITRATETYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_VIDEO_PARAM_BITRATETYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_VIDEO_PARAM_AVCTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_VIDEO_PARAM_VBSMCTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_VIDEO_PARAM_VIDEOFASTUPDATETYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_FRAMERATETYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_INTRAREFRESHVOPTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_MACROBLOCKERRORMAPTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_CONFIG_MBERRORREPORTINGTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_PARAM_MACROBLOCKSTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_CONFIG_AVCINTRAPERIOD access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_CONFIG_NALSIZE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_AVCSLICEFMO access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_H263TYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_INTRAREFRESHTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_MOTIONVECTORTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_MPEG2TYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_MPEG4TYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_PORTFORMATTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_QUANTIZATIONTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_RVTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_VIDEO_PARAM_WMVTYPE access:public +nVersion omx/openmax/OMX_Video.h /^ OMX_VERSIONTYPE nVersion; $/;" m struct:OMX_VIDEO_PARAM_PROFILELEVELTYPE access:public +nVersion omx/openmax/OMX_VideoExt.h /^ OMX_VERSIONTYPE nVersion;$/;" m struct:OMX_NALSTREAMFORMATTYPE access:public +nVersionMajor omx/openmax/OMX_Types.h /^ OMX_U8 nVersionMajor; \/**< Major version accessor element *\/$/;" m struct:OMX_VERSIONTYPE::__anon34 access:public +nVersionMinor omx/openmax/OMX_Types.h /^ OMX_U8 nVersionMinor; \/**< Minor version accessor element *\/$/;" m struct:OMX_VERSIONTYPE::__anon34 access:public +nWaitMask omx/openmax/OMX_Other.h /^ OMX_U32 nWaitMask; \/**< Mask of OMX_CLOCKPORT values. *\/$/;" m struct:OMX_TIME_CONFIG_CLOCKSTATETYPE access:public +nWallTimeAtMediaTime omx/openmax/OMX_Other.h /^ OMX_TICKS nWallTimeAtMediaTime; \/**< Wall time corresponding to nMediaTimeStamp.$/;" m struct:OMX_TIME_MEDIATIMETYPE access:public +nWeightedBipredicitonMode omx/openmax/OMX_Video.h /^ OMX_U32 nWeightedBipredicitonMode; $/;" m struct:OMX_VIDEO_PARAM_AVCTYPE access:public +nWidth omx/openmax/OMX_IVCommon.h /^ OMX_U32 nWidth;$/;" m struct:OMX_CONFIG_RECTTYPE access:public +nWidth omx/openmax/OMX_IVCommon.h /^ OMX_U32 nWidth;$/;" m struct:OMX_FRAMESIZETYPE access:public +nX omx/openmax/OMX_IVCommon.h /^ OMX_S32 nX;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +nY omx/openmax/OMX_IVCommon.h /^ OMX_S32 nY;$/;" m struct:OMX_CONFIG_POINTTYPE access:public +n_in_ports omx/gstomx.h /^ gint n_in_ports, n_out_ports;$/;" m struct:_GstOMXComponent access:public +n_out_ports omx/gstomx.h /^ gint n_in_ports, n_out_ports;$/;" m struct:_GstOMXComponent access:public +name omx/gstomx.h /^ gchar *name; \/* for debugging mostly *\/$/;" m struct:_GstOMXComponent access:public +need_copy omx/gstomxbufferpool.h /^ gboolean need_copy;$/;" m struct:_GstOMXBufferPool access:public +needs_reorder omx/gstomxaudiodec.h /^ gboolean needs_reorder;$/;" m struct:_GstOMXAudioDec access:public +new_calc_plane omx/gstomx.c /^int new_calc_plane(int width, int height)$/;" f signature:(int width, int height) +new_calc_plane omx/gstomx.h /^int new_calc_plane(int width, int height);$/;" p signature:(int width, int height) +new_calc_uvplane omx/gstomx.c /^int new_calc_uvplane(int width, int height)$/;" f signature:(int width, int height) +new_calc_uvplane omx/gstomx.h /^int new_calc_uvplane(int width, int height);$/;" p signature:(int width, int height) +new_calc_yplane omx/gstomx.c /^int new_calc_yplane(int width, int height)$/;" f signature:(int width, int height) +new_calc_yplane omx/gstomx.h /^int new_calc_yplane(int width, int height);$/;" p signature:(int width, int height) +offset omx/gstomx.c /^ glong offset;$/;" m struct:TypeOffest file: access:public +omx_buf omx/gstomx.h /^ OMX_BUFFERHEADERTYPE *omx_buf;$/;" m struct:_GstOMXBuffer access:public +open_ogl examples/egl/testegl.c /^open_ogl (void)$/;" f file: signature:(void) +other omx/openmax/OMX_Component.h /^ OMX_OTHER_PORTDEFINITIONTYPE other;$/;" m union:OMX_PARAM_PORTDEFINITIONTYPE::__anon33 access:public +other_pool omx/gstomxbufferpool.h /^ GstBufferPool *other_pool;$/;" m struct:_GstOMXBufferPool access:public +out_port omx/gstomxaudiosink.h /^ GstOMXPort *in_port, *out_port;$/;" m struct:_GstOMXAudioSink access:public +out_port_index omx/gstomx.h /^ guint32 in_port_index, out_port_index;$/;" m struct:_GstOMXClassData access:public +out_port_pool omx/gstomxaudiodec.h /^ GstBufferPool *in_port_pool, *out_port_pool;$/;" m struct:_GstOMXAudioDec access:public +out_port_pool omx/gstomxvideodec.h /^ GstBufferPool *in_port_pool, *out_port_pool;$/;" m struct:_GstOMXVideoDec access:public +output_adapter omx/gstomxaudiodec.h /^ GstAdapter *output_adapter;$/;" m struct:_GstOMXAudioDec access:public +p omx/gstomx.h /^ void * p[SCMN_IMGB_MAX_PLANE]; \/* physical address of each image plane, if needs *\/$/;" m struct:__anon2 access:public +pAppPrivate omx/openmax/OMX_Core.h /^ OMX_PTR pAppPrivate; \/**< pointer to any data the application$/;" m struct:OMX_BUFFERHEADERTYPE access:public +pApplicationPrivate omx/openmax/OMX_Component.h /^ OMX_PTR pApplicationPrivate;$/;" m struct:OMX_COMPONENTTYPE access:public +pBuffer omx/openmax/OMX_Core.h /^ OMX_U8* pBuffer; \/**< Pointer to actual block of memory $/;" m struct:OMX_BUFFERHEADERTYPE access:public +pClientPrivate omx/openmax/OMX_Other.h /^ OMX_PTR pClientPrivate; \/**< Client private data to disabiguate this media time $/;" m struct:OMX_TIME_CONFIG_MEDIATIMEREQUESTTYPE access:public +pComponentPrivate omx/openmax/OMX_Component.h /^ OMX_PTR pComponentPrivate;$/;" m struct:OMX_COMPONENTTYPE access:public +pDLSData omx/openmax/OMX_Audio.h /^ OMX_PTR pDLSData; \/**< Pointer to DLS file data *\/$/;" m struct:OMX_AUDIO_PARAM_MIDILOADUSERSOUNDTYPE access:public +pInitialize omx/openmax/OMX_Core.h /^ OMX_COMPONENTINITTYPE pInitialize; \/* Component instance initialization function *\/$/;" m struct:OMX_COMPONENTREGISTERTYPE access:public +pInputPortPrivate omx/openmax/OMX_Core.h /^ OMX_PTR pInputPortPrivate; \/**< pointer to any data the input port$/;" m struct:OMX_BUFFERHEADERTYPE access:public +pMarkData omx/openmax/OMX_Core.h /^ OMX_PTR pMarkData; \/**< Application specific data associated with $/;" m struct:OMX_BUFFERHEADERTYPE access:public +pMarkData omx/openmax/OMX_Types.h /^ OMX_PTR pMarkData; \/**< Application specific data associated with $/;" m struct:OMX_MARKTYPE access:public +pName omx/openmax/OMX_Core.h /^ const char * pName; \/* Component name, 128 byte limit (including '\\0') applies *\/$/;" m struct:OMX_COMPONENTREGISTERTYPE access:public +pNativeRender omx/openmax/OMX_Audio.h /^ OMX_NATIVE_DEVICETYPE pNativeRender; \/** < platform specific reference$/;" m struct:OMX_AUDIO_PORTDEFINITIONTYPE access:public +pNativeRender omx/openmax/OMX_Image.h /^ OMX_NATIVE_DEVICETYPE pNativeRender;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +pNativeRender omx/openmax/OMX_Video.h /^ OMX_NATIVE_DEVICETYPE pNativeRender;$/;" m struct:OMX_VIDEO_PORTDEFINITIONTYPE access:public +pNativeWindow omx/openmax/OMX_Image.h /^ OMX_NATIVE_WINDOWTYPE pNativeWindow;$/;" m struct:OMX_IMAGE_PORTDEFINITIONTYPE access:public +pNativeWindow omx/openmax/OMX_Video.h /^ OMX_NATIVE_WINDOWTYPE pNativeWindow;$/;" m struct:OMX_VIDEO_PORTDEFINITIONTYPE access:public +pOutputPortPrivate omx/openmax/OMX_Core.h /^ OMX_PTR pOutputPortPrivate; \/**< pointer to any data the output port$/;" m struct:OMX_BUFFERHEADERTYPE access:public +pPlatformPrivate omx/openmax/OMX_Core.h /^ OMX_PTR pPlatformPrivate; \/**< pointer to any data the platform$/;" m struct:OMX_BUFFERHEADERTYPE access:public +parent omx/gstomx.h /^ GstObject *parent;$/;" m struct:_GstOMXComponent access:public +parent omx/gstomxaacdec.h /^ GstOMXAudioDec parent;$/;" m struct:_GstOMXAACDec access:public +parent omx/gstomxaacenc.h /^ GstOMXAudioEnc parent;$/;" m struct:_GstOMXAACEnc access:public +parent omx/gstomxamrdec.h /^ GstOMXAudioDec parent;$/;" m struct:_GstOMXAMRDec access:public +parent omx/gstomxanalogaudiosink.h /^ GstOMXAudioSink parent;$/;" m struct:_GstOMXAnalogAudioSink access:public +parent omx/gstomxaudiodec.h /^ GstAudioDecoder parent;$/;" m struct:_GstOMXAudioDec access:public +parent omx/gstomxaudioenc.h /^ GstAudioEncoder parent;$/;" m struct:_GstOMXAudioEnc access:public +parent omx/gstomxaudiosink.h /^ GstAudioSink parent;$/;" m struct:_GstOMXAudioSink access:public +parent omx/gstomxbufferpool.c /^ GstAllocator parent;$/;" m struct:_GstOMXMemoryAllocator file: access:public +parent omx/gstomxbufferpool.h /^ GstVideoBufferPool parent;$/;" m struct:_GstOMXBufferPool access:public +parent omx/gstomxh263dec.h /^ GstOMXVideoDec parent;$/;" m struct:_GstOMXH263Dec access:public +parent omx/gstomxh263enc.h /^ GstOMXVideoEnc parent;$/;" m struct:_GstOMXH263Enc access:public +parent omx/gstomxh264dec.h /^ GstOMXVideoDec parent;$/;" m struct:_GstOMXH264Dec access:public +parent omx/gstomxh264enc.h /^ GstOMXVideoEnc parent;$/;" m struct:_GstOMXH264Enc access:public +parent omx/gstomxhdmiaudiosink.h /^ GstOMXAudioSink parent;$/;" m struct:_GstOMXHdmiAudioSink access:public +parent omx/gstomxmjpegdec.h /^ GstOMXVideoDec parent;$/;" m struct:_GstOMXMJPEGDec access:public +parent omx/gstomxmp3dec.h /^ GstOMXAudioDec parent;$/;" m struct:_GstOMXMP3Dec access:public +parent omx/gstomxmpeg2videodec.h /^ GstOMXVideoDec parent;$/;" m struct:_GstOMXMPEG2VideoDec access:public +parent omx/gstomxmpeg4videodec.h /^ GstOMXVideoDec parent;$/;" m struct:_GstOMXMPEG4VideoDec access:public +parent omx/gstomxmpeg4videoenc.h /^ GstOMXVideoEnc parent;$/;" m struct:_GstOMXMPEG4VideoEnc access:public +parent omx/gstomxtheoradec.h /^ GstOMXVideoDec parent;$/;" m struct:_GstOMXTheoraDec access:public +parent omx/gstomxvideodec.h /^ GstVideoDecoder parent;$/;" m struct:_GstOMXVideoDec access:public +parent omx/gstomxvideoenc.h /^ GstVideoEncoder parent;$/;" m struct:_GstOMXVideoEnc access:public +parent omx/gstomxvp8dec.h /^ GstOMXVideoDec parent;$/;" m struct:_GstOMXVP8Dec access:public +parent omx/gstomxwmvdec.h /^ GstOMXVideoDec parent;$/;" m struct:_GstOMXWMVDec access:public +parent_class omx/gstomxaacdec.h /^ GstOMXAudioDecClass parent_class;$/;" m struct:_GstOMXAACDecClass access:public +parent_class omx/gstomxaacenc.h /^ GstOMXAudioEncClass parent_class;$/;" m struct:_GstOMXAACEncClass access:public +parent_class omx/gstomxamrdec.h /^ GstOMXAudioDecClass parent_class;$/;" m struct:_GstOMXAMRDecClass access:public +parent_class omx/gstomxanalogaudiosink.h /^ GstOMXAudioSinkClass parent_class;$/;" m struct:_GstOMXAnalogAudioSinkClass access:public +parent_class omx/gstomxaudiodec.h /^ GstAudioDecoderClass parent_class;$/;" m struct:_GstOMXAudioDecClass access:public +parent_class omx/gstomxaudioenc.h /^ GstAudioEncoderClass parent_class;$/;" m struct:_GstOMXAudioEncClass access:public +parent_class omx/gstomxaudiosink.h /^ GstAudioSinkClass parent_class;$/;" m struct:_GstOMXAudioSinkClass access:public +parent_class omx/gstomxbufferpool.c /^ GstAllocatorClass parent_class;$/;" m struct:_GstOMXMemoryAllocatorClass file: access:public +parent_class omx/gstomxbufferpool.h /^ GstVideoBufferPoolClass parent_class;$/;" m struct:_GstOMXBufferPoolClass access:public +parent_class omx/gstomxh263dec.h /^ GstOMXVideoDecClass parent_class;$/;" m struct:_GstOMXH263DecClass access:public +parent_class omx/gstomxh263enc.h /^ GstOMXVideoEncClass parent_class;$/;" m struct:_GstOMXH263EncClass access:public +parent_class omx/gstomxh264dec.h /^ GstOMXVideoDecClass parent_class;$/;" m struct:_GstOMXH264DecClass access:public +parent_class omx/gstomxh264enc.c 74;" d file: +parent_class omx/gstomxh264enc.h /^ GstOMXVideoEncClass parent_class;$/;" m struct:_GstOMXH264EncClass access:public +parent_class omx/gstomxhdmiaudiosink.h /^ GstOMXAudioSinkClass parent_class;$/;" m struct:_GstOMXHdmiAudioSinkClass access:public +parent_class omx/gstomxmjpegdec.h /^ GstOMXVideoDecClass parent_class;$/;" m struct:_GstOMXMJPEGDecClass access:public +parent_class omx/gstomxmp3dec.h /^ GstOMXAudioDecClass parent_class;$/;" m struct:_GstOMXMP3DecClass access:public +parent_class omx/gstomxmpeg2videodec.h /^ GstOMXVideoDecClass parent_class;$/;" m struct:_GstOMXMPEG2VideoDecClass access:public +parent_class omx/gstomxmpeg4videodec.h /^ GstOMXVideoDecClass parent_class;$/;" m struct:_GstOMXMPEG4VideoDecClass access:public +parent_class omx/gstomxmpeg4videoenc.h /^ GstOMXVideoEncClass parent_class;$/;" m struct:_GstOMXMPEG4VideoEncClass access:public +parent_class omx/gstomxtheoradec.h /^ GstOMXVideoDecClass parent_class;$/;" m struct:_GstOMXTheoraDecClass access:public +parent_class omx/gstomxvideodec.h /^ GstVideoDecoderClass parent_class;$/;" m struct:_GstOMXVideoDecClass access:public +parent_class omx/gstomxvideoenc.h /^ GstVideoEncoderClass parent_class;$/;" m struct:_GstOMXVideoEncClass access:public +parent_class omx/gstomxvp8dec.h /^ GstOMXVideoDecClass parent_class;$/;" m struct:_GstOMXVP8DecClass access:public +parent_class omx/gstomxwmvdec.h /^ GstOMXVideoDecClass parent_class;$/;" m struct:_GstOMXWMVDecClass access:public +pending_buffers omx/gstomx.h /^ GQueue pending_buffers; \/* Contains GstOMXBuffer* *\/$/;" m struct:_GstOMXPort access:public +pending_reconfigure_outports omx/gstomx.h /^ GList *pending_reconfigure_outports;$/;" m struct:_GstOMXComponent access:public +pending_state omx/gstomx.h /^ OMX_STATETYPE pending_state;$/;" m struct:_GstOMXComponent access:public +periodicty_idr omx/gstomxh264enc.h /^ guint32 periodicty_idr;$/;" m struct:_GstOMXH264Enc access:public +pipeline examples/egl/testegl.c /^ GstElement *pipeline;$/;" m struct:__anon37 file: access:public +pipeline_get_duration examples/egl/testegl.c /^pipeline_get_duration (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +pipeline_get_position examples/egl/testegl.c /^pipeline_get_position (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +pipeline_pause examples/egl/testegl.c /^pipeline_pause (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +pipeline_play examples/egl/testegl.c /^pipeline_play (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +pipeline_seek examples/egl/testegl.c /^pipeline_seek (APP_STATE_T * state, gint64 position)$/;" f file: signature:(APP_STATE_T * state, gint64 position) +plugin_init omx/gstomx.c /^plugin_init (GstPlugin * plugin)$/;" f file: signature:(GstPlugin * plugin) +popped_obj examples/egl/testegl.c /^ GstMiniObject *popped_obj;$/;" m struct:__anon37 file: access:public +port omx/gstomx.h /^ OMX_U32 port;$/;" m struct:_GstOMXMessage::__anon9::__anon11 access:public +port omx/gstomx.h /^ OMX_U32 port;$/;" m struct:_GstOMXMessage::__anon9::__anon13 access:public +port omx/gstomx.h /^ OMX_U32 port;$/;" m struct:_GstOMXMessage::__anon9::__anon14 access:public +port omx/gstomx.h /^ OMX_U32 port;$/;" m struct:_GstOMXMessage::__anon9::__anon15 access:public +port omx/gstomx.h /^ GstOMXPort *port;$/;" m struct:_GstOMXBuffer access:public +port omx/gstomxbufferpool.h /^ GstOMXPort *port;$/;" m struct:_GstOMXBufferPool access:public +port_def omx/gstomx.h /^ OMX_PARAM_PORTDEFINITIONTYPE port_def;$/;" m struct:_GstOMXPort access:public +port_enable omx/gstomx.h /^ } port_enable;$/;" m union:_GstOMXMessage::__anon9 typeref:struct:_GstOMXMessage::__anon9::__anon13 access:public +port_settings_changed omx/gstomx.h /^ } port_settings_changed;$/;" m union:_GstOMXMessage::__anon9 typeref:struct:_GstOMXMessage::__anon9::__anon14 access:public +ports omx/gstomx.h /^ GPtrArray *ports; \/* Contains GstOMXPort* *\/$/;" m struct:_GstOMXComponent access:public +position omx/gstomxaudiodec.h /^ GstAudioChannelPosition position[OMX_AUDIO_MAXCHANNELS];$/;" m struct:_GstOMXAudioDec access:public +prepare_frame omx/gstomxvideodec.h /^ GstFlowReturn (*prepare_frame) (GstOMXVideoDec * self, GstVideoCodecFrame *frame);$/;" m struct:_GstOMXVideoDecClass access:public +preroll_cb examples/egl/testegl.c /^preroll_cb (GstElement * fakesink, GstBuffer * buffer, GstPad * pad,$/;" f file: signature:(GstElement * fakesink, GstBuffer * buffer, GstPad * pad, gpointer user_data) +program examples/egl/testegl.c /^ GLint program;$/;" m struct:__anon37 file: access:public +projection examples/egl/testegl.c /^ GstGLMatrix projection;$/;" m struct:__anon37 file: access:public +qos_cb examples/egl/testegl.c /^qos_cb (GstBus * bus, GstMessage * msg, APP_STATE_T * state)$/;" f file: signature:(GstBus * bus, GstMessage * msg, APP_STATE_T * state) +quadx examples/egl/cube_texture_and_coords.h /^static const GLfloat quadx[6*4*3] = {$/;" v +quant_b_frames omx/gstomxvideoenc.h /^ guint32 quant_b_frames;$/;" m struct:_GstOMXVideoEnc access:public +quant_i_frames omx/gstomxvideoenc.h /^ guint32 quant_i_frames;$/;" m struct:_GstOMXVideoEnc access:public +quant_p_frames omx/gstomxvideoenc.h /^ guint32 quant_p_frames;$/;" m struct:_GstOMXVideoEnc access:public +query_cb examples/egl/testegl.c /^query_cb (GstPad * pad, GstPadProbeInfo * info, gpointer user_data)$/;" f file: signature:(GstPad * pad, GstPadProbeInfo * info, gpointer user_data) +queue examples/egl/testegl.c /^ GAsyncQueue *queue;$/;" m struct:__anon37 file: access:public +queue_lock examples/egl/testegl.c /^ GMutex queue_lock;$/;" m struct:__anon37 file: access:public +queue_object examples/egl/testegl.c /^queue_object (APP_STATE_T * state, GstMiniObject * obj, gboolean synchronous)$/;" f file: signature:(APP_STATE_T * state, GstMiniObject * obj, gboolean synchronous) +queue_object examples/egl/testegl.c /^static gboolean queue_object (APP_STATE_T * state, GstMiniObject * obj,$/;" p file: signature:(APP_STATE_T * state, GstMiniObject * obj, gboolean synchronous) +rate omx/gstomxamrdec.h /^ gint rate;$/;" m struct:_GstOMXAMRDec access:public +rate omx/gstomxaudiosink.h /^ guint rate;$/;" m struct:_GstOMXAudioSink access:public +redraw_scene examples/egl/testegl.c /^redraw_scene (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +redraw_scene examples/egl/testegl.c /^static void redraw_scene (APP_STATE_T * state);$/;" p file: signature:(APP_STATE_T * state) +render_func examples/egl/testegl.c /^render_func (gpointer data)$/;" f file: signature:(gpointer data) +render_scene examples/egl/testegl.c /^render_scene (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +rendered examples/egl/testegl.c /^ guint64 rendered;$/;" m struct:__anon37 file: access:public +reorder_map omx/gstomxaudiodec.h /^ gint reorder_map[OMX_AUDIO_MAXCHANNELS];$/;" m struct:_GstOMXAudioDec access:public +report_position_duration examples/egl/testegl.c /^report_position_duration (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +reset_model examples/egl/testegl.c /^reset_model (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +reset_model examples/egl/testegl.c /^static void reset_model (APP_STATE_T * state);$/;" p file: signature:(APP_STATE_T * state) +rot_angle_x examples/egl/testegl.c /^ GLfloat rot_angle_x;$/;" m struct:__anon37 file: access:public +rot_angle_x_inc examples/egl/testegl.c /^ GLfloat rot_angle_x_inc;$/;" m struct:__anon37 file: access:public +rot_angle_y examples/egl/testegl.c /^ GLfloat rot_angle_y;$/;" m struct:__anon37 file: access:public +rot_angle_y_inc examples/egl/testegl.c /^ GLfloat rot_angle_y_inc;$/;" m struct:__anon37 file: access:public +rot_angle_z examples/egl/testegl.c /^ GLfloat rot_angle_z;$/;" m struct:__anon37 file: access:public +rot_angle_z_inc examples/egl/testegl.c /^ GLfloat rot_angle_z_inc;$/;" m struct:__anon37 file: access:public +running examples/egl/testegl.c /^ gboolean running;$/;" m struct:__anon37 file: access:public +s omx/gstomx.h /^ int s[SCMN_IMGB_MAX_PLANE]; \/* stride of each image plane *\/$/;" m struct:__anon2 access:public +s omx/openmax/OMX_Types.h /^ } s;$/;" m union:OMX_VERSIONTYPE typeref:struct:OMX_VERSIONTYPE::__anon34 access:public +sBandIndex omx/openmax/OMX_Audio.h /^ OMX_BU32 sBandIndex; \/**< Band number to be set. Upper Limit is $/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +sBandLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sBandLevel; \/**< band level in millibels *\/$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +sCenterFreq omx/openmax/OMX_Audio.h /^ OMX_BU32 sCenterFreq; \/**< Center frequecies in Hz. This is a$/;" m struct:OMX_AUDIO_CONFIG_EQUALIZERTYPE access:public +sDecayTime omx/openmax/OMX_Audio.h /^ OMX_BU32 sDecayTime; \/**< Late reverberation decay time at low$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +sDelay omx/openmax/OMX_Audio.h /^ OMX_BU32 sDelay; \/**< average delay in milliseconds *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +sFrameSize omx/openmax/OMX_IVCommon.h /^ OMX_FRAMESIZETYPE sFrameSize;$/;" m struct:OMX_PARAM_SENSORMODETYPE access:public +sLanguageCountry omx/openmax/OMX_Component.h /^ OMX_STRING sLanguageCountry;$/;" m struct:OMX_CONFIG_METADATAITEMTYPE access:public +sMaxPolyphony omx/openmax/OMX_Audio.h /^ OMX_BU32 sMaxPolyphony; \/**< Specifies the maximum simultaneous polyphonic $/;" m struct:OMX_AUDIO_PARAM_MIDITYPE access:public +sModulationRate omx/openmax/OMX_Audio.h /^ OMX_BU32 sModulationRate; \/**< rate of modulation in millihertz *\/$/;" m struct:OMX_AUDIO_CONFIG_CHORUSTYPE access:public +sPitchTransposition omx/openmax/OMX_Audio.h /^ OMX_BS32 sPitchTransposition; \/**< Pitch transposition in semitones, stored as Q22.10 $/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +sPlayBackRate omx/openmax/OMX_Audio.h /^ OMX_BU32 sPlayBackRate; \/**< Relative playback rate, stored as Q14.17 fixed-point$/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +sReferenceHighFreq omx/openmax/OMX_Audio.h /^ OMX_BU32 sReferenceHighFreq; \/**< Reference high frequency in Hertz. This is $/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +sReflectionsDelay omx/openmax/OMX_Audio.h /^ OMX_BU32 sReflectionsDelay; \/**< Delay time of the first reflection relative $/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +sReflectionsLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sReflectionsLevel; \/**< Intensity level of early reflections$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +sReverbDelay omx/openmax/OMX_Audio.h /^ OMX_BU32 sReverbDelay; \/**< Time delay from the first early reflection $/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +sReverbLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sReverbLevel; \/**< Intensity level of late reverberation$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +sRoomHighFreqLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sRoomHighFreqLevel; \/**< Attenuation at high frequencies$/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +sRoomLevel omx/openmax/OMX_Audio.h /^ OMX_BS32 sRoomLevel; \/**< Intensity level for the whole room effect $/;" m struct:OMX_AUDIO_CONFIG_REVERBERATIONTYPE access:public +sTempo omx/openmax/OMX_Audio.h /^ OMX_BU32 sTempo ; \/**< Tempo in beats per minute (BPM), stored as Q22.10 $/;" m struct:OMX_AUDIO_CONFIG_MIDICONTROLTYPE access:public +sVolume omx/openmax/OMX_Audio.h /^ OMX_BS32 sVolume; \/**< Volume linear setting in the 0..100 range, OR$/;" m struct:OMX_AUDIO_CONFIG_CHANNELVOLUMETYPE access:public +sVolume omx/openmax/OMX_Audio.h /^ OMX_BS32 sVolume; \/**< Volume linear setting in the 0..100 range, OR$/;" m struct:OMX_AUDIO_CONFIG_VOLUMETYPE access:public +sXSearchRange omx/openmax/OMX_Video.h /^ OMX_S32 sXSearchRange;$/;" m struct:OMX_VIDEO_PARAM_MOTIONVECTORTYPE access:public +sYSearchRange omx/openmax/OMX_Video.h /^ OMX_S32 sYSearchRange;$/;" m struct:OMX_VIDEO_PARAM_MOTIONVECTORTYPE access:public +s_texture examples/egl/testegl.c /^ GLint s_texture;$/;" m struct:__anon37 file: access:public +samples omx/gstomxaudiosink.h /^ guint samples;$/;" m struct:_GstOMXAudioSink access:public +scmn_buffer omx/gstomx.h /^ MMVideoBuffer *scmn_buffer;$/;" m struct:_GstOMXBuffer access:public +scmn_buffer omx/gstomx.h /^ SCMN_IMGB *scmn_buffer;$/;" m struct:_GstOMXBuffer access:public +screen_height examples/egl/testegl.c /^ uint32_t screen_height;$/;" m struct:__anon37 file: access:public +screen_width examples/egl/testegl.c /^ uint32_t screen_width;$/;" m struct:__anon37 file: access:public +secure omx/gstomx.h /^ gboolean secure; \/* trust zone *\/$/;" m struct:_GstOMXCore access:public +seek_backward examples/egl/testegl.c /^seek_backward (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +seek_forward examples/egl/testegl.c /^seek_forward (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +set_format omx/gstomxaudiodec.h /^ gboolean (*set_format) (GstOMXAudioDec * self, GstOMXPort * port, GstCaps * caps);$/;" m struct:_GstOMXAudioDecClass access:public +set_format omx/gstomxaudioenc.h /^ gboolean (*set_format) (GstOMXAudioEnc * self, GstOMXPort * port, GstAudioInfo * info);$/;" m struct:_GstOMXAudioEncClass access:public +set_format omx/gstomxvideodec.h /^ gboolean (*set_format) (GstOMXVideoDec * self, GstOMXPort * port, GstVideoCodecState * state);$/;" m struct:_GstOMXVideoDecClass access:public +set_format omx/gstomxvideoenc.h /^ gboolean (*set_format) (GstOMXVideoEnc * self, GstOMXPort * port, GstVideoCodecState * state);$/;" m struct:_GstOMXVideoEncClass access:public +settings_cookie omx/gstomx.h /^ gint settings_cookie;$/;" m struct:_GstOMXBuffer access:public +settings_cookie omx/gstomx.h /^ gint settings_cookie;$/;" m struct:_GstOMXPort access:public +setup_tunnel omx/gstomx.h /^ OMX_ERRORTYPE (*setup_tunnel) (OMX_HANDLETYPE output, OMX_U32 outport, OMX_HANDLETYPE input, OMX_U32 inport);$/;" m struct:_GstOMXCore access:public +spf omx/gstomxaacdec.h /^ gint spf;$/;" m struct:_GstOMXAACDec access:public +spf omx/gstomxamrdec.h /^ gint spf;$/;" m struct:_GstOMXAMRDec access:public +spf omx/gstomxmp3dec.h /^ gint spf;$/;" m struct:_GstOMXMP3Dec access:public +started omx/gstomxaudiodec.h /^ gboolean started;$/;" m struct:_GstOMXAudioDec access:public +started omx/gstomxaudioenc.h /^ gboolean started;$/;" m struct:_GstOMXAudioEnc access:public +started omx/gstomxvideodec.h /^ gboolean started;$/;" m struct:_GstOMXVideoDec access:public +started omx/gstomxvideoenc.h /^ gboolean started;$/;" m struct:_GstOMXVideoEnc access:public +state examples/egl/testegl.c /^static APP_STATE_T _state, *state = &_state;$/;" v file: +state omx/gstomx.h /^ OMX_STATETYPE state;$/;" m struct:_GstOMXMessage::__anon9::__anon10 access:public +state omx/gstomx.h /^ OMX_STATETYPE state;$/;" m struct:_GstOMXComponent access:public +state_changed_cb examples/egl/testegl.c /^state_changed_cb (GstBus * bus, GstMessage * msg, APP_STATE_T * state)$/;" f file: signature:(GstBus * bus, GstMessage * msg, APP_STATE_T * state) +state_set omx/gstomx.h /^ } state_set;$/;" m union:_GstOMXMessage::__anon9 typeref:struct:_GstOMXMessage::__anon9::__anon10 access:public +surface examples/egl/testegl.c /^ EGLSurface surface;$/;" m struct:__anon37 file: access:public +target_bitrate omx/gstomxvideoenc.h /^ guint32 target_bitrate;$/;" m struct:_GstOMXVideoEnc access:public +tbmBuffer omx/gstomx.h /^ MMVideoBuffer *tbmBuffer[MAX_OUTPUT_BUFFER];$/;" m struct:_TBMOutputBuffer access:public +tbmBuffer omx/gstomx.h /^ struct _TBMBuffer tbmBuffer[MAX_INPUT_BUFFER];$/;" m struct:_TBMInputBuffer typeref:struct:_TBMInputBuffer::_TBMBuffer access:public +terminate_intercom examples/egl/testegl.c /^terminate_intercom (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +tex examples/egl/testegl.c /^ GLuint tex;$/;" m struct:__anon37 file: access:public +texCoords examples/egl/cube_texture_and_coords.h /^static const GLfloat texCoords[6 * 4 * 2] = {$/;" v +tool_run common/gst-autogen.sh /^tool_run ()$/;" f +toplevel_check common/gst-autogen.sh /^toplevel_check ()$/;" f +transform omx/gstomxaudiosink.c /^transform (guint in_chan, guint width, gpointer psrc, gpointer pdst, guint len)$/;" f file: signature:(guint in_chan, guint width, gpointer psrc, gpointer pdst, guint len) +transform_3_4 omx/gstomxaudiosink.c 59;" d file: +transform_5_8 omx/gstomxaudiosink.c 75;" d file: +transform_6_8 omx/gstomxaudiosink.c 95;" d file: +transform_7_8 omx/gstomxaudiosink.c 115;" d file: +tunneled omx/gstomx.h /^ gboolean tunneled;$/;" m struct:_GstOMXPort access:public +type omx/gstomx.h /^ GstOMXMessageType type;$/;" m struct:_GstOMXMessage access:public +type omx/gstomx.h /^ GstOmxComponentType type;$/;" m struct:_GstOMXClassData access:public +type omx/gstomxvideo.h /^ OMX_COLOR_FORMATTYPE type;$/;" m struct:__anon22 access:public +types omx/gstomx.c /^static const GGetTypeFunction types[] = {$/;" v file: +tz_enable omx/gstomx.h /^ int tz_enable; \/* tzmem buffer *\/$/;" m struct:__anon2 access:public +u_modelviewmatrix examples/egl/testegl.c /^ GLint u_modelviewmatrix;$/;" m struct:__anon37 file: access:public +u_projectionmatrix examples/egl/testegl.c /^ GLint u_projectionmatrix;$/;" m struct:__anon37 file: access:public +u_rotx examples/egl/testegl.c /^ GLint u_rotx;$/;" m struct:__anon37 file: access:public +u_roty examples/egl/testegl.c /^ GLint u_roty;$/;" m struct:__anon37 file: access:public +u_rotz examples/egl/testegl.c /^ GLint u_rotz;$/;" m struct:__anon37 file: access:public +update_image examples/egl/testegl.c /^update_image (APP_STATE_T * state, GstBuffer * buffer)$/;" f file: signature:(APP_STATE_T * state, GstBuffer * buffer) +update_model examples/egl/testegl.c /^static void update_model (APP_STATE_T * state);$/;" p file: signature:(APP_STATE_T * state) +update_model examples/egl/testegl.c /^update_model (APP_STATE_T * state)$/;" f file: signature:(APP_STATE_T * state) +used omx/gstomx.h /^ gboolean used;$/;" m struct:_GstOMXBuffer access:public +user_count omx/gstomx.h /^ gint user_count; \/* LOCK *\/$/;" m struct:_GstOMXCore access:public +uv_size omx/gstomx.h /^ int uv_size; \/* UV plane size in case of ST12 *\/$/;" m struct:__anon2 access:public +version_check common/gst-autogen.sh /^version_check ()$/;" f +version_compare common/gst-autogen.sh /^version_compare ()$/;" f +version_get common/gst-autogen.sh /^version_get ()$/;" f +video omx/openmax/OMX_Component.h /^ OMX_VIDEO_PORTDEFINITIONTYPE video;$/;" m union:OMX_PARAM_PORTDEFINITIONTYPE::__anon33 access:public +video_info omx/gstomxbufferpool.h /^ GstVideoInfo video_info;$/;" m struct:_GstOMXBufferPool access:public +volume omx/gstomxaudiosink.h /^ gdouble volume;$/;" m struct:_GstOMXAudioSink access:public +vshader examples/egl/testegl.c /^ GLint vshader;$/;" m struct:__anon37 file: access:public +vsink examples/egl/testegl.c /^ GstElement *vsink;$/;" m struct:__anon37 file: access:public +w omx/gstomx.h /^ int w[SCMN_IMGB_MAX_PLANE]; \/* width of each image plane *\/$/;" m struct:__anon2 access:public +width omx/gstomxaudiosink.h /^ guint width;$/;" m struct:_GstOMXAudioSink access:public +x omx/gstomx.h /^ int x; \/* left postion, if needs *\/$/;" m struct:__anon2 access:public +xColorMatrix omx/openmax/OMX_IVCommon.h /^ OMX_S32 xColorMatrix[3][3]; \/**< Stored in signed Q16 format *\/$/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +xColorOffset omx/openmax/OMX_IVCommon.h /^ OMX_S32 xColorOffset[4]; \/**< Stored in signed Q16 format *\/$/;" m struct:OMX_CONFIG_COLORCONVERSIONTYPE access:public +xEVCompensation omx/openmax/OMX_IVCommon.h /^ OMX_S32 xEVCompensation; \/**< Fixed point value stored as Q16 *\/$/;" m struct:OMX_CONFIG_EXPOSUREVALUETYPE access:public +xEncodeFramerate omx/openmax/OMX_Video.h /^ OMX_U32 xEncodeFramerate; \/* Q16 format *\/$/;" m struct:OMX_CONFIG_FRAMERATETYPE access:public +xFramerate omx/openmax/OMX_Video.h /^ OMX_U32 xFramerate;$/;" m struct:OMX_VIDEO_PARAM_PORTFORMATTYPE access:public +xFramerate omx/openmax/OMX_Video.h /^ OMX_U32 xFramerate;$/;" m struct:OMX_VIDEO_PORTDEFINITIONTYPE access:public +xHeight omx/openmax/OMX_IVCommon.h /^ OMX_S32 xHeight; \/**< Fixed point value stored as Q16 *\/$/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +xScale omx/openmax/OMX_Other.h /^ OMX_S32 xScale; \/**< Current media time scale in Q16 format. *\/$/;" m struct:OMX_TIME_MEDIATIMETYPE access:public +xScale omx/openmax/OMX_Other.h /^ OMX_S32 xScale; \/**< This is a value in Q16 format which is used for$/;" m struct:OMX_TIME_CONFIG_SCALETYPE access:public +xWidth omx/openmax/OMX_IVCommon.h /^ OMX_S32 xWidth; \/**< Fixed point value stored as Q16 *\/$/;" m struct:OMX_CONFIG_SCALEFACTORTYPE access:public +y omx/gstomx.h /^ int y; \/* top position, if needs *\/$/;" m struct:__anon2 access:public +y_size omx/gstomx.h /^ int y_size; \/* Y plane size in case of ST12 *\/$/;" m struct:__anon2 access:public -- 2.7.4