Searched defs:ProcessCacheOperation (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderAVC.cpp338 OMX_BOOL OMXVideoEncoderAVC::ProcessCacheOperation(OMX_BUFFERHEADERTYPE **buffers) { function in class:OMXVideoEncoderAVC
351 LOGV("ProcessCacheOperation Frame %d, type:%s, CacheOps:%s, NoSTOP=%d, EOS=%d\n",
359 LOGV("ProcessCacheOperation: This frame is Empty EOS buffer\n");
367 LOGV("ProcessCacheOperation: This B frame is cached\n");
432 LOGV("ProcessCacheOperation Completed return %d\n", Cached);
595 if (ProcessCacheOperation(buffers)) {

Completed in 25 milliseconds