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

123

/frameworks/wilhelm/src/android/
H A Dandroid_GenericMediaPlayer.cpp395 if (!msg->findInt64(WHATPARAM_SEEK_SEEKTIME_MS, &timeMsec)) {
/frameworks/av/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp463 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
1045 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
/frameworks/av/media/libstagefright/
H A DMPEG4Writer.cpp1517 if (params && params->findInt64(kKeyTrackTimeStatus, &timeUs)) {
1700 if (params == NULL || !params->findInt64(kKeyTime, &startTimeUs)) {
2058 if (meta->findInt64(kKeyDriftTime, &driftTimeUs)) {
2183 CHECK(meta_data->findInt64(kKeyTime, &timestampUs));
2211 CHECK(meta_data->findInt64(kKeyDecodingTime, &decodingTimeUs));
H A DCameraSource.cpp629 if (meta->findInt64(kKeyTime, &startTimeUs)) {
H A DMPEG4Extractor.cpp439 if (track->meta->findInt64(kKeyDuration, &duration)) {
956 if (mLastTrack->meta->findInt64(kKeyDuration, &duration) &&
1410 if (mLastTrack->meta->findInt64(kKeyDuration, &durationUs)) {
1901 if (!mLastTrack->meta->findInt64(kKeyDuration, &metaDuration) || metaDuration == 0) {
H A DNuCachedSource2.cpp408 CHECK(msg->findInt64("offset", &offset));
H A DAVIExtractor.cpp241 CHECK(buffer->meta_data()->findInt64(kKeyTime, &mBaseTimeUs));
H A DOggExtractor.cpp191 if (packet->meta_data()->findInt64(kKeyTime, &timeUs)) {
H A DACodec.cpp1106 if (!msg->findInt64(
2982 CHECK(msg->findInt64("timestamp", &timeUs));
3142 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
H A DOMXCodec.cpp3041 if (srcBuffer->meta_data()->findInt64(
3114 CHECK(srcBuffer->meta_data()->findInt64(kKeyTime, &lastBufferTimeUs));
3627 if (meta->findInt64(kKeyTime, &timeUs)) {
/frameworks/av/media/libstagefright/rtsp/
H A DMyHandler.h956 CHECK(msg->findInt64("ntp-time", (int64_t *)&ntpTime));
1147 CHECK(msg->findInt64("time", &timeUs));
1203 CHECK(msg->findInt64("time", &timeUs));
H A DMyTransmitter.h639 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
/frameworks/av/cmds/stagefright/
H A Dsf2.cpp483 CHECK(inBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorAudioEncoder.cpp576 VIDEOEDITOR_CHECK(buffer->meta_data()->findInt64(kKeyTime, &i64Tmp),
H A DVideoEditorVideoEncoder.cpp873 VIDEOEDITOR_CHECK(buffer->meta_data()->findInt64(kKeyTime, &i64Tmp),
H A DVideoEditorVideoDecoder.cpp1432 pDecoderBuffer->meta_data()->findInt64(kKeyTime, &lFrameTime);
/frameworks/av/media/libstagefright/httplive/
H A DM3UParser.cpp546 || !itemMeta->findInt64("durationUs", &durationUs)) {
/frameworks/av/media/libstagefright/matroska/
H A DMatroskaExtractor.cpp600 CHECK(frame->meta_data()->findInt64(kKeyTime, &timeUs));
/frameworks/av/media/libstagefright/mp4/
H A DFragmentedMP4Parser.cpp556 CHECK(msg->findInt64("position", &position));

Completed in 340 milliseconds

123