HomeSort by relevance Sort by last modified time
    Searched defs:eState (Results 1 - 13 of 13) sorted by null

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Other.h 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/
265 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */
  /frameworks/base/include/media/stagefright/openmax/
OMX_Other.h 251 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/
282 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
293 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Other.h 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/
265 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Other.h 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/
265 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Other.h 234 OMX_TIME_CLOCKSTATE eState; /* Seeking Change. Added 7/12.*/
265 * On a SetConfig if eState is OMX_TIME_ClockStateRunning media time
276 OMX_TIME_CLOCKSTATE eState; /**< State of the media time. */
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleNativeHeap.java 226 int eState = buffer.get() & 0x000000ff;
228 //Log.e("ddm-nativeheap", "solidity: " + (eState & 0x7) + " - kind: "
229 // + ((eState >> 3) & 0x7) + " - len: " + eLen);
HeapSegment.java 165 int eState = (int)data.get() & 0x000000ff;
168 while ((eState & PARTIAL_MASK) != 0) {
174 if ((nextState & ~PARTIAL_MASK) != (eState & ~PARTIAL_MASK)) {
177 eState = nextState;
181 setSolidity(eState & 0x7);
182 setKind((eState >> 3) & 0x7);
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 194 OMX_STATETYPE eState;
215 OMX_STATETYPE eState;
377 OMX_STRING OMX_TEST_StateToString(OMX_STATETYPE eState)
381 switch (eState)
435 pContext->eState = (OMX_STATETYPE) nData2;
935 (pContext->eState == OMX_StateLoaded))
962 (pContext->eState == OMX_StateIdle))
974 if (pContext->eState != eToState)
1047 eError = OMX_GetState(pContext->hComp, &pContext->eState);
1049 if (OMX_StateLoaded != pContext->eState)
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_base.cpp 722 OMX_STATETYPE eState = (OMX_STATETYPE) param1;
732 if(eState == OMX_StateIdle)
749 else if(eState == OMX_StateLoaded)
757 else if(eState == OMX_StateWaitForResources)
764 else if(eState == OMX_StateExecuting)
772 else if(eState == OMX_StatePause)
780 else if(eState == OMX_StateInvalid)
783 post_event(OMX_EventError,eState,OMX_COMPONENT_GENERATE_EVENT);
789 eState);
799 if(eState == OMX_StateLoaded
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
VideoEncTest.c 310 OMX_STATETYPE eState;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/inc/
OMX_VideoEnc_Utils.h 585 OMX_STATETYPE eState;
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 878 OMX_STATETYPE eState;
    [all...]

Completed in 580 milliseconds