OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Cts
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorAudioEncoder.cpp
551
M4OSA_UInt32
Cts
= 0;
575
// Check the
CTS
578
Cts
= (M4OSA_Int32)(i64Tmp/1000);
VideoEditorVideoEncoder.cpp
737
M4ENCODER_Context pContext, M4OSA_Double
Cts
,
745
ALOGV("VideoEditorVideoEncoder_processInputBuffer begin:
cts
%f",
Cts
);
819
buffer->meta_data()->setInt64(kKeyTime, (int64_t)(
Cts
*1000));
842
M4OSA_UInt32
Cts
= 0;
872
// Check the
CTS
882
Cts
= (M4OSA_Int32)(i64Tmp/1000);
884
pEncoderContext->mNbOutputFrames, i64Tmp,
Cts
,
886
if (
Cts
< pEncoderContext->mLastCTS ) {
887
ALOGV("VideoEncoder_processOutputBuffer WARNING :
Cts
is going
[
all
...]
/frameworks/av/libvideoeditor/vss/src/
M4VSS3GPP_EditVideo.c
171
* Check Video Mode, depending on the current output
CTS
*/
235
M4OSA_TRACE2_3("A .... read :
cts
= %.0f + %ld [ 0x%x ]",
250
+ pC->pC1->iVoffset <= pC->ewc.WriterVideoAU.
CTS
) )
293
pC->ewc.WriterVideoAU.
CTS
= (M4OSA_Time)pC->pC1->VideoAU.m_CTS +
321
M4OSA_TRACE2_2("B ---- write :
cts
= %lu [ 0x%x ]",
322
pC->ewc.WriterVideoAU.
CTS
, pC->ewc.WriterVideoAU.size);
369
M4OSA_TRACE2_3("C .... read :
cts
= %.0f + %ld [ 0x%x ]",
406
M4OSA_TRACE2_3("D .... read :
cts
= %.0f + %ld [ 0x%x ]",
719
* @brief Check which video process mode we must use, depending on the output
CTS
.
767
* Add current video output
CTS
to the clip offse
[
all
...]
Completed in 4151 milliseconds