OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VppError
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c
461
pC->ewc.
VppError
= M4NO_ERROR;
478
if( M4NO_ERROR != pC->ewc.
VppError
)
483
pC->ewc.
VppError
);
486
if( M4WAR_VIDEORENDERER_NO_NEW_FRAME != pC->ewc.
VppError
)
490
return pC->ewc.
VppError
;
627
pC->ewc.
VppError
= M4NO_ERROR;
640
if( M4NO_ERROR != pC->ewc.
VppError
)
645
pC->ewc.
VppError
);
648
if( M4WAR_VIDEORENDERER_NO_NEW_FRAME != pC->ewc.
VppError
)
653
return pC->ewc.
VppError
;
[
all
...]
M4VSS3GPP_Edit.c
211
pC->ewc.
VppError
= 0;
[
all
...]
/frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h
485
M4OSA_ERR
VppError
; /**< Error for VPP are masked by Video
[
all
...]
Completed in 518 milliseconds