Searched refs:nAllocLen (Results 1 - 13 of 13) sorted by relevance

/frameworks/av/media/libstagefright/codecs/avc/enc/
H A DSoftAVCEncoder.cpp496 uint32_t dataLength = outHeader->nAllocLen;
528 dataLength = outHeader->nAllocLen - outHeader->nFilledLen;
625 dataLength = outHeader->nAllocLen; // Reset the output buffer length
627 if (outHeader->nAllocLen >= 4) {
/frameworks/av/media/libstagefright/omx/
H A DGraphicBufferSource.cpp214 header, header->nAllocLen, header->pBuffer);
235 header, header->nAllocLen, header->nFilledLen,
657 CHECK(header->nAllocLen >= 4 + sizeof(buffer_handle_t));
712 CHECK(header->nAllocLen >= fillLen);
H A DSimpleSoftOMXComponent.cpp201 (*header)->nAllocLen = size;
H A DOMXNodeInstance.cpp79 (addr), (header)->nAllocLen, (header)->pBuffer
81 (intptr_t)(addr), (header)->nAllocLen, (header)->pBuffer, \
/frameworks/av/media/libstagefright/codecs/raw/
H A DSoftRaw.cpp181 CHECK_GE(outHeader->nAllocLen, inHeader->nFilledLen);
/frameworks/av/media/libstagefright/codecs/amrnb/enc/
H A DSoftAMRNBEncoder.cpp356 size_t outAvailable = outHeader->nAllocLen - outHeader->nOffset;
/frameworks/native/include/media/openmax/
H A DOMX_Core.h421 OMX_U32 nAllocLen; /**< size of the buffer allocated, in bytes */ member in struct:OMX_BUFFERHEADERTYPE
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DSoftAACEncoder.cpp509 size_t outAvailable = outHeader->nAllocLen - outHeader->nOffset;
H A DSoftAACEncoder2.cpp551 size_t outAvailable = outHeader->nAllocLen - outHeader->nOffset;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp403 size_t outAvailable = outHeader->nAllocLen - outHeader->nOffset;
/frameworks/av/media/libstagefright/codecs/flac/enc/
H A DSoftFlacEncoder.cpp395 if (bytes > outHeader->nAllocLen - outHeader->nOffset - outHeader->nFilledLen) {
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/
H A DSoftMPEG4Encoder.cpp383 int32_t dataLength = outHeader->nAllocLen;
/frameworks/av/media/libstagefright/codecs/aacdec/
H A DSoftAAC2.cpp845 > outHeader->nAllocLen) {
854 int numSamples = outHeader->nAllocLen / sizeof(int16_t);

Completed in 711 milliseconds