Home
last modified time | relevance | path

Searched refs:shaper (Results 1 – 8 of 8) sorted by relevance

/aosp12/frameworks/av/media/libmediaformatshaper/
H A DFormatShaper.cpp43 int shapeFormat(shaperHandle_t shaper, AMediaFormat* inFormat, int flags) { in shapeFormat() argument
44 CodecProperties *codec = (CodecProperties*) shaper; in shapeFormat()
73 CodecProperties *codec = (CodecProperties*) shaper; in setMap()
86 int setFeature(shaperHandle_t shaper, const char *feature, int value) { in setFeature() argument
88 CodecProperties *codec = (CodecProperties*) shaper; in setFeature()
105 CodecProperties *codec = (CodecProperties*) shaper; in setTuning()
139 CodecProperties *codec = (CodecProperties*) shaper; in registerShaper()
162 const char **getMappings(shaperHandle_t shaper, const char *kind) { in getMappings() argument
163 CodecProperties *codec = (CodecProperties*) shaper; in getMappings()
172 const char **getReverseMappings(shaperHandle_t shaper, const char *kind) { in getReverseMappings() argument
[all …]
/aosp12/frameworks/av/media/libmediaformatshaper/include/media/formatshaper/
H A DFormatShaper.h70 typedef shaperHandle_t (*registerShaper_t)(shaperHandle_t shaper, const char *codecName,
78 typedef int (*setMap_t)(shaperHandle_t shaper, const char *kind, const char *from, const char *to);
84 typedef int (*setFeature_t)(shaperHandle_t shaper, const char *feature, int value);
90 typedef int (*setTuning_t)(shaperHandle_t shaper, const char *feature, const char * value);
/aosp12/frameworks/av/include/media/
H A DVolumeShaper.h1070 for (const auto &shaper : mVolumeShapers) { in toString() local
1076 ss << shaper.toString().c_str(); in toString()
1085 for (const auto &shaper : mVolumeShapers) { in forall() local
1086 VolumeShaper::Status status = lambda(shaper); in forall()
1087 VS_LOG("forall applying lambda on shaper (%p): %d", &shaper, (int)status); in forall()
1137 for (const auto &shaper : mVolumeShapers) { in numberOfUserVolumeShapers_l() local
1138 count += (shaper.mConfiguration->getId() >= VolumeShaper::kSystemVolumeShapersMax); in numberOfUserVolumeShapers_l()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp2294 mVolumeHandler->forall([&t](const VolumeShaper &shaper) -> VolumeShaper::Status { in open() argument
2296 new VolumeShaper::Operation(shaper.mOperation); in open()
2304 if (shaper.isStarted()) { in open()
2307 return t->applyVolumeShaper(shaper.mConfiguration, operationToEnd); in open()
/aosp12/frameworks/av/media/libaudioclient/
H A DAudioTrack.cpp2807 mVolumeHandler->forall([this](const VolumeShaper &shaper) -> VolumeShaper::Status { in restoreTrack_l() argument
2809 new VolumeShaper::Operation(shaper.mOperation); in restoreTrack_l()
2817 if (shaper.isStarted()) { in restoreTrack_l()
2821 shaper.mConfiguration->writeToParcelable(&config); in restoreTrack_l()
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
H A Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
H A Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...