OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:M4_MediaTime
(Results
1 - 14
of
14
) sorted by null
/frameworks/av/libvideoeditor/vss/inc/
M4PTO3GPP_InternalTypes.h
176
M4_MediaTime
m_dLastVideoRegulCts; /**< Last time (CTS) the video bitrate
178
M4_MediaTime
m_mtCts; /**< Current video cts */
179
M4_MediaTime
m_mtNextCts; /**< Next video CTS to transcode */
180
M4_MediaTime
m_mtAudioCts; /**< Current audio cts */
181
M4_MediaTime
m_AudioOffSet; /**< Audio Offset to add to the cts in loop mode*/
182
M4_MediaTime
m_PrevAudioCts; /**< Previous audio cts for AAC looping */
183
M4_MediaTime
m_DeltaAudioCts; /**< Delta audio cts for AAC looping */
/frameworks/av/libvideoeditor/vss/common/inc/
M4_Utils.h
30
/*
M4_MediaTime
definition
33
typedef M4OSA_Double
M4_MediaTime
;
M4DECODER_Common.h
346
typedef M4OSA_ERR (M4DECODER_decode_fct) (M4OSA_Context context,
M4_MediaTime
* pTime,
367
typedef M4OSA_ERR (M4DECODER_render_fct) (M4OSA_Context context,
M4_MediaTime
* pTime,
/frameworks/av/libvideoeditor/vss/stagefrightshells/inc/
VideoEditorVideoDecoder_internal.h
95
M4_MediaTime
m_lastDecodedCTS;
96
M4_MediaTime
m_lastRenderCts;
119
M4_MediaTime
mFrameIntervalMs;
VideoEditorBuffer.h
58
M4_MediaTime
buffCTS; /**< Time stamp of the buffer */
/frameworks/av/libvideoeditor/vss/src/
M4DECODER_Null.c
297
M4_MediaTime
* pTime, M4OSA_Bool bJump,
323
M4OSA_ERR M4DECODER_NULL_render(M4OSA_Context context,
M4_MediaTime
* pTime,
M4READER_Amr.c
667
M4_MediaTime
timeScale;
710
pAccessUnit->m_CTS = (
M4_MediaTime
)pAu->CTS/*/timeScale*/;
711
pAccessUnit->m_DTS = (
M4_MediaTime
)pAu->DTS/*/timeScale*/;
M4VSS3GPP_Clip.c
797
M4_MediaTime
dDecodeTime;
[
all
...]
M4VSS3GPP_EditVideo.c
104
M4_MediaTime
ts,
[
all
...]
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorBuffer.c
249
M4_MediaTime
candidateTimeStamp = (
M4_MediaTime
)0x7ffffff;
VideoEditorVideoDecoder.cpp
[
all
...]
/frameworks/base/media/jni/mediaeditor/
VideoBrowserMain.c
450
M4_MediaTime
timeMS = 0;
480
timeMS = (
M4_MediaTime
)targetTime;
/frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_VideoPreProcessing.c
81
M4_MediaTime
mtCts = pC->dViDecCurrentCts;
M4MCS_API.c
[
all
...]
Completed in 477 milliseconds