Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp273 OMX_BUFFERHEADERTYPE *omxbuf = NULL; in ProcessorStop() local
276 omxbuf = * mBFrameList.begin(); in ProcessorStop()
277 this->ports[INPORT_INDEX]->ReturnThisBuffer(omxbuf); in ProcessorStop()
372 OMX_BUFFERHEADERTYPE *omxbuf = NULL; in ProcessCacheOperation() local
385 omxbuf = *mBFrameList.begin(); in ProcessCacheOperation()
386 ports[INPORT_INDEX]->PushThisBuffer(omxbuf); in ProcessCacheOperation()
390 omxbuf = *mBFrameList.begin(); in ProcessCacheOperation()
394 omxbuf->nFlags |= OMX_BUFFERFLAG_EOS; in ProcessCacheOperation()
400 uint32_t tmp = (uint32_t) omxbuf->pPlatformPrivate; in ProcessCacheOperation()
402 omxbuf->pPlatformPrivate = (OMX_PTR) tmp; in ProcessCacheOperation()
[all …]