/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | AACEncoder.cpp | 232 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/ |
D | AudioSource.cpp | 257 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()
|
D | NuMediaExtractor.cpp | 425 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()
|
D | MediaCodecSource.cpp | 648 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()
|
D | OggExtractor.cpp | 280 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, ¤tPageSamples)) { 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()
|
D | AACWriter.cpp | 319 … if (buffer->meta_data()->findInt32(kKeyIsCodecConfig, &isCodecSpecific) && isCodecSpecific) { in threadFunc() 327 CHECK(buffer->meta_data()->findInt64(kKeyTime, ×tampUs)); in threadFunc()
|
D | AMRExtractor.cpp | 328 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read() 329 buffer->meta_data()->setInt32(kKeyIsSyncFrame, 1); in read()
|
D | CameraSourceTimeLapse.cpp | 194 (*newBuffer)->meta_data()->setInt64(kKeyTime, frameTime); in createMediaBufferCopy() 200 CHECK(sourceBuffer.meta_data()->findInt64(kKeyTime, &frameTime)); in fillLastReadBufferCopy()
|
D | AACExtractor.cpp | 322 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read() 323 buffer->meta_data()->setInt32(kKeyIsSyncFrame, 1); in read()
|
D | MPEG4Extractor.cpp | 4321 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 …]
|
D | SimpleDecodingSource.cpp | 280 CHECK(in_buf->meta_data()->findInt64(kKeyTime, ×tampUs)); in doRead() 355 (*buffer)->meta_data()->setInt64(kKeyTime, out_pts); in doRead()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | VideoSource.h | 73 (*buffer)->meta_data()->clear(); in read() 74 (*buffer)->meta_data()->setInt64( in read()
|
D | rtp_test.cpp | 207 CHECK(buffer->meta_data()->findInt64(kKeyTime, &timeUs)); in main()
|
/frameworks/av/media/libmedia/ |
D | IMediaSource.cpp | 178 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/ |
D | SensorEventConnection.cpp | 219 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/ |
D | record.cpp | 95 (*buffer)->meta_data()->clear(); 96 (*buffer)->meta_data()->setInt64( 245 if (!buffer->meta_data()->findInt32(kKeyIsSyncFrame, &isSync)) {
|
D | recordvideo.cpp | 117 (*buffer)->meta_data()->clear(); in read() 118 (*buffer)->meta_data()->setInt64( in read()
|
D | SineSource.cpp | 91 buffer->meta_data()->setInt64( in read()
|
D | stagefright.cpp | 248 CHECK(buffer->meta_data()->findInt64(kKeyTime, ×tampUs)); 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/ |
D | MatroskaExtractor.cpp | 543 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/ |
D | AacAdtsExtractor.cpp | 295 buffer->meta_data()->setInt64(kKeyTime, mCurrentTimeUs); in read() 296 buffer->meta_data()->setInt32(kKeyIsSyncFrame, 1); in read()
|
/frameworks/av/media/libstagefright/mpeg2ts/ |
D | AnotherPacketSource.cpp | 207 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/ |
D | MediaBuffer.h | 80 sp<MetaData> meta_data();
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | GenericSource.cpp | 1277 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/ |
D | sensor.h | 244 AMetaDataEvent meta_data; member
|