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

123

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp117 CHECK(format->findInt64("durationUs", &duration));
/frameworks/av/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp254 from->findInt64(kKeyTime, &curTS);
H A DVideoEditorAudioPlayer.cpp696 CHECK(mInputBuffer->meta_data()->findInt64(kKeyTime,
816 CHECK(mInputBuffer->meta_data()->findInt64(
H A DNativeWindowRenderer.cpp383 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
/frameworks/av/media/libstagefright/
H A DAMRWriter.cpp229 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
H A DCameraSourceTimeLapse.cpp195 CHECK(sourceBuffer.meta_data()->findInt64(kKeyTime, &frameTime));
H A DMPEG2TSWriter.cpp265 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
296 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
454 CHECK(mLastAccessUnit->meta()->findInt64("timeUs", &timeUs));
884 CHECK(accessUnit->meta()->findInt64("timeUs", &timeUs));
H A DAudioPlayer.cpp159 if (format->findInt64(kKeyDuration, &durationUs)) {
600 CHECK(mInputBuffer->meta_data()->findInt64(
H A DMP3Extractor.cpp264 && meta->findInt64("offset", &meta_offset)
266 && meta->findInt64("post-id3-offset", &meta_post_id3_offset)) {
H A DNuMediaExtractor.cpp200 if (meta->findInt64(kKeyDuration, &durationUs)
398 CHECK(info->mSample->meta_data()->findInt64(
H A DAACExtractor.cpp153 CHECK(meta->findInt64("offset", &offset));
H A DAACWriter.cpp342 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs));
H A DMetaData.cpp123 bool MetaData::findInt64(uint32_t key, int64_t *value) { function in class:android::MetaData
H A DSurfaceMediaSource.cpp146 if (params->findInt64(kKeyTime, &startTimeUs)) {
H A DMediaCodec.cpp311 CHECK(response->findInt64("timeUs", presentationTimeUs));
485 CHECK(buffer->meta()->findInt64("timeUs", &timeUs));
1116 CHECK(msg->findInt64("timeoutUs", &timeoutUs));
1190 CHECK(msg->findInt64("timeoutUs", &timeoutUs));
1548 CHECK(msg->findInt64("timeUs", &timeUs));
H A DAwesomePlayer.cpp136 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs));
1531 if (mAudioTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
1629 if (mVideoTrack->getFormat()->findInt64(kKeyDuration, &durationUs)) {
1825 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &timeUs));
2009 CHECK(mVideoBuffer->meta_data()->findInt64(kKeyTime, &nextTimeUs));
2295 || !meta->findInt64(
/frameworks/av/media/libstagefright/httplive/
H A DLiveSession.cpp128 CHECK((*accessUnit)->meta()->findInt64("timeUs", &timeUs));
260 CHECK(msg->findInt64("durationUs", &durationUs));
768 CHECK(msg->findInt64("timeUs", &timeUs));
984 CHECK(msg->findInt64("timeUs", &timeUs));
/frameworks/av/media/libstagefright/rtsp/
H A DARTPSession.cpp152 CHECK(accessUnit->meta()->findInt64(
H A DARTPWriter.cpp575 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
670 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
755 CHECK(mediaBuf->meta_data()->findInt64(kKeyTime, &timeUs));
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditor3gpReader.cpp996 mMediaBuffer->meta_data()->findInt64(kKeyTime,
1005 mMediaBuffer->meta_data()->findInt64(kKeyTime,
1036 mMediaBuffer->meta_data()->findInt64(kKeyTime,
1060 mMediaBuffer->meta_data()->findInt64(kKeyTime,
1486 meta->findInt64(kKeyDuration, (int64_t*)&(Duration));
1823 meta->findInt64(kKeyDuration,
1951 mMediaBuffer->meta_data()->findInt64(kKeyTime, (int64_t*)&tempTime64);
H A DVideoEditorMp3Reader.cpp485 streamDesc.duration = meta->findInt64(kKeyDuration, &Duration);
717 mAudioBuffer->meta_data()->findInt64(kKeyTime, (int64_t*)&pAu->CTS);
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp221 && extra->findInt64(
651 && extra->findInt64(
959 && extra->findInt64(
964 CHECK(extra->findInt64("timeUs", &timeUs));
971 CHECK(extra->findInt64("offset", &offset));
/frameworks/av/media/libstagefright/omx/tests/
H A DOMXHarness.cpp604 CHECK(source->getFormat()->findInt64(kKeyDuration, &durationUs));
651 CHECK(buffer->meta_data()->findInt64(kKeyTime, &actualSeekTimeUs));
712 CHECK(buffer->meta_data()->findInt64(kKeyTime, &bufferTimeUs));
/frameworks/av/media/libstagefright/wifi-display/source/
H A DPlaybackSession.cpp306 CHECK(outputBuffer->meta()->findInt64("timeUs", timeUs));
665 CHECK(msg->findInt64("avgLatencyUs", &avgLatencyUs));
668 CHECK(msg->findInt64("maxLatencyUs", &maxLatencyUs));
/frameworks/base/media/jni/
H A Dandroid_media_Utils.cpp193 CHECK(msg->findInt64(key, &val));

Completed in 1773 milliseconds

123