HomeSort by relevance Sort by last modified time
    Searched refs:findInt64 (Results 1 - 25 of 58) sorted by null

1 2 3

  /frameworks/base/media/libmediaplayerservice/nuplayer/
RTSPSource.cpp 132 && mAudioTrack->getFormat()->findInt64(
140 && mVideoTrack->getFormat()->findInt64(
189 CHECK(msg->findInt64("timeUs", &seekTimeUs));
309 CHECK(msg->findInt64("nptUs", &nptUs));
NuPlayerRenderer.cpp 256 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
327 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
371 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
451 ->findInt64("timeUs", &firstAudioTimeUs));
453 ->findInt64("timeUs", &firstVideoTimeUs));
NuPlayer.cpp 433 CHECK(msg->findInt64("positionUs", &positionUs));
435 CHECK(msg->findInt64("videoLateByUs", &mVideoLateByUs));
511 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs));
706 if (extra->findInt64(
765 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
808 CHECK(buffer->meta()->findInt64("timeUs", &mediaTimeUs));
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/
AMRNBEncoder.cpp 136 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {
178 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) {
181 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) {
  /frameworks/base/media/libstagefright/codecs/amrwbenc/
AMRWBEncoder.cpp 187 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {
228 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) {
231 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) {
  /frameworks/base/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 114 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
145 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
211 CHECK(buffer->meta()->findInt64("timeUs", timeUs));
  /frameworks/base/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {
261 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) {
264 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) {
  /frameworks/base/include/media/stagefright/foundation/
AMessage.h 60 bool findInt64(const char *name, int64_t *value) const;
  /frameworks/base/media/libstagefright/
VideoSourceDownSampler.cpp 121 realBuffer->meta_data()->findInt64(kKeyTime, &frameTime);
StagefrightMetadataRetriever.cpp 150 if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime)
197 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
463 if (trackMeta->findInt64(kKeyDuration, &durationUs)) {
AudioSource.cpp 101 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
221 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
MP3Extractor.cpp 263 && meta->findInt64("offset", &meta_offset)
265 && meta->findInt64("post-id3-offset", &meta_post_id3_offset)) {
AACWriter.cpp 332 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
AMRWriter.cpp 229 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
CameraSourceTimeLapse.cpp 181 CHECK(sourceBuffer.meta_data()->findInt64(kKeyTime, &frameTime));
MPEG2TSWriter.cpp 264 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
295 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
451 CHECK(mLastAccessUnit->meta()->findInt64("timeUs", &timeUs));
870 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
MetaData.cpp 114 bool MetaData::findInt64(uint32_t key, int64_t *value) {
  /frameworks/media/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 108 if (meta->findInt64(kKeyTime, &int64Data)) {
129 if (meta->findInt64(kKeyThumbnailTime, &int64Data)) {
189 if (meta->findInt64(kKeyTrackTimeStatus, &int64Data)) {
  /system/media/wilhelm/src/android/
android_AudioSfDecoder.cpp 273 && meta->findInt64(kKeyDuration, &durationUs)) {
383 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec));
498 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec));
  /frameworks/base/include/media/stagefright/
MetaData.h 166 bool findInt64(uint32_t key, int64_t *value);
  /frameworks/base/media/libstagefright/httplive/
LiveSession.cpp 444 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
531 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
561 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
893 CHECK(msg->findInt64("timeUs", &timeUs));
  /frameworks/base/media/libstagefright/rtsp/
rtp_test.cpp 214 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
ARTPSession.cpp 154 CHECK(accessUnit->meta()->findInt64(
  /frameworks/media/libvideoeditor/lvpp/
PreviewPlayer.cpp 718 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
758 if (mVideoTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
878 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &videoTimeUs));
904 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
    [all...]
  /frameworks/base/cmds/stagefright/
stagefright.cpp 226 CHECK(meta->findInt64(kKeyDuration, &durationUs));
248 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
542 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
579 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
1083 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) {

Completed in 312 milliseconds

1 2 3