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

1 2 3

  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 117 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
147 CHECK(buffer->meta()->findInt64("timeUs", &mLastQueuedTimeUs));
221 if (buffer->meta()->findInt64("timeUs", &timeUs)) {
248 CHECK(buffer->meta()->findInt64("timeUs", timeUs));
  /frameworks/av/media/libstagefright/timedtext/
TimedTextPlayer.cpp 123 if (msg->findInt64("seekTimeUs", &seekTimeUs) &&
139 msg->findInt64("seekTimeUs", &seekTimeUs);
166 if (msg->findInt64("fireTimeUs", &fireTimeUs)) {
TimedText3GPPSource.cpp 50 textBuffer->meta_data()->findInt64(kKeyTime, startTimeUs);
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 259 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
330 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
335 CHECK(entry.mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
380 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &realTimeUs));
383 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
475 ->findInt64("timeUs", &firstAudioTimeUs));
477 ->findInt64("timeUs", &firstVideoTimeUs));
GenericSource.cpp 97 if (meta->findInt64(kKeyDuration, &durationUs)) {
255 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
RTSPSource.cpp 287 && mAudioTrack->getFormat()->findInt64(
295 && mVideoTrack->getFormat()->findInt64(
340 CHECK(msg->findInt64("timeUs", &seekTimeUs));
522 CHECK(msg->findInt64("nptUs", &nptUs));
StreamingSource.cpp 177 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
NuPlayer.cpp 681 CHECK(msg->findInt64("positionUs", &positionUs));
683 CHECK(msg->findInt64("videoLateByUs", &mVideoLateByUs));
727 CHECK(msg->findInt64("seekTimeUs", &seekTimeUs));
886 if (extra->findInt64(
953 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
994 CHECK(buffer->meta()->findInt64("timeUs", &mediaTimeUs));
    [all...]
  /frameworks/av/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/av/media/libstagefright/httplive/
LiveSession.cpp 397 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
502 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
589 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
621 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
729 if (!itemMeta->findInt64("range-offset", &range_offset)
730 || !itemMeta->findInt64("range-length", &range_length)) {
1017 CHECK(msg->findInt64("timeUs", &timeUs));
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorUtils.cpp 108 if (meta->findInt64(kKeyTime, &int64Data)) {
129 if (meta->findInt64(kKeyThumbnailTime, &int64Data)) {
189 if (meta->findInt64(kKeyTrackTimeStatus, &int64Data)) {
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 275 && 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/
MetaData.h 203 bool findInt64(uint32_t key, int64_t *value);
  /frameworks/av/include/media/stagefright/foundation/
AMessage.h 62 bool findInt64(const char *name, int64_t *value) const;
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 214 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 387 if (msg->findInt64("whenUs", &whenUs)) {
508 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
554 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
596 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
MediaPuller.cpp 163 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/media/libstagefright/
AudioSource.cpp 118 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
238 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
StagefrightMetadataRetriever.cpp 188 if (!trackMeta->findInt64(kKeyThumbnailTime, &thumbNailTime)
235 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
509 if (trackMeta->findInt64(kKeyDuration, &durationUs)) {
Utils.cpp 77 if (meta->findInt64(kKeyDuration, &durationUs)) {
374 if (msg->findInt64("durationUs", &durationUs)) {
  /frameworks/av/cmds/stagefright/
stagefright.cpp 223 CHECK(meta->findInt64(kKeyDuration, &durationUs));
245 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
539 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
576 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
1099 if (meta->findInt64(kKeyThumbnailTime, &thumbTimeUs)) {
    [all...]
muxer.cpp 117 CHECK(format->findInt64("durationUs", &duration));
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 214 CHECK(packet->meta()->findInt64("timeUs", &timeUs));
254 CHECK(tsPackets->meta()->findInt64("timeUs", &timeUs));
315 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
  /frameworks/av/libvideoeditor/lvpp/
PreviewPlayer.cpp 722 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));
    [all...]
  /frameworks/av/media/libstagefright/wifi-display/
MediaSender.cpp 233 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
259 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));

Completed in 533 milliseconds

1 2 3