HomeSort by relevance Sort by last modified time
    Searched refs:eDomain (Results 1 - 25 of 74) sorted by null

1 2 3

  /frameworks/av/media/libstagefright/codecs/g711/dec/
SoftG711.cpp 69 def.eDomain = OMX_PortDomainAudio;
92 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/codecs/gsm/dec/
SoftGSM.cpp 70 def.eDomain = OMX_PortDomainAudio;
90 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/codecs/raw/
SoftRaw.cpp 64 def.eDomain = OMX_PortDomainAudio;
82 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 88 def.eDomain = OMX_PortDomainAudio;
114 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/
SoftAMRNBEncoder.cpp 77 def.eDomain = OMX_PortDomainAudio;
95 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/codecs/mp3dec/
SoftMP3.cpp 80 def.eDomain = OMX_PortDomainAudio;
100 def.eDomain = OMX_PortDomainAudio;
  /hardware/intel/common/wrs_omxil_core/base/src/
portbase.cpp 195 if (temp.eDomain != p->eDomain)
220 temp.eDomain = p->eDomain;
225 switch (p->eDomain) {
308 LOGE("cannot find 0x%08x port domain\n", p->eDomain);
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/
SoftAACEncoder.cpp 91 def.eDomain = OMX_PortDomainAudio;
109 def.eDomain = OMX_PortDomainAudio;
SoftAACEncoder2.cpp 80 def.eDomain = OMX_PortDomainAudio;
98 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/
SoftAMRWBEncoder.cpp 84 def.eDomain = OMX_PortDomainAudio;
102 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/codecs/flac/enc/
SoftFlacEncoder.cpp 121 def.eDomain = OMX_PortDomainAudio;
140 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/codecs/opus/dec/
SoftOpus.cpp 86 def.eDomain = OMX_PortDomainAudio;
107 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/codecs/vorbis/dec/
SoftVorbis.cpp 89 def.eDomain = OMX_PortDomainAudio;
109 def.eDomain = OMX_PortDomainAudio;
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 92 def.eDomain = OMX_PortDomainVideo;
114 def.eDomain = OMX_PortDomainVideo;
SoftVideoEncoderOMXComponent.cpp 97 def.eDomain = OMX_PortDomainVideo;
125 def.eDomain = OMX_PortDomainVideo;
  /frameworks/native/include/media/openmax/
OMX_Component.h 94 OMX_PORTDOMAINTYPE eDomain; /**< Domain of the port. Determines the contents of metadata below. */
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 77 OMX_PORTDOMAINTYPE eDomain; /**< Domain of the port. Determines the contents of metadata below. */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 77 OMX_PORTDOMAINTYPE eDomain; /**< Domain of the port. Determines the contents of metadata below. */
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 77 OMX_PORTDOMAINTYPE eDomain; /**< Domain of the port. Determines the contents of metadata below. */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 77 OMX_PORTDOMAINTYPE eDomain; /**< Domain of the port. Determines the contents of metadata below. */
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h 94 OMX_PORTDOMAINTYPE eDomain; /**< Domain of the port. Determines the contents of metadata below. */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 77 OMX_PORTDOMAINTYPE eDomain; /**< Domain of the port. Determines the contents of metadata below. */
  /hardware/ti/omap4-aah/domx/domx/omx_proxy_common/src/
omx_proxy_common.c     [all...]
  /hardware/ti/omap4xxx/domx/domx/omx_proxy_common/src/
omx_proxy_common.c     [all...]
  /frameworks/av/media/libstagefright/
OMXCodec.cpp 926 CHECK_EQ((int)def.eDomain, (int)OMX_PortDomainVideo);
951 CHECK_EQ((int)def.eDomain, (int)OMX_PortDomainVideo);
    [all...]

Completed in 797 milliseconds

1 2 3