Home | History | Annotate | Download | only in videocodec

Lines Matching refs:ProcessCacheOperation

338 OMX_BOOL OMXVideoEncoderAVC::ProcessCacheOperation(OMX_BUFFERHEADERTYPE **buffers) {
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)) {