Home
last modified time | relevance | path

Searched refs:getEntryNameAt (Results 1 – 12 of 12) sorted by relevance

/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAMessage.h197 const char *getEntryNameAt(size_t index, Type *type) const;
/aosp12/frameworks/av/media/libmedia/tests/codeclist/
H A DCodecListTest.cpp160 const char *name = details->getEntryNameAt(idxDetail, &type); in TEST()
/aosp12/frameworks/av/services/camera/libcameraservice/api2/
H A DHeicEncoderInfoManager.cpp155 const char* entryName = details->getEntryNameAt(i, &type); in getFrameRateMaps()
/aosp12/frameworks/av/media/ndk/
H A DNdkMediaFormat.cpp77 const char *name = f->getEntryNameAt(i, &t); in AMediaFormat_toString()
/aosp12/frameworks/base/media/jni/
H A Dandroid_media_Streams.cpp248 const char *key = msg->getEntryNameAt(i, &valueType); in ConvertMessageToMap()
/aosp12/frameworks/av/media/extractors/mpeg2/
H A DMPEG2TSExtractor.cpp111 const char *name = msg->getEntryNameAt(i, &type); in copyAMessageToAMediaFormat()
/aosp12/frameworks/av/media/libstagefright/foundation/
H A DAMessage.cpp953 const char *AMessage::getEntryNameAt(size_t index, Type *type) const { in getEntryNameAt() function in android::AMessage
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp1868 const char *mapSrc = details->getEntryNameAt(ix, &entryType); in loadCodecProperties()
4468 keys.emplace(diff1->getEntryNameAt(i, &type)); in handleOutputFormatChangeIfNeeded()
4472 keys.emplace(diff2->getEntryNameAt(i, &type)); in handleOutputFormatChangeIfNeeded()
H A DMPEG4Writer.cpp4984 const char *key = mMetaKeys->getEntryNameAt(i, &type); in writeKeys()
5001 const char *key = mMetaKeys->getEntryNameAt(i, &type); in writeIlst()
H A DACodec.cpp8127 const char* key = params->getEntryNameAt(i - 1, &keyType); in setVendorParameters()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DCCodecConfig.cpp1703 AString name = params->getEntryNameAt(ix, &type); in getReflectedFormat()
H A DCCodec.cpp516 if (sIgnoredKeys.count(diff->getEntryNameAt(i - 1, &type)) > 0) { in RevertOutputFormatIfNeeded()