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

123

/frameworks/av/media/libstagefright/mpeg2ts/
H A DAnotherPacketSource.cpp125 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
155 CHECK(buffer->meta()->findInt64("timeUs", &mLastQueuedTimeUs));
238 if (buffer->meta()->findInt64("timeUs", &timeUs)) {
265 CHECK(buffer->meta()->findInt64("timeUs", timeUs));
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DHTTPLiveSource.cpp177 CHECK(buffer->meta()->findInt64("baseUs", &baseUs));
178 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
179 CHECK(buffer->meta()->findInt64("durationUs", &durationUs));
H A DNuPlayerRenderer.cpp278 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
351 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
356 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
401 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &realTimeUs));
404 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
498 ->findInt64("timeUs", &firstAudioTimeUs));
500 ->findInt64("timeUs", &firstVideoTimeUs));
H A DGenericSource.cpp97 if (meta->findInt64(kKeyDuration, &durationUs)) {
255 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
H A DRTSPSource.cpp287 && mAudioTrack->getFormat()->findInt64(
295 && mVideoTrack->getFormat()->findInt64(
340 CHECK(msg->findInt64("timeUs", &seekTimeUs));
521 CHECK(msg->findInt64("nptUs", &nptUs));
H A DStreamingSource.cpp177 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
H A DNuPlayer.cpp754 CHECK(msg->findInt64("positionUs", &positionUs));
756 CHECK(msg->findInt64("videoLateByUs", &mVideoLateByUs));
804 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs));
963 if (extra->findInt64(
1030 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
1071 CHECK(buffer->meta()->findInt64("timeUs", &mediaTimeUs));
1447 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
1448 CHECK(buffer->meta()->findInt64("durationUs", &durationUs));
/frameworks/av/media/libstagefright/timedtext/
H A DTimedTextPlayer.cpp123 if (msg->findInt64("seekTimeUs", &seekTimeUs) &&
139 msg->findInt64("seekTimeUs", &seekTimeUs);
166 if (msg->findInt64("fireTimeUs", &fireTimeUs)) {
H A DTimedText3GPPSource.cpp50 textBuffer->meta_data()->findInt64(kKeyTime, startTimeUs);
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {
261 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) {
264 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/libstagefright/httplive/
H A DPlaylistFetcher.cpp98 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
128 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
383 CHECK(msg->findInt64("startTimeUs", &startTimeUs));
612 if (!itemMeta->findInt64("range-offset", &range_offset)
613 || !itemMeta->findInt64("range-length", &range_length)) {
695 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
810 CHECK(itemMeta->findInt64("durationUs", &durationUs));
965 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
/frameworks/av/media/libstagefright/wifi-display/source/
H A DConverter.cpp405 if (msg->findInt64("whenUs", &whenUs)) {
556 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
602 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
644 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
682 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
H A DMediaPuller.cpp166 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorUtils.cpp108 if (meta->findInt64(kKeyTime, &int64Data)) {
129 if (meta->findInt64(kKeyThumbnailTime, &int64Data)) {
189 if (meta->findInt64(kKeyTrackTimeStatus, &int64Data)) {
/frameworks/wilhelm/src/android/
H A Dandroid_AudioSfDecoder.cpp275 && meta->findInt64(kKeyDuration, &durationUs)) {
385 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec));
500 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec));
/frameworks/av/include/media/stagefright/
H A DMetaData.h203 bool findInt64(uint32_t key, int64_t *value);
/frameworks/av/include/media/stagefright/foundation/
H A DAMessage.h62 bool findInt64(const char *name, int64_t *value) const;
/frameworks/av/media/libstagefright/rtsp/
H A Drtp_test.cpp214 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
/frameworks/av/media/libstagefright/
H A DAudioSource.cpp114 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
233 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
H A DStagefrightMetadataRetriever.cpp188 if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime)
235 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
509 if (trackMeta->findInt64(kKeyDuration, &durationUs)) {
H A DUtils.cpp82 if (meta->findInt64(kKeyDuration, &durationUs)) {
379 if (msg->findInt64("durationUs", &durationUs)) {
586 if (!meta->findInt64(kKeyDuration, &duration)) {
/frameworks/av/cmds/stagefright/
H A Dstagefright.cpp222 CHECK(meta->findInt64(kKeyDuration, &durationUs));
244 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
538 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
575 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
1073 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) {
/frameworks/av/media/libstagefright/wifi-display/rtp/
H A DRTPSender.cpp213 CHECK(packet->meta()->findInt64("timeUs", &timeUs));
253 CHECK(tsPackets->meta()->findInt64("timeUs", &timeUs));
314 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
/frameworks/av/libvideoeditor/lvpp/
H A DPreviewPlayer.cpp722 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
757 if (mVideoTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
874 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &videoTimeUs));
900 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
1514 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &videoTimeUs));
1537 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &timeUs));

Completed in 296 milliseconds

123