Home
last modified time | relevance | path

Searched refs:meta_data (Results 1 – 25 of 52) sorted by relevance

123

/frameworks/av/media/libstagefright/codecs/aacenc/
DAACEncoder.cpp232 buffer->meta_data()->setInt32(kKeyIsCodecConfig, true); in read()
237 buffer->meta_data()->setInt32(kKeyIsCodecConfig, false); in read()
259 if (mInputBuffer->meta_data()->findInt64(kKeyDriftTime, &timeUs)) { in read()
262 if (mInputBuffer->meta_data()->findInt64(kKeyAnchorTime, &timeUs)) { in read()
322 buffer->meta_data()->setInt64(kKeyTime, mAnchorTimeUs + mediaTimeUs); in read()
324 buffer->meta_data()->setInt64(kKeyDriftTime, mediaTimeUs - wallClockTimeUs); in read()
/frameworks/av/media/libstagefright/
DAudioSource.cpp257 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in read()
285 buffer->meta_data()->setInt64(kKeyTime, timeUs); in read()
388 buffer->meta_data()->setInt64(kKeyAnchorTime, mStartTimeUs); in queueInputBuffer_l()
391 buffer->meta_data()->setInt64(kKeyTime, mPrevSampleTimeUs); in queueInputBuffer_l()
392 buffer->meta_data()->setInt64(kKeyDriftTime, timeUs - mInitialReadTimeUs); in queueInputBuffer_l()
DNuMediaExtractor.cpp425 CHECK(info->mSample->meta_data()->findInt64( in fetchTrackSamples()
472 if (!info->mSample->meta_data()->findInt32( in appendVorbisNumPageSamples()
484 if (info->mSample->meta_data()->findData(kKeyEncryptedSizes, &type, &data, &size)) { in appendVorbisNumPageSamples()
502 info->mSample->meta_data()->setData(kKeyEncryptedSizes, type, adata, newSize); in appendVorbisNumPageSamples()
504 if (info->mSample->meta_data()->findData(kKeyPlainSizes, &type, &data, &size2)) { in appendVorbisNumPageSamples()
517 info->mSample->meta_data()->setData(kKeyPlainSizes, type, adata, newSize); in appendVorbisNumPageSamples()
606 *sampleMeta = info->mSample->meta_data(); in getSampleMeta()
DMediaCodecSource.cpp648 CHECK(mbuf->meta_data()->findInt64(kKeyTime, &timeUs)); in feedEncoderInputBuffers()
661 if (mbuf->meta_data()->findInt64(kKeyDriftTime, &driftTimeUs) in feedEncoderInputBuffers()
848 mbuf->meta_data()->setInt64(kKeyDecodingTime, decodingTimeUs); in onMessageReceived()
858 mbuf->meta_data()->setInt64(kKeyDriftTime, driftTimeUs); in onMessageReceived()
863 mbuf->meta_data()->setInt64(kKeyTime, timeUs); in onMessageReceived()
865 mbuf->meta_data()->setInt32(kKeyIsCodecConfig, true); in onMessageReceived()
868 mbuf->meta_data()->setInt32(kKeyIsSyncFrame, true); in onMessageReceived()
DOggExtractor.cpp280 if (packet->meta_data()->findInt64(kKeyTime, &timeUs)) { in read()
287 packet->meta_data()->setInt32(kKeyIsSyncFrame, 1); in read()
605 if ((*out)->meta_data()->findInt32(kKeyValidSamples, &currentPageSamples)) { in readNextPacket()
609 (*out)->meta_data()->setInt32(kKeyValidSamples, currentPageSamples); in readNextPacket()
615 (*out)->meta_data()->setInt64(kKeyTime, timeUs); in readNextPacket()
730 buffer->meta_data()->setInt32( in _readNextPacket()
752 buffer->meta_data()->setInt64(kKeyTime, timeUs); in _readNextPacket()
798 buffer->meta_data()->setInt64(kKeyTime, timeUs); in _readNextPacket()
801 buffer->meta_data()->setInt32( in _readNextPacket()
DAACWriter.cpp319 … if (buffer->meta_data()->findInt32(kKeyIsCodecConfig, &isCodecSpecific) && isCodecSpecific) { in threadFunc()
327 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs)); in threadFunc()
DAMRExtractor.cpp328 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
329 buffer->meta_data()->setInt32(kKeyIsSyncFrame, 1); in read()
DCameraSourceTimeLapse.cpp194 (*newBuffer)->meta_data()->setInt64(kKeyTime, frameTime); in createMediaBufferCopy()
200 CHECK(sourceBuffer.meta_data()->findInt64(kKeyTime, &frameTime)); in fillLastReadBufferCopy()
DAACExtractor.cpp322 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
323 buffer->meta_data()->setInt32(kKeyIsSyncFrame, 1); in read()
DMPEG4Extractor.cpp4321 mBuffer->meta_data()->clear(); in read()
4322 mBuffer->meta_data()->setInt64( in read()
4324 mBuffer->meta_data()->setInt64( in read()
4328 mBuffer->meta_data()->setInt64( in read()
4333 mBuffer->meta_data()->setInt32(kKeyIsSyncFrame, 1); in read()
4456 mBuffer->meta_data()->clear(); in read()
4457 mBuffer->meta_data()->setInt64( in read()
4459 mBuffer->meta_data()->setInt64( in read()
4463 mBuffer->meta_data()->setInt64( in read()
4468 mBuffer->meta_data()->setInt32(kKeyIsSyncFrame, 1); in read()
[all …]
DSimpleDecodingSource.cpp280 CHECK(in_buf->meta_data()->findInt64(kKeyTime, &timestampUs)); in doRead()
355 (*buffer)->meta_data()->setInt64(kKeyTime, out_pts); in doRead()
/frameworks/av/media/libstagefright/rtsp/
DVideoSource.h73 (*buffer)->meta_data()->clear(); in read()
74 (*buffer)->meta_data()->setInt64( in read()
Drtp_test.cpp207 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in main()
/frameworks/av/media/libmedia/
DIMediaSource.cpp178 buf->meta_data()->updateFromParcel(reply); in read()
188 (*buffer)->meta_data()->updateFromParcel(reply); in read()
215 buf->meta_data()->updateFromParcel(reply); in readMultiple()
355 buf->meta_data()->writeToParcel(*reply); in onTransact()
366 buf->meta_data()->writeToParcel(*reply); in onTransact()
399 buf->meta_data()->writeToParcel(*reply); in onTransact()
/frameworks/native/services/sensorservice/
DSensorEventConnection.cpp219 buffer[i].meta_data.sensor); in sendEvents()
223 sensor_handle = buffer[i].meta_data.sensor; in sendEvents()
240 buffer[i].meta_data.sensor); in sendEvents()
269 buffer[i].meta_data.sensor == sensor_handle))); in sendEvents()
397 flushCompleteEvent.meta_data.sensor = handle; in sendPendingFlushEventsLocked()
409 flushCompleteEvent.meta_data.sensor); in sendPendingFlushEventsLocked()
478 FlushInfo& flushInfo = mSensorInfo.editValueFor(scratch[j].meta_data.sensor); in countFlushCompleteEventsLocked()
/frameworks/av/cmds/stagefright/
Drecord.cpp95 (*buffer)->meta_data()->clear();
96 (*buffer)->meta_data()->setInt64(
245 if (!buffer->meta_data()->findInt32(kKeyIsSyncFrame, &isSync)) {
Drecordvideo.cpp117 (*buffer)->meta_data()->clear(); in read()
118 (*buffer)->meta_data()->setInt64( in read()
DSineSource.cpp91 buffer->meta_data()->setInt64( in read()
Dstagefright.cpp248 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timestampUs)); in playSource()
487 (*buffer)->meta_data()->setInt32(kKeyIsSyncFrame, isIDR); in read()
492 (*buffer)->meta_data()->setInt32(kKeyIsSyncFrame, true); in read()
586 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in performSeekTest()
/frameworks/av/media/libstagefright/matroska/
DMatroskaExtractor.cpp543 sp<MetaData> meta = mbuf->meta_data(); in setWebmBlockCryptoInfo()
611 mbuf->meta_data()->setInt64(kKeyTime, timeUs); in readBlock()
612 mbuf->meta_data()->setInt32(kKeyIsSyncFrame, block->IsKey()); in readBlock()
675 frame->meta_data()->setInt64( in read()
763 CHECK(frame->meta_data()->findInt64(kKeyTime, &timeUs)); in read()
765 CHECK(frame->meta_data()->findInt32(kKeyIsSyncFrame, &isSync)); in read()
767 buffer->meta_data()->setInt64(kKeyTime, timeUs); in read()
768 buffer->meta_data()->setInt32(kKeyIsSyncFrame, isSync); in read()
780 buffer->meta_data()->setInt64( in read()
/frameworks/wilhelm/src/android/util/
DAacAdtsExtractor.cpp295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read()
296 buffer->meta_data()->setInt32(kKeyIsSyncFrame, 1); in read()
/frameworks/av/media/libstagefright/mpeg2ts/
DAnotherPacketSource.cpp207 mediaBuffer->meta_data()->setInt64(kKeyTime, timeUs); in read()
211 mediaBuffer->meta_data()->setInt32(kKeyIsSyncFrame, isSync); in read()
216 mediaBuffer->meta_data()->setData(kKeySEI, 0, sei->data(), sei->size()); in read()
221 mediaBuffer->meta_data()->setData( in read()
/frameworks/av/include/media/stagefright/
DMediaBuffer.h80 sp<MetaData> meta_data();
/frameworks/av/media/libmediaplayerservice/nuplayer/
DGenericSource.cpp1277 if (!mb->meta_data()->findInt32(kKeyValidSamples, &numPageSamples)) { in mediaBufferToABuffer()
1288 CHECK(mb->meta_data()->findInt64(kKeyTime, &timeUs)); in mediaBufferToABuffer()
1309 if (mb->meta_data()->findInt64(kKeyDuration, &durationUs)) { in mediaBufferToABuffer()
1320 if (mb->meta_data()->findData(kKeySEI, &dataType, &seiData, &seiLength)) { in mediaBufferToABuffer()
1327 if (mb->meta_data()->findData( in mediaBufferToABuffer()
1445 if (!mbuf->meta_data()->findInt64(kKeyTime, &timeUs)) { in readBuffer()
1446 mbuf->meta_data()->dumpToLog(); in readBuffer()
/frameworks/native/include/android/
Dsensor.h244 AMetaDataEvent meta_data; member

123