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

1 2 3

  /external/opencore/codecs_v2/omx/omx_aac/include/
omx_aac_component.h 69 OMX_IN OMX_INDEXTYPE nIndex,
  /external/opencore/codecs_v2/omx/omx_mp3/include/
omx_mp3_component.h 70 OMX_IN OMX_INDEXTYPE nIndex,
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 77 OMX_IN OMX_INDEXTYPE nIndex,
80 nIndex, pComponentParameterStructure);
85 OMX_IN OMX_INDEXTYPE nIndex,
87 return getBase(hComponent)->getConfig(nIndex, pComponentConfigStructure);
92 OMX_IN OMX_INDEXTYPE nIndex,
94 return getBase(hComponent)->setConfig(nIndex, pComponentConfigStructure);
161 OMX_IN OMX_U32 nIndex) {
162 return getBase(hComponent)->enumerateRoles(cRole, nIndex);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c     [all...]
OMX_VPP.c 210 OMX_IN OMX_U32 nIndex);
    [all...]
  /external/opencore/codecs_v2/omx/omx_amr/include/
omx_amr_component.h 75 OMX_IN OMX_INDEXTYPE nIndex,
  /external/opencore/codecs_v2/omx/omx_h264/include/
omx_avc_component.h 75 OMX_IN OMX_INDEXTYPE nIndex,
  /external/opencore/codecs_v2/omx/omx_h264enc/include/
omx_avcenc_component.h 67 OMX_IN OMX_INDEXTYPE nIndex,
  /external/opencore/codecs_v2/omx/omx_m4v/include/
omx_mpeg4_component.h 77 OMX_IN OMX_INDEXTYPE nIndex,
  /external/opencore/codecs_v2/omx/omx_m4venc/include/
omx_mpeg4enc_component.h 67 OMX_IN OMX_INDEXTYPE nIndex,
  /external/opencore/codecs_v2/omx/omx_proxy/src/
omx_proxy_interface.h 127 OMX_IN OMX_INDEXTYPE nIndex,
132 OMX_IN OMX_INDEXTYPE nIndex,
210 OMX_IN OMX_INDEXTYPE nIndex,
215 OMX_IN OMX_INDEXTYPE nIndex,
333 : hComponent(hComp), nIndex(nInd), pComponentConfigStructure(pCompConfig)
339 OMX_INDEXTYPE nIndex;
347 : hComponent(hComp), nIndex(nInd), pComponentConfigStructure(pCompConfig)
353 OMX_INDEXTYPE nIndex;
omx_proxy_interface.cpp 171 ReturnValueOmxApi = ComponentGetConfig(Command->hComponent, Command->nIndex, Command->pComponentConfigStructure);
183 ReturnValueOmxApi = ComponentSetConfig(Command->hComponent, Command->nIndex, Command->pComponentConfigStructure);
415 OMX_IN OMX_INDEXTYPE nIndex,
425 GetConfigMsg* Msg = OSCL_PLACEMENT_NEW(ptr, GetConfigMsg(hComponent, nIndex, pComponentConfigStructure));
443 OMX_IN OMX_INDEXTYPE nIndex,
452 SetConfigMsg* Msg = OSCL_PLACEMENT_NEW(ptr, SetConfigMsg(hComponent, nIndex, pComponentConfigStructure));
  /external/opencore/codecs_v2/omx/omx_mastercore/include/
omx_interface.h 46 OMX_IN OMX_U32 nIndex);
167 OMX_IN OMX_U32 nIndex);
  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Component.h 384 OMX_IN OMX_INDEXTYPE nIndex,
393 OMX_IN OMX_INDEXTYPE nIndex,
402 OMX_IN OMX_INDEXTYPE nIndex,
587 OMX_IN OMX_U32 nIndex);
OMX_Image.h 150 * nIndex : Indicates the enumeration index for the format from
161 OMX_U32 nIndex;
OMX_Other.h 345 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 367 OMX_IN OMX_INDEXTYPE nIndex,
376 OMX_IN OMX_INDEXTYPE nIndex,
385 OMX_IN OMX_INDEXTYPE nIndex,
570 OMX_IN OMX_U32 nIndex);
OMX_Image.h 133 * nIndex : Indicates the enumeration index for the format from
144 OMX_U32 nIndex;
OMX_Other.h 328 OMX_U32 nIndex; /**< Indicates the enumeration index for the format from 0x0 to N-1 */
  /external/opencore/codecs_v2/omx/omx_baseclass/include/
pv_omxcomponent.h 145 OMX_IN OMX_INDEXTYPE nIndex,
150 OMX_IN OMX_INDEXTYPE nIndex,
235 OMX_IN OMX_INDEXTYPE nIndex,
240 OMX_IN OMX_INDEXTYPE nIndex,
311 OMX_IN OMX_INDEXTYPE nIndex,
317 OMX_IN OMX_INDEXTYPE nIndex,
  /external/opencore/codecs_v2/omx/omx_h264enc/src/
omx_avcenc_component.cpp 329 pInPort->VideoParam[0].nIndex = 0;
337 pInPort->VideoParam[1].nIndex = 1;
345 pInPort->VideoParam[2].nIndex = 2;
353 pInPort->VideoParam[3].nIndex = 3;
364 pOutPort->VideoParam[0].nIndex = 0;
    [all...]
  /external/opencore/codecs_v2/omx/omx_m4venc/src/
omx_mpeg4enc_component.cpp 390 pInPort->VideoParam[0].nIndex = 0;
398 pInPort->VideoParam[1].nIndex = 1;
406 pInPort->VideoParam[2].nIndex = 2;
414 pInPort->VideoParam[3].nIndex = 3;
426 pOutPort->VideoParam[0].nIndex = 0;
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/src/
OMX_Core.c 488 * Description: This method will provide the name of the component at the given nIndex
491 * @param[out] cComponentName The name of the component at nIndex
493 * @param[in] nIndex The index number of the component
503 OMX_IN OMX_U32 nIndex)
507 if (nIndex >= tableCount)
513 strcpy(cComponentName, componentTable[nIndex].name);
  /external/opencore/codecs_v2/omx/omx_mp3/src/
omx_mp3_component.cpp 278 pInPort->AudioParam.nIndex = 0;
283 pOutPort->AudioParam.nIndex = 0;
    [all...]
  /external/opencore/codecs_v2/omx/omx_common/include/
pv_omxcore.h 123 OMX_IN OMX_U32 nIndex);
308 OMX_IN OMX_U32 nIndex);

Completed in 719 milliseconds

1 2 3