Searched refs:representation (Results 1 – 6 of 6) sorted by relevance
48 final int representation = 1 /* REPRESENTATION_ENCODED */; in testPocCVE_2022_20338() local52 parcel.writeInt(representation); in testPocCVE_2022_20338()55 parcel.writeInt(representation); in testPocCVE_2022_20338()57 parcel.writeInt(representation); in testPocCVE_2022_20338()59 parcel.writeInt(representation); in testPocCVE_2022_20338()
101 private static int audioChannelMaskFromRepresentationAndBits(int representation, int bits) in audioChannelMaskFromRepresentationAndBits() argument103 return ((representation << AUDIO_CHANNEL_COUNT_MAX) | bits); in audioChannelMaskFromRepresentationAndBits()
142 pcm.representation = SL_ANDROID_PCM_REPRESENTATION_FLOAT; in Open()
117 pcm.representation = useFloat ? SL_ANDROID_PCM_REPRESENTATION_FLOAT in open()
132 pcm.representation = useFloat ? SL_ANDROID_PCM_REPRESENTATION_FLOAT in open()
126 // Convert the .txt file into its XML representation.