OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:frameTimeUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp
143
int64_t
frameTimeUs
,
187
if (
frameTimeUs
< 0) {
195
options.setSeekTo(
frameTimeUs
, mode);
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp
216
int64_t
frameTimeUs
= (int64_t) (pAccessUnit->m_CTS * 1000);
217
mBuffer->meta_data()->setInt64(kKeyTime,
frameTimeUs
);
[
all
...]
Completed in 581 milliseconds