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

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderMPEG4.cpp 91 OMX_U32 outflags = 0; local
144 outflags |= OMX_BUFFERFLAG_CODECCONFIG;
145 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
146 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
170 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
175 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
224 buffers[OUTPORT_INDEX]->nFlags = outflags;
OMXVideoEncoderH263.cpp 97 OMX_U32 outflags = 0; local
166 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
170 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
220 buffers[OUTPORT_INDEX]->nFlags = outflags;
225 outflags);
OMXVideoEncoderVP8.cpp 84 OMX_U32 outflags = 0; local
90 outflags |= OMX_BUFFERFLAG_EOS;
165 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
170 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
220 buffers[OUTPORT_INDEX]->nFlags = outflags;
OMXVideoEncoderAVC.cpp 515 OMX_U32 outflags = 0; local
519 outflags |= OMX_BUFFERFLAG_CODECCONFIG;
523 outflags |= OMX_BUFFERFLAG_SYNCFRAME;
527 outflags |= OMX_BUFFERFLAG_EOS;
532 outflags |= OMX_BUFFERFLAG_ENDOFFRAME;
550 buffers[OUTPORT_INDEX]->nFlags = outflags;
552 LOGV("emit one empty EOS OMX output buf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp);
561 buffers[OUTPORT_INDEX]->nFlags = outflags;
565 LOGV("emit one OMX output buf = %p:%d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp);
    [all...]

Completed in 104 milliseconds