Home
last modified time | relevance | path

Searched refs:bytesConsumed (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/av/media/codecs/m4v_h263/fuzzer/
H A Dmpeg4_h263_enc_fuzzer.cpp149 size_t bytesConsumed = std::min(size, inputBufferSize); in encodeFrames() local
150 memcpy(inputBuffer, data, bytesConsumed); in encodeFrames()
151 if (bytesConsumed < inputBufferSize) { in encodeFrames()
152 memset(inputBuffer + bytesConsumed, data[0], inputBufferSize - bytesConsumed); in encodeFrames()
170 data += bytesConsumed; in encodeFrames()
171 size -= bytesConsumed; in encodeFrames()
H A Dmpeg4_h263_dec_fuzzer.cpp172 uint32_t bytesConsumed = 1; in decodeFrames() local
174 bytesConsumed = size - tempSize; in decodeFrames()
176 data += bytesConsumed; in decodeFrames()
177 size -= bytesConsumed; in decodeFrames()
/aosp12/frameworks/av/media/codec2/components/xaac/
H A DC2SoftXaacDec.cpp552 signed int bytesConsumed = 0; in process() local
557 &bytesConsumed, &mNumOutBytes); in process()
564 size -= bytesConsumed; in process()
565 offset += bytesConsumed; in process()
567 if (inBufferLength != (uint32_t)bytesConsumed) in process()
574 if (!bytesConsumed) { in process()
1284 int32_t* bytesConsumed, in decodeXAACStream() argument
1369 bytesConsumed); in decodeXAACStream()
H A DC2SoftXaacDec.h119 int32_t* bytesConsumed,
/aosp12/frameworks/av/media/libstagefright/codecs/xaacdec/
H A DSoftXAAC.cpp696 signed int bytesConsumed = 0; in onQueueFilled() local
701 decodeXAACStream(inBuffer, inBufferLength, &bytesConsumed, &numOutBytes); in onQueueFilled()
708 inHeader->nFilledLen -= bytesConsumed; in onQueueFilled()
709 inHeader->nOffset += bytesConsumed; in onQueueFilled()
721 if (0 == bytesConsumed) { in onQueueFilled()
1408 int32_t* bytesConsumed, int32_t* outBytes) { in decodeXAACStream() argument
1487 0, bytesConsumed); in decodeXAACStream()
H A DSoftXAAC.h91 int32_t* bytesConsumed, int32_t* outBytes);
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/art/build/boot/hiddenapi/
H A Dhiddenapi-max-target-o-low-priority.txt10944 Ljavax/net/ssl/SSLEngineResult;->bytesConsumed:I
/aosp12/art/build/boot/
H A Dboot-image-profile.txt7980 HSPLjavax/net/ssl/SSLEngineResult;->bytesConsumed()I
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt52721 method public final int bytesConsumed();
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt30588 HSPLjavax/net/ssl/SSLEngineResult;->bytesConsumed()I