HomeSort by relevance Sort by last modified time
    Searched refs:meta_data (Results 51 - 64 of 64) sorted by null

1 23

  /frameworks/base/core/jni/
android_hardware_SensorManager.cpp 166 buffer[i].meta_data.sensor);
  /frameworks/av/media/libstagefright/
MPEG2TSWriter.cpp 265 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
269 if (buffer->meta_data()->findInt32(kKeyIsSyncFrame, &isSync)
296 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
OMXCodec.cpp     [all...]
AudioPlayer.cpp 600 CHECK(mInputBuffer->meta_data()->findInt64(
AwesomePlayer.cpp 136 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
146 sp<MetaData> metaData = buffer->meta_data();
    [all...]
CameraSource.cpp 808 (*buffer)->meta_data()->setInt64(kKeyTime, frameTime);
  /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));
MyTransmitter.h 639 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
  /external/e2fsprogs/misc/
tune2fs.c 1099 int meta_data = 0; local
1122 meta_data = 1;
1132 if (meta_data && !ext2fs_is_block_in_group(fs, group, new_blk)) {
    [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp 195 mBuffer->meta_data()->clear(); // clear all the meta data
217 mBuffer->meta_data()->setInt64(kKeyTime, frameTimeUs);
227 mBuffer->meta_data()->setInt32(kKeyIsSyncFrame,
    [all...]
VideoEditorAudioDecoder.cpp 203 newBuffer->meta_data()->setInt64(kKeyTime, (pAccessUnit->m_CTS * 1000LL));
636 buffer->meta_data()->setInt64(kKeyTime, pInputBuffer->m_timeStampUs);
    [all...]
VideoEditorMp3Reader.cpp 717 mAudioBuffer->meta_data()->findInt64(kKeyTime, (int64_t*)&pAu->CTS);
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 500 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec));
  /frameworks/av/media/libstagefright/omx/tests/
OMXHarness.cpp 651 CHECK(buffer->meta_data()->findInt64(kKeyTime, &actualSeekTimeUs));
712 CHECK(buffer->meta_data()->findInt64(kKeyTime, &bufferTimeUs));

Completed in 178 milliseconds

1 23