Home
last modified time | relevance | path

Searched refs:nAllocLen (Results 1 – 12 of 12) sorted by relevance

/external/opencore/codecs_v2/omx/omx_amr/src/
Domx_amr_component.cpp492 && (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()
/external/opencore/codecs_v2/omx/omx_h264enc/src/
Domx_avcenc_component.cpp625 …_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()
/external/opencore/codecs_v2/omx/omx_mp3/src/
Domx_mp3_component.cpp457 && (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()
/external/opencore/codecs_v2/omx/omx_aac/src/
Domx_aac_component.cpp461 && (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()
/external/opencore/codecs_v2/omx/omx_m4venc/src/
Domx_mpeg4enc_component.cpp681 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()
/external/opencore/codecs_v2/omx/omx_h264/src/
Domx_avc_component.cpp451 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()
/external/opencore/codecs_v2/omx/omx_amrenc/src/
Domx_amrenc_component.cpp403 AllocNumberOutputFrames = ipOutputBuffer->nAllocLen / MAX_AMR_FRAME_SIZE; in ProcessData()
570 || (ipOutputBuffer->nAllocLen - ipOutputBuffer->nFilledLen) < iOutputFrameLength) in ProcessData()
/external/opencore/extern_libs_v2/khronos/openmax/include/
DOMX_Core.h421 OMX_U32 nAllocLen; /**< size of the buffer allocated, in bytes */ member
/external/opencore/codecs_v2/omx/omx_m4v/src/
Domx_mpeg4_component.cpp543 …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()
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp2316 …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()
/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp3853 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()
/external/opencore/codecs_v2/omx/omx_baseclass/src/
Dpv_omxcomponent.cpp1149 pBaseComponentPort->pBuffer[ii]->nAllocLen = nSizeBytes; in UseBuffer()
1277 pBaseComponentPort->pBuffer[ii]->nAllocLen = nSizeBytes; in AllocateBuffer()