From c2416f5e9360db0a6a3578fff087392fc7656f38 Mon Sep 17 00:00:00 2001 From: Fraunhofer IIS FDK Date: Tue, 16 Mar 2021 14:51:32 +0100 Subject: Add parameter pointer check to aacEncInfo() encoder API function. Bug: 186777497 Test: atest android.media.cts.DecoderTestAacFormat android.media.cts.DecoderTestXheAac android.media.cts.DecoderTestAacDrc Change-Id: I5d758d2708a613382d9ad6d02a9dbe46ae2ef0cf --- documentation/aacEncoder.pdf | Bin 443728 -> 443831 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'documentation') diff --git a/documentation/aacEncoder.pdf b/documentation/aacEncoder.pdf index 77b8f4c..a47708a 100644 Binary files a/documentation/aacEncoder.pdf and b/documentation/aacEncoder.pdf differ -- cgit v1.2.3 From 09cf32a6c7f5f0a3d9be6b8b0018211a86d9a57a Mon Sep 17 00:00:00 2001 From: Fraunhofer IIS FDK Date: Tue, 16 Mar 2021 14:52:07 +0100 Subject: Refine aacDecoder_DecodeFrame() output buffer parameter type description. Bug: 186777497 Test: atest android.media.cts.DecoderTestAacFormat android.media.cts.DecoderTestXheAac android.media.cts.DecoderTestAacDrc Change-Id: I83a460d03c7cde3e4f74011a7c3556c4cfd08cdd --- documentation/aacDecoder.pdf | Bin 490978 -> 492288 bytes libAACdec/include/aacdecoder_lib.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/aacDecoder.pdf b/documentation/aacDecoder.pdf index cc7cf41..3d4699e 100644 Binary files a/documentation/aacDecoder.pdf and b/documentation/aacDecoder.pdf differ diff --git a/libAACdec/include/aacdecoder_lib.h b/libAACdec/include/aacdecoder_lib.h index 56f4ec1..d7928c0 100644 --- a/libAACdec/include/aacdecoder_lib.h +++ b/libAACdec/include/aacdecoder_lib.h @@ -1032,7 +1032,7 @@ LINKSPEC_H AAC_DECODER_ERROR aacDecoder_Fill(HANDLE_AACDECODER self, * \param self AAC decoder handle. * \param pTimeData Pointer to external output buffer where the decoded PCM * samples will be stored into. - * \param timeDataSize Size of external output buffer. + * \param timeDataSize Size of external output buffer in PCM samples. * \param flags Bit field with flags for the decoder: \n * (flags & AACDEC_CONCEAL) == 1: Do concealment. \n * (flags & AACDEC_FLUSH) == 2: Discard input data. Flush -- cgit v1.2.3