OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:errorCorrectionType
(Results
1 - 7
of
7
) sorted by null
/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];
/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];
/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];
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/enc/h264/
Exynos_OMX_H264enc.h
63
OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE
errorCorrectionType
[ALL_PORT_NUM];
/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];
/frameworks/av/media/libstagefright/
ACodec.cpp
[
all
...]
OMXCodec.cpp
905
OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE
errorCorrectionType
;
906
InitOMXParams(&
errorCorrectionType
);
907
errorCorrectionType
.nPortIndex = kPortIndexOutput;
911
&
errorCorrectionType
, sizeof(
errorCorrectionType
));
917
errorCorrectionType
.bEnableHEC = OMX_FALSE;
918
errorCorrectionType
.bEnableResync = OMX_TRUE;
919
errorCorrectionType
.nResynchMarkerSpacing = 256;
920
errorCorrectionType
.bEnableDataPartitioning = OMX_FALSE;
921
errorCorrectionType
.bEnableRVLC = OMX_FALSE
[
all
...]
Completed in 477 milliseconds