Home
last modified time | relevance | path

Searched refs:setCString (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/av/media/libstagefright/rtsp/
DAPacketSource.cpp427 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_AVC); in APacketSource()
459 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_H263); in APacketSource()
470 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AAC); in APacketSource()
486 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AMR_NB); in APacketSource()
499 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AMR_WB); in APacketSource()
512 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_MPEG4); in APacketSource()
550 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AAC); in APacketSource()
569 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_CONTAINER_MPEG2TS); in APacketSource()
DARawAudioAssembler.cpp129 format->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_G711_MLAW); in MakeFormat()
131 format->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_G711_ALAW); in MakeFormat()
DVideoSource.h43 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW); in getFormat()
/frameworks/av/media/libstagefright/
DRemoteMediaExtractor.cpp62 mMetricsItem->setCString(kExtractorFormat, extractor->name()); in RemoteMediaExtractor()
73 mMetricsItem->setCString(kExtractorMime, mime); in RemoteMediaExtractor()
DMetaDataUtils.cpp46 meta.setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_AVC); in MakeAVCCodecSpecificData()
214 meta.setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AAC); in MakeAACCodecSpecificData()
DJPEGSource.cpp103 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_IMAGE_JPEG); in getFormat()
DAudioSource.cpp208 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_RAW); in getFormat()
DUtils.cpp787 meta->setCString(elem.second, value.c_str()); in convertMessageToMetaDataFromMappings()
1670 meta->setCString(kKeyMIMEType, mime.c_str()); in convertMessageToMetaData()
1711 meta->setCString(kKeyMediaLanguage, lang.c_str()); in convertMessageToMetaData()
/frameworks/av/media/libnblog/
DReportPerformance.cpp175 item->setCString(kThreadWorkHist, workHist.toString().c_str()); in sendToMediaMetrics()
180 item->setCString(kThreadLatencyHist, latencyHist.toString().c_str()); in sendToMediaMetrics()
185 item->setCString(kThreadWarmupHist, warmupHist.toString().c_str()); in sendToMediaMetrics()
202 item->setCString(kThreadType, typeString); in sendToMediaMetrics()
/frameworks/av/media/libstagefright/mpeg2ts/
DESQueue.cpp215 (*metaData)->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AC3); in parseAC3SyncFrame()
288 (*metaData)->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_EAC3); in parseEAC3SyncFrame()
358 (*metaData)->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_AC4); in parseAC4SyncFrame()
810 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_AVC); in dequeueScrambledAccessUnit()
833 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_MPEG2); in dequeueScrambledAccessUnit()
1105 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_RAW); in dequeueAccessUnitPCMAudio()
1588 mFormat->setCString( in dequeueAccessUnitMPEGAudio()
1592 mFormat->setCString( in dequeueAccessUnitMPEGAudio()
1596 mFormat->setCString( in dequeueAccessUnitMPEGAudio()
1703 mFormat->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_MPEG2); in dequeueAccessUnitMPEGVideo()
[all …]
/frameworks/av/media/libmediaplayerservice/nuplayer/
DNuPlayerDriver.cpp590 mMetricsItem->setCString(kPlayerDataSourceType, mPlayer->getDataSourceType()); in updateMetrics()
604 mMetricsItem->setCString(kPlayerVMime, mime.c_str()); in updateMetrics()
606 mMetricsItem->setCString(kPlayerVCodec, name.c_str()); in updateMetrics()
629 mMetricsItem->setCString(kPlayerAMime, mime.c_str()); in updateMetrics()
631 mMetricsItem->setCString(kPlayerACodec, name.c_str()); in updateMetrics()
1046 mMetricsItem->setCString(kPlayerErrorState, stateString(mState).c_str()); in notifyListener_l()
/frameworks/av/services/audiopolicy/service/
DAudioPolicyInterfaceImpl.cpp619 item->setCString(kAudioPolicyRqstSrc, in startInput()
623 item->setCString(kAudioPolicyRqstPkg, in startInput()
626 item->setCString(kAudioPolicyRqstPkg, std::to_string(client->uid).c_str()); in startInput()
628 item->setCString( in startInput()
639 item->setCString(kAudioPolicyActiveSrc, in startInput()
643 item->setCString(kAudioPolicyActivePkg, in startInput()
646 item->setCString(kAudioPolicyRqstPkg, in startInput()
649 item->setCString(kAudioPolicyActiveDevice, in startInput()
/frameworks/av/cmds/stagefright/
DSineSource.cpp53 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_AUDIO_RAW); in getFormat()
Drecordvideo.cpp76 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW); in getFormat()
Drecord.cpp67 meta->setCString(kKeyMIMEType, MEDIA_MIMETYPE_VIDEO_RAW);
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp297 item.setCString("name", "Frank").setCString("mother", "June").setCString("mother", "July"); in TEST()
405 .setCString("string", "abc") in TEST()
423 .setCString("string", "abc") in TEST()
446 .setCString("string", "abc") in TEST()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h290 bool setCString(uint32_t key, const char *value);
/frameworks/av/media/libmediametrics/
DMediaMetrics.cpp92 if (item != NULL) item->setCString(attr, value); in mediametrics_setCString()
/frameworks/av/drm/drmserver/
DDrmManager.cpp152 item->setCString("plugin_id", metrics.mPluginId.c_str()); in flushEngineMetrics()
153 item->setCString("description", metrics.mDescription.c_str()); in flushEngineMetrics()
160 item->setCString("mime_types", mimeTypesStr.c_str()); in flushEngineMetrics()
/frameworks/av/media/libaudioclient/
DAudioRecord.cpp82 mMetricsItem->setCString(MM_PREFIX "encoding", toString(record->mFormat).c_str()); in gather()
83 mMetricsItem->setCString(MM_PREFIX "source", toString(record->mAttributes.source).c_str()); in gather()
91 mMetricsItem->setCString(MM_PREFIX "attributes", toString(record->mAttributes).c_str()); in gather()
104 mMetricsItem->setCString(MM_PREFIX "lastError.at", mLastErrorFunc.c_str()); in gather()
DAudioTrack.cpp186 mMetricsItem->setCString(MM_PREFIX "streamtype", toString(track->streamType()).c_str()); in gather()
187 mMetricsItem->setCString(MM_PREFIX "type", in gather()
189 mMetricsItem->setCString(MM_PREFIX "usage", toString(track->mAttributes.usage).c_str()); in gather()
196 mMetricsItem->setCString(MM_PREFIX "encoding", toString(track->mFormat).c_str()); in gather()
198 mMetricsItem->setCString(MM_PREFIX "attributes", toString(track->mAttributes).c_str()); in gather()
/frameworks/av/media/libstagefright/foundation/
DMetaDataBase.cpp120 bool MetaDataBase::setCString(uint32_t key, const char *value) { in setCString() function in android::MetaDataBase
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp216 trackMeta->setCString(kKeyMIMEType, mime); in getImageInternal()
DStagefrightRecorder.cpp1190 mMetricsItem->setCString(kRecorderAudioMime, audiomime.c_str()); in createAudioSource()
1751 mMetricsItem->setCString(kRecorderVideoMime, videomime.c_str()); in setupVideoEncoder()
/frameworks/av/media/libmediametrics/include/media/
DMediaMetricsItem.h960 Item &setCString(const char *key, const char *value) { in setCString() function

12