HomeSort by relevance Sort by last modified time
    Searched refs:nIndex (Results 26 - 50 of 131) sorted by null

12 3 4 5 6

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Core.c 117 OMX_IN OMX_U32 nIndex)
123 if (nIndex >= gComponentNum) {
128 snprintf(cComponentName, nNameLength, "%s", gComponentList[nIndex].component.componentName);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/mp3/
Exynos_OMX_Mp3dec.c 156 OMX_IN OMX_INDEXTYPE nIndex,
185 switch (nIndex) {
253 ret = Exynos_OMX_AudioDecodeSetParameter(hComponent, nIndex, pComponentParameterStructure);
264 OMX_IN OMX_INDEXTYPE nIndex,
293 switch (nIndex) {
295 ret = Exynos_OMX_AudioDecodeGetConfig(hComponent, nIndex, pComponentConfigStructure);
307 OMX_IN OMX_INDEXTYPE nIndex,
336 switch (nIndex) {
338 ret = Exynos_OMX_AudioDecodeSetConfig(hComponent, nIndex, pComponentConfigStructure);
395 OMX_IN OMX_U32 nIndex)
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
SoftMPEG4Encoder.cpp 329 if (formatParams->nIndex > 2) {
335 if (formatParams->nIndex == 0) {
337 } else if (formatParams->nIndex == 1) {
518 if (formatParams->nIndex > 2) {
524 ((formatParams->nIndex == 0 &&
526 (formatParams->nIndex == 1 &&
528 (formatParams->nIndex == 2 &&
  /frameworks/native/include/media/openmax/
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/qcom/media/mm-core/inc/
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 */
OMX_QCOMExtns.h 250 OMX_U32 nIndex;
772 OMX_U32 nIndex;
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
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 */
OMX_QCOMExtns.h 226 OMX_U32 nIndex;
494 OMX_U32 nIndex;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
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 */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
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 */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
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 */
  /frameworks/av/media/libstagefright/omx/
SoftVideoDecoderOMXComponent.cpp 155 if (formatParams->nIndex != 0) {
224 if (formatParams->nIndex != 0) {
  /hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/
ExynosVideoApi.h 277 ExynosVideoErrorType (*Get_Buffer)(void *pHandle, int nIndex, ExynosVideoBuffer **pBuffer);
301 ExynosVideoErrorType (*Get_Buffer)(void *pHandle, int nIndex, ExynosVideoBuffer **pBuffer);
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp 459 if (formatParams->nIndex > 2) {
465 if (formatParams->nIndex == 0) {
467 } else if (formatParams->nIndex == 1) {
626 if (formatParams->nIndex > 2) {
632 ((formatParams->nIndex == 0 &&
634 (formatParams->nIndex == 1 &&
636 (formatParams->nIndex == 2 &&
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/
Exynos_OMX_VencControl.c     [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);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 210 OMX_IN OMX_U32 nIndex);
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/audio/dec/
Exynos_OMX_Adec.c     [all...]

Completed in 299 milliseconds

12 3 4 5 6