Searched defs:frameTimeUs (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp143 int64_t frameTimeUs,
187 if (frameTimeUs < 0) {
195 options.setSeekTo(frameTimeUs, mode);
138 extractVideoFrameWithCodecFlags( OMXClient *client, const sp<MetaData> &trackMeta, const sp<MediaSource> &source, uint32_t flags, int64_t frameTimeUs, int seekMode) argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoDecoder.cpp216 int64_t frameTimeUs = (int64_t) (pAccessUnit->m_CTS * 1000); local
217 mBuffer->meta_data()->setInt64(kKeyTime, frameTimeUs);

Completed in 56 milliseconds