Home
last modified time | relevance | path

Searched refs:pBufdata (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvomxencnode/src/
Dpvmf_omx_enc_node.cpp5106 uint8 *pBufdata = ((uint8*) aBuffer->pBuffer); in FillBufferDoneProcessing() local
5108 pBufdata += aBuffer->nOffset; in FillBufferDoneProcessing()
5121 bool frameInVolHdr = CheckM4vVopStartCode(pBufdata, &vol_len); in FillBufferDoneProcessing()
5132 oscl_memcpy(volHeader.ptr, pBufdata, volHeader.len); in FillBufferDoneProcessing()
5145 pBufdata += vol_len; in FillBufferDoneProcessing()
5172 oscl_memcpy(configHeader.ptr, pBufdata, configHeader.len); in FillBufferDoneProcessing()
5190 pBufdata += iFirstNALStartCodeSize; in FillBufferDoneProcessing()
5194 uint8 *bitstream = pBufdata; in FillBufferDoneProcessing()
5215 … oscl_memcpy(destptr, pBufdata, aBuffer->nFilledLen); // copy SPS into iParamSet memfragment in FillBufferDoneProcessing()
5235 … oscl_memcpy(destptr, pBufdata, aBuffer->nFilledLen); // copy PPS into iParamSet memfragment in FillBufferDoneProcessing()
[all …]
/external/opencore/nodes/pvomxbasedecnode/src/
Dpvmf_omx_basedec_node.cpp3700 uint8 *pBufdata = ((uint8*) aBuffer->pBuffer); in FillBufferDoneProcessing() local
3702 pBufdata += aBuffer->nOffset; in FillBufferDoneProcessing()
3709 …:FillBufferDoneProcessing: Wrapping buffer %x of size %d", iName.Str(), pBufdata, aBuffer->nFilled… in FillBufferDoneProcessing()
3716 …OsclSharedPtr<PVMFMediaDataImpl> MediaDataOut = WrapOutputBuffer(pBufdata, (uint32)(aBuffer->nFill… in FillBufferDoneProcessing()
3722 …lem wrapping buffer %x of size %d - releasing the buffer", iName.Str(), pBufdata, aBuffer->nFilled… in FillBufferDoneProcessing()
3734 …r %x of size %d queued - reschedule the node to send out", iName.Str(), pBufdata, aBuffer->nFilled… in FillBufferDoneProcessing()
3744 …oblem queing buffer %x of size %d - releasing the buffer", iName.Str(), pBufdata, aBuffer->nFilled… in FillBufferDoneProcessing()