HomeSort by relevance Sort by last modified time
    Searched refs:kKeyTime (Results 26 - 50 of 56) sorted by null

12 3

  /frameworks/av/media/libstagefright/
AVIExtractor.cpp 196 out->meta_data()->setInt64(kKeyTime, timeUs);
241 CHECK(buffer->meta_data()->findInt64(kKeyTime, &mBaseTimeUs));
356 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
    [all...]
OggExtractor.cpp 191 if (packet->meta_data()->findInt64(kKeyTime, &timeUs)) {
521 buffer->meta_data()->setInt64(kKeyTime, timeUs);
569 buffer->meta_data()->setInt64(kKeyTime, timeUs);
AudioPlayer.cpp 458 kKeyTime, &mPositionTimeMediaUs));
NuMediaExtractor.cpp 339 kKeyTime, &info->mSampleTimeUs));
StagefrightMetadataRetriever.cpp 200 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
WAVExtractor.cpp 474 kKeyTime,
MPEG2TSWriter.cpp 264 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
295 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
FLACExtractor.cpp 648 buffer->meta_data()->setInt64(kKeyTime, timeUs);
MP3Extractor.cpp 561 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs);
MPEG4Writer.cpp     [all...]
  /frameworks/av/media/libstagefright/matroska/
MatroskaExtractor.cpp 471 mbuf->meta_data()->setInt64(kKeyTime, timeUs);
600 CHECK(frame->meta_data()->findInt64(kKeyTime, &timeUs));
604 buffer->meta_data()->setInt64(kKeyTime, timeUs);
  /frameworks/av/media/libstagefright/rtsp/
ARTPWriter.cpp 575 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
670 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
755 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditor3gpReader.cpp     [all...]
VideoEditorVideoEncoder.cpp 353 inputBuffer->meta_data()->setInt64(kKeyTime, 0);
819 buffer->meta_data()->setInt64(kKeyTime, (int64_t)(Cts*1000));
873 VIDEOEDITOR_CHECK(buffer->meta_data()->findInt64(kKeyTime, &i64Tmp),
    [all...]
VideoEditorUtils.cpp 108 if (meta->findInt64(kKeyTime, &int64Data)) {
109 LOG1("displayMetaData kKeyTime %lld", int64Data);
VideoEditorAudioDecoder.cpp 203 newBuffer->meta_data()->setInt64(kKeyTime, (pAccessUnit->m_CTS * 1000LL));
636 buffer->meta_data()->setInt64(kKeyTime, pInputBuffer->m_timeStampUs);
    [all...]
VideoEditorAudioEncoder.cpp 576 VIDEOEDITOR_CHECK(buffer->meta_data()->findInt64(kKeyTime, &i64Tmp),
VideoEditorMp3Reader.cpp 717 mAudioBuffer->meta_data()->findInt64(kKeyTime, (int64_t*)&pAu->CTS);
VideoEditorVideoDecoder.cpp 217 mBuffer->meta_data()->setInt64(kKeyTime, frameTimeUs);
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
NativeWindowRenderer.cpp 383 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/media/libaah_rtp/
aah_rx_player_substream.cpp 326 meta->setInt64(kKeyTime, ts);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 496 // FIXME workaround apparent bug in AAC decoder: kKeyTime is 3 frames old if length is 0
500 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec));
  /frameworks/av/cmds/stagefright/
stagefright.cpp 245 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
576 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
    [all...]
sf2.cpp 483 CHECK(inBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 645 CHECK(buffer->meta_data()->findInt64(kKeyTime, &actualSeekTimeUs));
706 CHECK(buffer->meta_data()->findInt64(kKeyTime, &bufferTimeUs));

Completed in 1213 milliseconds

12 3