Searched refs:nAllocLen (Results 1 – 12 of 12) sorted by relevance
492 && (iSizeOutBufferForPortReconfig <= ipOutputBuffer->nAllocLen)) in DecodeWithoutMarker()502 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in DecodeWithoutMarker()701 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < (iOutputFrameLength)) in DecodeWithoutMarker()780 && (iSizeOutBufferForPortReconfig <= ipOutputBuffer->nAllocLen)) in DecodeWithMarker()790 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in DecodeWithMarker()981 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < (iOutputFrameLength)) in DecodeWithMarker()1221 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in DoSilenceInsertion()1270 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in DoSilenceInsertion()
625 …_U32)(((OMX_S32)ipOutputBuffer->nAllocLen - filledLength - (46 + 4 * (iNALCount + 1))) > 0) ? (ipO… in ProcessData()630 …utLength = (OMX_U32)(((OMX_S32)ipOutputBuffer->nAllocLen - filledLength) > 0) ? (ipOutputBuffer->n… in ProcessData()769 if (ipOutputBuffer->nAllocLen >= iInternalOutBufFilledLen) in CopyDataToOutputBuffer()778 oscl_memcpy(ipOutputBuffer->pBuffer, ipInternalOutBuffer, ipOutputBuffer->nAllocLen); in CopyDataToOutputBuffer()779 ipOutputBuffer->nFilledLen = ipOutputBuffer->nAllocLen; in CopyDataToOutputBuffer()1116 …if (aOutputBuffer->nAllocLen < (aOutputBuffer->nOffset + aOutputBuffer->nFilledLen + sizeOfExtraDa… in AppendExtraDataToBuffer()
457 && (iSizeOutBufferForPortReconfig <= ipOutputBuffer->nAllocLen)) in ProcessData()467 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in ProcessData()692 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < (iOutputFrameLength)) in ProcessData()888 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in DoSilenceInsertion()
461 && (iSizeOutBufferForPortReconfig <= ipOutputBuffer->nAllocLen)) in ProcessData()472 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in ProcessData()709 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < (iOutputFrameLength)) in ProcessData()982 if ((ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in DoSilenceInsertion()
681 OutputLength = ipOutputBuffer->nAllocLen; in ProcessData()821 if (ipOutputBuffer->nAllocLen >= iInternalOutBufFilledLen) in CopyDataToOutputBuffer()830 oscl_memcpy(ipOutputBuffer->pBuffer, ipInternalOutBuffer, ipOutputBuffer->nAllocLen); in CopyDataToOutputBuffer()831 ipOutputBuffer->nFilledLen = ipOutputBuffer->nAllocLen; in CopyDataToOutputBuffer()
451 OMX_U32 allocLen = ipInputBuffer->nAllocLen; in ParseFullAVCFramesIntoNALs()576 …if (ipOutputBuffer->nAllocLen < (OMX_U32)(((CurrWidth + 15)&(~15)) *((CurrHeight + 15)&(~15)) * 3 … in DecodeWithoutMarker()772 …if (ipOutputBuffer->nAllocLen < (OMX_U32)(((CurrWidth + 15)&(~15)) *((CurrHeight + 15)&(~15)) * 3 … in DecodeWithMarker()
403 AllocNumberOutputFrames = ipOutputBuffer->nAllocLen / MAX_AMR_FRAME_SIZE; in ProcessData()570 || (ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in ProcessData()
421 OMX_U32 nAllocLen; /**< size of the buffer allocated, in bytes */ member
543 …if (ipOutputBuffer->nAllocLen < (OMX_U32)((((CurrWidth + 15) >> 4) << 4) *(((CurrHeight + 15) >> 4… in DecodeWithoutMarker()736 …if (ipOutputBuffer->nAllocLen < (OMX_U32)((((CurrWidth + 15) >> 4) << 4) *(((CurrHeight + 15) >> 4… in DecodeWithMarker()
2316 …int32 temp = (input_buf->pBufHdr->nAllocLen - input_buf->pBufHdr->nFilledLen - (20 + 4 * (iNALCoun… in SendInputBufferToOMXComponent()2321 … bytes_remaining_in_buffer = (input_buf->pBufHdr->nAllocLen - input_buf->pBufHdr->nFilledLen); in SendInputBufferToOMXComponent()2644 …if (aInputBuffer->pBufHdr->nAllocLen < (aInputBuffer->pBufHdr->nFilledLen + sizeOfExtraDataStruct … in AppendExtraDataToBuffer()2782 …uint32 bytes_remaining_in_buffer = (input_buf->pBufHdr->nAllocLen - input_buf->pBufHdr->nFilledLen… in SendConfigBufferToOMXComponent()
3853 if (iFragmentSizeRemainingToCopy <= (input_buf->pBufHdr->nAllocLen)) in SendInputBufferToOMXComponent()3876 input_buf->pBufHdr->nAllocLen); in SendInputBufferToOMXComponent()3879 …d into buffer 0x%x of size %d, TS=%d", iNodeTypeId, input_buf->pBufHdr->nAllocLen, iCurrFragNum + … in SendInputBufferToOMXComponent()3881 input_buf->pBufHdr->nFilledLen = input_buf->pBufHdr->nAllocLen; in SendInputBufferToOMXComponent()3882 … iCopyPosition += input_buf->pBufHdr->nAllocLen; // move current position within fragment forward in SendInputBufferToOMXComponent()3883 iFragmentSizeRemainingToCopy -= input_buf->pBufHdr->nAllocLen; in SendInputBufferToOMXComponent()9769 OMX_U32 allocLen = aOutputBuffer->nAllocLen; in ParseFullAVCFramesIntoNALs()
1149 pBaseComponentPort->pBuffer[ii]->nAllocLen = nSizeBytes; in UseBuffer()1277 pBaseComponentPort->pBuffer[ii]->nAllocLen = nSizeBytes; in AllocateBuffer()