Searched refs:omxbuf (Results 1 – 1 of 1) sorted by relevance
273 OMX_BUFFERHEADERTYPE *omxbuf = NULL; in ProcessorStop() local276 omxbuf = * mBFrameList.begin(); in ProcessorStop()277 this->ports[INPORT_INDEX]->ReturnThisBuffer(omxbuf); in ProcessorStop()372 OMX_BUFFERHEADERTYPE *omxbuf = NULL; in ProcessCacheOperation() local385 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 …]