HomeSort by relevance Sort by last modified time
    Searched refs:outfilledlen (Results 1 - 4 of 4) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderH263.cpp 95 OMX_U32 outfilledlen = 0; local
161 outfilledlen = outBuf.dataSize;
182 if (outfilledlen > 0) {
218 buffers[OUTPORT_INDEX]->nFilledLen = outfilledlen;
223 outfilledlen,
OMXVideoEncoderMPEG4.cpp 89 OMX_U32 outfilledlen = 0; local
149 outfilledlen = outBuf.dataSize;
166 outfilledlen = outBuf.dataSize;
189 if (outfilledlen > 0) {
222 buffers[OUTPORT_INDEX]->nFilledLen = outfilledlen;
OMXVideoEncoderVP8.cpp 82 OMX_U32 outfilledlen = 0; local
161 outfilledlen = outBuf.dataSize;
185 if (outfilledlen > 0) {
218 buffers[OUTPORT_INDEX]->nFilledLen = outfilledlen;
OMXVideoEncoderAVC.cpp 512 OMX_U32 outfilledlen = outBuf.dataSize; local
536 && !mCSDOutputted && outfilledlen > 0) {
545 if (outfilledlen == 0) {
552 LOGV("emit one empty EOS OMX output buf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp);
559 buffers[OUTPORT_INDEX]->nFilledLen = outfilledlen;
565 LOGV("emit one OMX output buf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp);
    [all...]

Completed in 87 milliseconds