HomeSort by relevance Sort by last modified time
    Searched refs:eInfo (Results 1 - 3 of 3) sorted by null

  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderAVC.cpp 343 Encode_Info eInfo;
345 eInfo.FrameType = GET_FT(encodeInfo);
347 eInfo.CacheOperation = GET_CO(encodeInfo);
348 eInfo.NotStopFrame = encodeInfo & ENC_NSTOP;
349 eInfo.FrameCount = GET_FC(encodeInfo);
352 eInfo.FrameCount, FrameTypeStr[eInfo.FrameType], CacheOperationStr[eInfo.CacheOperation],
353 eInfo.NotStopFrame, buffers[INPORT_INDEX]->nFlags & OMX_BUFFERFLAG_EOS);
362 if (eInfo.CacheOperation == CACHE_NONE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
timeprov.h 57 typedef HRESULT (WINAPI GetTimeSysInfoFunc)(TimeSysInfo eInfo,void *pvInfo);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 98 OMX_PTR eInfo;
178 OMX_U32 nData1,OMX_U32 nData2, OMX_STRING eInfo)
198 __LINE__,*((int *)(pAppData)), nData1, eInfo);
207 __LINE__,*((int *)(pAppData)), nData1, eInfo);
    [all...]

Completed in 128 milliseconds