OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:errorcorrection
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp
823
OMX_VIDEO_PARAM_ERRORCORRECTIONTYPE
errorCorrection
; //OMX_IndexParamVideoErrorCorrection
824
errorCorrection
.nPortIndex = (OMX_U32) PORT_INDEX_OUT; // output
827
(OMX_PTR) &
errorCorrection
);
829
errorCorrection
.bEnableRVLC = OMX_FALSE;
830
errorCorrection
.bEnableDataPartitioning = OMX_FALSE;
834
errorCorrection
.bEnableResync = OMX_TRUE;
835
errorCorrection
.nResynchMarkerSpacing = nResyncMarkerSpacing;
836
errorCorrection
.bEnableHEC = enableHEC;
840
errorCorrection
.bEnableResync = OMX_TRUE;
841
errorCorrection
.nResynchMarkerSpacing = nResyncMarkerSpacing
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c
[
all
...]
Completed in 82 milliseconds