HomeSort by relevance Sort by last modified time
    Searched refs:frameTimeUs (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libstagefright/
StagefrightMetadataRetriever.cpp 118 int64_t frameTimeUs,
152 if (frameTimeUs < 0) {
160 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 157 milliseconds