HomeSort by relevance Sort by last modified time
    Searched refs:errorCorrectionType (Results 1 - 12 of 12) sorted by null

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.h 56 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType[ALL_PORT_NUM];
Exynos_OMX_Vp8dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.h 55 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType[ALL_PORT_NUM];
Exynos_OMX_H264dec.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.h 62 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType[ALL_PORT_NUM];
Exynos_OMX_H264enc.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/mpeg4/
Exynos_OMX_Mpeg4enc.h 61 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType[ALL_PORT_NUM];
Exynos_OMX_Mpeg4enc.c     [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.h 83 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType[ALL_PORT_NUM];
Exynos_OMX_Mpeg4dec.c     [all...]
  /frameworks/av/media/libstagefright/
ACodec.cpp     [all...]
OMXCodec.cpp 910 OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE errorCorrectionType;
911 InitOMXParams(&errorCorrectionType);
912 errorCorrectionType.nPortIndex = kPortIndexOutput;
916 &errorCorrectionType, sizeof(errorCorrectionType));
922 errorCorrectionType.bEnableHEC = OMX_FALSE;
923 errorCorrectionType.bEnableResync = OMX_TRUE;
924 errorCorrectionType.nResynchMarkerSpacing = 256;
925 errorCorrectionType.bEnableDataPartitioning = OMX_FALSE;
926 errorCorrectionType.bEnableRVLC = OMX_FALSE
    [all...]

Completed in 139 milliseconds