Searched refs:outflags (Results 1 – 4 of 4) sorted by relevance
/hardware/intel/common/omx-components/videocodec/ |
D | OMXVideoEncoderMPEG4.cpp | 91 OMX_U32 outflags = 0; in ProcessorProcess() local 144 outflags |= OMX_BUFFERFLAG_CODECCONFIG; in ProcessorProcess() 145 outflags |= OMX_BUFFERFLAG_ENDOFFRAME; in ProcessorProcess() 146 outflags |= OMX_BUFFERFLAG_SYNCFRAME; in ProcessorProcess() 170 outflags |= OMX_BUFFERFLAG_SYNCFRAME; in ProcessorProcess() 175 outflags |= OMX_BUFFERFLAG_ENDOFFRAME; in ProcessorProcess() 224 buffers[OUTPORT_INDEX]->nFlags = outflags; in ProcessorProcess()
|
D | OMXVideoEncoderH263.cpp | 97 OMX_U32 outflags = 0; in ProcessorProcess() local 166 outflags |= OMX_BUFFERFLAG_SYNCFRAME; in ProcessorProcess() 170 outflags |= OMX_BUFFERFLAG_ENDOFFRAME; in ProcessorProcess() 220 buffers[OUTPORT_INDEX]->nFlags = outflags; in ProcessorProcess() 225 outflags); in ProcessorProcess()
|
D | OMXVideoEncoderVP8.cpp | 84 OMX_U32 outflags = 0; in ProcessorProcess() local 90 outflags |= OMX_BUFFERFLAG_EOS; in ProcessorProcess() 165 outflags |= OMX_BUFFERFLAG_SYNCFRAME; in ProcessorProcess() 170 outflags |= OMX_BUFFERFLAG_ENDOFFRAME; in ProcessorProcess() 220 buffers[OUTPORT_INDEX]->nFlags = outflags; in ProcessorProcess()
|
D | OMXVideoEncoderAVC.cpp | 515 OMX_U32 outflags = 0; in ProcessDataRetrieve() local 519 outflags |= OMX_BUFFERFLAG_CODECCONFIG; in ProcessDataRetrieve() 523 outflags |= OMX_BUFFERFLAG_SYNCFRAME; in ProcessDataRetrieve() 527 outflags |= OMX_BUFFERFLAG_EOS; in ProcessDataRetrieve() 532 outflags |= OMX_BUFFERFLAG_ENDOFFRAME; in ProcessDataRetrieve() 550 buffers[OUTPORT_INDEX]->nFlags = outflags; in ProcessDataRetrieve() 552 …d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp); in ProcessDataRetrieve() 561 buffers[OUTPORT_INDEX]->nFlags = outflags; in ProcessDataRetrieve() 565 …d, flag = 0x%08x, ts=%lld", buffers[OUTPORT_INDEX]->pBuffer, outfilledlen, outflags, outtimestamp); in ProcessDataRetrieve()
|