Searched refs:findInt64 (Results 1 - 25 of 67) sorted by relevance

123

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoderPassThrough.cpp184 bool smallTimestampValid = accessUnit->meta()->findInt64("timeUs", &timeUs);
185 bool bigTimestampValid = mAggregateBuffer->meta()->findInt64("timeUs", &dummy);
276 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
311 if (extra->findInt64(
324 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
H A DRTSPSource.cpp270 && mAudioTrack->getFormat()->findInt64(
278 && mVideoTrack->getFormat()->findInt64(
398 CHECK(msg->findInt64("timeUs", &seekTimeUs));
467 CHECK(msg->findInt64("time", &timeUs));
615 CHECK(msg->findInt64("nptUs", &nptUs));
H A DHTTPLiveSource.cpp227 CHECK(buffer->meta()->findInt64("baseUs", &baseUs));
228 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
H A DNuPlayerDecoder.cpp144 CHECK(msg->findInt64("timeUs", &timeUs));
758 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
846 if (extra->findInt64(
856 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
911 buffer->meta()->findInt64("timeUs", &timeUs);
920 CHECK(msg->findInt64("timestampNs", &timestampNs));
H A DGenericSource.cpp194 if (mFileMeta->findInt64(kKeyDuration, &duration)) {
270 if (meta->findInt64(kKeyDuration, &durationUs)) {
759 CHECK(msg->findInt64("timeUs", &timeUs));
926 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
1087 CHECK(msg->findInt64("timeUs", &timeUs));
1204 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs));
1288 CHECK(mb->meta_data()->findInt64(kKeyTime, &timeUs));
1309 if (mb->meta_data()->findInt64(kKeyDuration, &durationUs)) {
1445 if (!mbuf->meta_data()->findInt64(kKeyTime, &timeUs)) {
H A DNuPlayerRenderer.cpp786 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
941 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
1140 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
1144 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
1235 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &realTimeUs));
1237 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
1387 ->findInt64("timeUs", &firstAudioTimeUs));
1389 ->findInt64("timeUs", &firstVideoTimeUs));
1795 format->findInt64(
H A DNuPlayer.cpp584 CHECK(msg->findInt64("timeUs", &timeUs));
1164 if (!msg->findInt64("positionUs", &positionUs)) {
1202 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs));
2280 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
2354 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
2355 CHECK(buffer->meta()->findInt64("durationUs", &durationUs));
2370 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
2396 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp143 CHECK(mLatestDequeuedMeta->findInt64("timeUs", &timeUs));
198 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
269 CHECK(buffer->meta()->findInt64("timeUs", &lastQueuedTimeUs));
288 CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &latestTimeUs));
293 } else if (!mLatestEnqueuedMeta->findInt64("durationUs", &frameDeltaUs)) {
444 CHECK(buffer->meta()->findInt64("timeUs", timeUs));
496 if (buffer->meta()->findInt64("timeUs", &timeUs)) {
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp202 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
226 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
256 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
650 CHECK(msg->findInt64("startTimeUs", &startTimeUs));
651 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs));
938 CHECK(meta->findInt64("timeUs", &tmpUs));
1253 if (!itemMeta->findInt64("range-offset", &range_offset)
1254 || !itemMeta->findInt64("range-length", &range_length)) {
1484 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
1497 CHECK(itemMeta->findInt64("durationU
[all...]
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {
259 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) {
262 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) {
/frameworks/av/media/libstagefright/wifi-display/
H A DMediaSender.cpp235 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
261 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
349 CHECK(msg->findInt64("avgLatencyUs", &avgLatencyUs));
352 CHECK(msg->findInt64("maxLatencyUs", &maxLatencyUs));
/frameworks/av/media/ndk/
H A DNdkMediaFormat.cpp103 f->findInt64(name, &val);
159 return format->mFormat->findInt64(name, out);
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp382 if (msg->findInt64("whenUs", &whenUs)) {
533 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
579 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
621 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
659 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
H A DMediaPuller.cpp166 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp280 && meta->findInt64(kKeyDuration, &durationUs)) {
384 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec));
499 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec));
/frameworks/av/include/media/stagefright/
H A DMetaData.h247 bool findInt64(uint32_t key, int64_t *value);
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp207 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp135 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
257 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
H A DMediaCodecSource.cpp648 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
661 if (mbuf->meta_data()->findInt64(kKeyDriftTime, &driftTimeUs)
729 if (!params || !params->findInt64(kKeyTime, &startTimeUs)) {
809 CHECK(msg->findInt64("timeUs", &timeUs));
975 CHECK(msg->findInt64("time-offset-us", &mInputBufferTimeOffsetUs));
H A DStagefrightMetadataRetriever.cpp200 if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime)
285 CHECK(mediaBuffer->meta_data()->findInt64(kKeyTime, &ptsUs));
657 if (trackMeta->findInt64(kKeyDuration, &durationUs)) {
H A DAudioPlayer.cpp176 if (format->findInt64(kKeyDuration, &durationUs)) {
546 CHECK(mInputBuffer->meta_data()->findInt64(
H A DUtils.cpp613 if (meta->findInt64(kKeyDuration, &durationUs)) {
1257 if (msg->findInt64("durationUs", &durationUs)) {
1596 if (!meta->findInt64(kKeyDuration, &duration)) {
1658 CHECK(meta->findInt64("timeUs", &mTimeUs));
1665 CHECK(mMeta->findInt64("segmentStartTimeUs", &segmentStartTimeUs));
1668 if (mMeta->findInt64("segmentFirstTimeUs", &segmentFirstTimeUs)) {
1674 if (mMeta->findInt64("playlistTimeUs", &playlistTimeUs)) {
1678 CHECK(mMeta->findInt64("segmentDurationUs", &durationUs));
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp226 CHECK(meta->findInt64(kKeyDuration, &durationUs));
248 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
549 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
586 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
1096 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) {
H A Dmuxer.cpp129 CHECK(format->findInt64("durationUs", &duration));
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp213 CHECK(packet->meta()->findInt64("timeUs", &timeUs));
253 CHECK(tsPackets->meta()->findInt64("timeUs", &timeUs));
312 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));

Completed in 1311 milliseconds

123