Home
last modified time | relevance | path

Searched refs:updatedFormat (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
DIOProfile.cpp41 audio_format_t *updatedFormat, in getCompatibilityScore() argument
105 if (updatedFormat != nullptr) { in getCompatibilityScore()
106 *updatedFormat = myUpdatedFormat; in getCompatibilityScore()
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
DIOProfile.h102 audio_format_t *updatedFormat,
/frameworks/av/media/libstagefright/
DMediaCodec.cpp2834 sp<AMessage> updatedFormat = format->dup(); in shapeMediaFormat() local
2835 AMediaFormat *updatedNdkFormat = AMediaFormat_fromMsg(&updatedFormat); in shapeMediaFormat()
2839 AMediaFormat_getFormat(updatedNdkFormat, &updatedFormat); in shapeMediaFormat()
2841 sp<AMessage> deltas = updatedFormat->changesFrom(format, false /* deep */); in shapeMediaFormat()
/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp7975 audio_format_t updatedFormat = AUDIO_FORMAT_INVALID; in getInputProfile() local
7986 &updatedFormat, in getInputProfile()
7993 format = updatedFormat; in getInputProfile()
8003 &updatedFormat, in getInputProfile()
8017 format = updatedFormat; in getInputProfile()