Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/
DOMXVideoEncoderAVC.cpp343 Encode_Info eInfo; in ProcessCacheOperation() local
345 eInfo.FrameType = GET_FT(encodeInfo); in ProcessCacheOperation()
347 eInfo.CacheOperation = GET_CO(encodeInfo); in ProcessCacheOperation()
348 eInfo.NotStopFrame = encodeInfo & ENC_NSTOP; in ProcessCacheOperation()
349 eInfo.FrameCount = GET_FC(encodeInfo); in ProcessCacheOperation()
352eInfo.FrameCount, FrameTypeStr[eInfo.FrameType], CacheOperationStr[eInfo.CacheOperation], in ProcessCacheOperation()
353 eInfo.NotStopFrame, buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS); in ProcessCacheOperation()
362 if (eInfo.CacheOperation == CACHE_NONE) { in ProcessCacheOperation()
364 } else if (eInfo.CacheOperation == CACHE_PUSH) { in ProcessCacheOperation()
369 } else if (eInfo.CacheOperation == CACHE_POP) { in ProcessCacheOperation()
[all …]