Home
last modified time | relevance | path

Searched refs:outfilledlen (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderH263.cpp95 OMX_U32 outfilledlen = 0; in ProcessorProcess() local
161 outfilledlen = outBuf.dataSize; in ProcessorProcess()
182 if (outfilledlen > 0) { in ProcessorProcess()
218 buffers[OUTPORT_INDEX]->nFilledLen = outfilledlen; in ProcessorProcess()
223 outfilledlen, in ProcessorProcess()
DOMXVideoEncoderMPEG4.cpp89 OMX_U32 outfilledlen = 0; in ProcessorProcess() local
149 outfilledlen = outBuf.dataSize; in ProcessorProcess()
166 outfilledlen = outBuf.dataSize; in ProcessorProcess()
189 if (outfilledlen > 0) { in ProcessorProcess()
222 buffers[OUTPORT_INDEX]->nFilledLen = outfilledlen; in ProcessorProcess()
DOMXVideoEncoderVP8.cpp82 OMX_U32 outfilledlen = 0; in ProcessorProcess() local
161 outfilledlen = outBuf.dataSize; in ProcessorProcess()
185 if (outfilledlen > 0) { in ProcessorProcess()
218 buffers[OUTPORT_INDEX]->nFilledLen = outfilledlen; in ProcessorProcess()
DOMXVideoEncoderAVC.cpp512 OMX_U32 outfilledlen = outBuf.dataSize; in ProcessDataRetrieve() local
536 && !mCSDOutputted && outfilledlen > 0) { in ProcessDataRetrieve()
545 if (outfilledlen == 0) { in ProcessDataRetrieve()
552 …uf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outt… in ProcessDataRetrieve()
559 buffers[OUTPORT_INDEX]->nFilledLen = outfilledlen; in ProcessDataRetrieve()
565 …uf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outt… in ProcessDataRetrieve()