OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProcessCacheOperation
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.h
120
OMX_BOOL
ProcessCacheOperation
(OMX_BUFFERHEADERTYPE **buffers);
OMXVideoEncoderAVC.cpp
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)) {
[
all
...]
Completed in 224 milliseconds