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

1 2 3

  /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));
NuPlayerDecoder.cpp 168 CHECK(msg->findInt64("timeUs", &timeUs));
956 CHECK(accessUnit->meta()->findInt64("timeUs", &mediaTimeUs));
    [all...]
GenericSource.cpp 167 if (mFileMeta->findInt64(kKeyDuration, &duration)) {
232 if (meta->findInt64(kKeyDuration, &durationUs)) {
730 CHECK(msg->findInt64("timeUs", &timeUs));
899 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
    [all...]
NuPlayerRenderer.cpp 870 CHECK(entry->mBuffer->meta()->findInt64("timeUs", &mediaTimeUs));
    [all...]
RTSPSource.cpp 294 && mAudioTrack->getFormat()->findInt64(
302 && mVideoTrack->getFormat()->findInt64(
503 CHECK(msg->findInt64("timeUs", &seekTimeUs));
607 CHECK(msg->findInt64("time", &timeUs));
740 CHECK(msg->findInt64("nptUs", &nptUs));
HTTPLiveSource.cpp 287 CHECK(buffer->meta()->findInt64("baseUs", &baseUs));
288 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
NuPlayerDriver.cpp 555 stats->findInt64("frames-total", &numFramesTotal);
556 stats->findInt64("frames-dropped-output", &numFramesDropped);
881 stats->findInt64("frames-total", &numFramesTotal);
882 stats->findInt64("frames-dropped-output", &numFramesDropped);
StreamingSource.cpp 280 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
  /frameworks/av/media/libstagefright/mpeg2ts/
AnotherPacketSource.cpp 144 CHECK(mLatestDequeuedMeta->findInt64("timeUs", &timeUs));
199 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
298 CHECK(buffer->meta()->findInt64("timeUs", &lastQueuedTimeUs));
317 CHECK(mLatestEnqueuedMeta->findInt64("timeUs", &latestTimeUs));
322 } else if (!mLatestEnqueuedMeta->findInt64("durationUs", &frameDeltaUs)) {
477 if (!buffer->meta()->findInt64("timeUs", &timeUs)) {
500 CHECK(buffer->meta()->findInt64("timeUs", timeUs));
552 if (buffer->meta()->findInt64("timeUs", &timeUs)) {
MPEG2TSExtractor.cpp 438 if (!meta->findInt64(kKeyDuration, &origDurationUs)
439 || !meta->findInt64(kKeyLastDuration, &lastDurationUs)
458 if (!meta->findInt64(kKeyDuration, &durationUs)) {
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp 206 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
230 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
260 CHECK(itemMeta->findInt64("durationUs", &itemDurationUs));
700 CHECK(msg->findInt64("startTimeUs", &startTimeUs));
701 CHECK(msg->findInt64("segmentStartTimeUs", &segmentStartTimeUs));
988 CHECK(meta->findInt64("timeUs", &tmpUs));
1022 || !itemMeta->findInt64("durationUs", &itemDurationUs)) {
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 268 CHECK(msg->findInt64("stop-time-us", &stopTimeUs));
373 if (!response->findInt64("time-us", &timeUs)) {
683 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
706 if (mbuf->meta_data()->findInt64(kKeyDriftTime, &driftTimeUs)
756 if (params == NULL || !params->findInt64(kKeyTime, &startTimeUs)) {
879 CHECK(msg->findInt64("timeUs", &timeUs));
1021 inputFormat->findInt64("android._stop-time-offset-us", &stopTimeOffsetUs) &&
    [all...]
AudioPlayer.cpp 176 if (format->findInt64(kKeyDuration, &durationUs)) {
546 CHECK(mInputBuffer->meta_data()->findInt64(
AudioSource.cpp 139 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
266 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/media/libstagefright/codecs/aacenc/
AACEncoder.cpp 206 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/
MediaSender.cpp 235 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/
NdkMediaFormat.cpp 103 f->findInt64(name, &val);
159 return format->mFormat->findInt64(name, out);
  /frameworks/av/media/libstagefright/wifi-display/source/
Converter.cpp 383 if (msg->findInt64("whenUs", &whenUs)) {
534 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
580 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
622 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
660 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
MediaPuller.cpp 166 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/wilhelm/src/android/
android_AudioSfDecoder.cpp 280 && meta->findInt64(kKeyDuration, &durationUs)) {
384 CHECK(msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec));
499 CHECK(mDecodeBuffer->meta_data()->findInt64(kKeyTime, &timeUsec));
  /frameworks/av/media/libstagefright/include/media/stagefright/
MetaData.h 259 bool findInt64(uint32_t key, int64_t *value);
  /frameworks/av/media/libstagefright/rtsp/
rtp_test.cpp 205 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
  /frameworks/av/cmds/stagefright/
stagefright.cpp 229 CHECK(meta->findInt64(kKeyDuration, &durationUs));
251 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
552 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
589 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
    [all...]
muxer.cpp 128 CHECK(format->findInt64("durationUs", &duration));
  /frameworks/av/media/libstagefright/wifi-display/rtp/
RTPSender.cpp 213 CHECK(packet->meta()->findInt64("timeUs", &timeUs));
253 CHECK(tsPackets->meta()->findInt64("timeUs", &timeUs));
312 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));

Completed in 488 milliseconds

1 2 3