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

1 2 3

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2DecoderPassThrough.cpp 179 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs);
180 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy);
271 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
309 if (extra->findInt64(
321 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
HTTPLiveSource2.cpp 269 CHECK(buffer->meta()->findInt64("baseUs", &baseUs));
270 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
NuPlayer2Decoder.cpp 167 CHECK(msg->findInt64("timeUs", &timeUs));
    [all...]
GenericSource2.cpp 200 if (mFileMeta->findInt64(kKeyDuration, &duration)) {
263 if (meta->findInt64(kKeyDuration, &durationUs)) {
676 CHECK(msg->findInt64("timeUs", &timeUs));
862 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
    [all...]
NuPlayer2.cpp 652 CHECK(msg->findInt64("srcId", &mSrcId));
676 CHECK(msg->findInt64("srcId", &mNextSrcId));
690 CHECK(msg->findInt64("srcId", &srcId));
833 CHECK(msg->findInt64("timeUs", &timeUs));
    [all...]
NuPlayer2Renderer.cpp 874 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
    [all...]
NuPlayer2Driver.cpp 513 stats->findInt64("frames-total", &numFramesTotal);
514 stats->findInt64("frames-dropped-output", &numFramesDropped);
852 stats->findInt64("frames-total", &numFramesTotal);
853 stats->findInt64("frames-dropped-output", &numFramesDropped);
883 CHECK(msg->findInt64("srcId", &srcId));
    [all...]
RTSPSource2.cpp 278 && mAudioTrack->getFormat()->findInt64(
286 && mVideoTrack->getFormat()->findInt64(
496 CHECK(msg->findInt64("timeUs", &seekTimeUs));
570 CHECK(msg->findInt64("time", &timeUs));
703 CHECK(msg->findInt64("nptUs", &nptUs));
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerDecoderPassThrough.cpp 180 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs);
181 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy);
272 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
310 if (extra->findInt64(
322 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
HTTPLiveSource.cpp 268 CHECK(buffer->meta()->findInt64("baseUs", &baseUs));
269 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
NuPlayerDecoder.cpp 169 CHECK(msg->findInt64("timeUs", &timeUs));
    [all...]
NuPlayerRenderer.cpp 875 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
    [all...]
RTSPSource.cpp 280 && mAudioTrack->getFormat()->findInt64(
288 && mVideoTrack->getFormat()->findInt64(
498 CHECK(msg->findInt64("timeUs", &seekTimeUs));
572 CHECK(msg->findInt64("time", &timeUs));
705 CHECK(msg->findInt64("nptUs", &nptUs));
GenericSource.cpp 189 if (mFileMeta->findInt64(kKeyDuration, &duration)) {
248 if (meta->findInt64(kKeyDuration, &durationUs)) {
719 CHECK(msg->findInt64("timeUs", &timeUs));
889 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
    [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 143 CHECK(mLatestDequeuedMeta->findInt64("timeUs", &timeUs));
198 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
297 CHECK(buffer->meta()->findInt64("timeUs", &lastQueuedTimeUs));
316 CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &latestTimeUs));
321 } else if (!mLatestEnqueuedMeta->findInt64("durationUs", &frameDeltaUs)) {
476 if (!buffer->meta()->findInt64("timeUs", &timeUs)) {
499 CHECK(buffer->meta()->findInt64("timeUs", timeUs));
551 if (buffer->meta()->findInt64("timeUs", &timeUs)) {
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 210 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
234 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
264 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
714 CHECK(msg->findInt64("startTimeUs", &startTimeUs));
715 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs));
1002 CHECK(meta->findInt64("timeUs", &tmpUs));
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 269 CHECK(msg->findInt64("stop-time-us", &stopTimeUs));
374 if (!response->findInt64("time-us", &timeUs)) {
695 CHECK(mbuf->meta_data().findInt64(kKeyTime, &timeUs));
718 if (mbuf->meta_data().findInt64(kKeyDriftTime, &driftTimeUs)
769 if (params == NULL || !params->findInt64(kKeyTime, &startTimeUs)) {
892 CHECK(msg->findInt64("timeUs", &timeUs));
1034 inputFormat->findInt64("android._stop-time-offset-us", &stopTimeOffsetUs) &
    [all...]
StagefrightMetadataRetriever.cpp 484 if (meta->findInt64(kKeyExifOffset, &exifOffset)
485 && meta->findInt64(kKeyExifSize, &exifSize)) {
512 if (trackMeta->findInt64(kKeyDuration, &durationUs)) {
AudioPlayer.cpp 176 if (format->findInt64(kKeyDuration, &durationUs)) {
546 CHECK(mInputBuffer->meta_data().findInt64(
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 284 && meta->findInt64(kKeyDuration, &durationUs)) {
388 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec));
503 CHECK(mDecodeBuffer->meta_data().findInt64(kKeyTime, &timeUsec));
  /frameworks/av/media/libmediaextractor/include/media/stagefright/
MetaDataBase.h 279 bool findInt64(uint32_t key, int64_t *value) const;
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 204 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/media/ndk/
NdkMediaFormat.cpp 102 f->findInt64(name, &val);
166 return format->mFormat->findInt64(name, out);
  /frameworks/av/cmds/stagefright/
stagefright.cpp 234 CHECK(meta->findInt64(kKeyDuration, &durationUs));
256 CHECK(buffer->meta_data().findInt64(kKeyTime, &timestampUs));
557 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
594 CHECK(buffer->meta_data().findInt64(kKeyTime, &timeUs));
    [all...]
  /frameworks/av/media/extractors/mpeg2/
MPEG2TSExtractor.cpp 442 if (!meta->findInt64(kKeyDuration, &origDurationUs)
443 || !meta->findInt64(kKeyLastDuration, &lastDurationUs)
462 if (!meta->findInt64(kKeyDuration, &durationUs)) {

Completed in 863 milliseconds

1 2 3