OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dInputVidCts
(Results
1 - 4
of
4
) sorted by null
/frameworks/media/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c
138
if ( ((M4OSA_Int32)(pC->ewc.
dInputVidCts
) - pC->pC1->iVoffset
142
pC->iInOutTimeOffset = ((M4OSA_Int32)(pC->ewc.
dInputVidCts
))
205
iCts = (M4OSA_Int32)(pC->ewc.
dInputVidCts
) - pC->pC1->iVoffset;
258
iCts = ((M4OSA_Int32)pC->ewc.
dInputVidCts
) - pC->pC1->iVoffset - 1;
293
pC->ewc.
dInputVidCts
+= pC->dOutputFrameDuration;
380
pC->ewc.
dInputVidCts
+= pC->dOutputFrameDuration;
441
err = M4VSS3GPP_intClipDecodeVideoUpToCts(pC->pC1, (M4OSA_Int32)pC->ewc.
dInputVidCts
);
473
pC->ewc.
dInputVidCts
, FrameMode);
531
pC->ewc.
dInputVidCts
+= pC->dOutputFrameDuration;
567
(M4OSA_Int32)pC->ewc.
dInputVidCts
);
[
all
...]
M4VSS3GPP_Edit.c
182
pC->ewc.
dInputVidCts
= 0.0;
[
all
...]
M4VSS3GPP_EditAudio.c
[
all
...]
/frameworks/media/libvideoeditor/vss/inc/
M4VSS3GPP_InternalTypes.h
412
M4OSA_Double
dInputVidCts
;
[
all
...]
Completed in 85 milliseconds