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

  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Thread.c 177 if (pComponentPrivate->eState != OMX_StateLoaded)
293 (pComponentPrivate->eState != OMX_StatePause &&
294 pComponentPrivate->eState != OMX_StateIdle &&
295 pComponentPrivate->eState != OMX_StateLoaded))
312 (pComponentPrivate->eState!= OMX_StatePause &&
313 pComponentPrivate->eState != OMX_StateIdle &&
314 pComponentPrivate->eState != OMX_StateLoaded))
OMX_VideoEnc_Utils.c 411 pComponentPrivate->eState = OMX_StateInvalid;
844 if (pComponentPrivate->eState != OMX_StateLoaded)
868 if (pComponentPrivate->eState != OMX_StateLoaded)
    [all...]
OMX_VideoEncoder.c     [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
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);
HandleNativeHeap.java 226 int eState = buffer.get() & 0x000000ff;
228 //Log.e("ddm-nativeheap", "solidity: " + (eState & 0x7) + " - kind: "
229 // + ((eState >> 3) & 0x7) + " - len: " + eLen);
  /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. */
  /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/venc/test/
venc_test.cpp 311 void SetState(OMX_STATETYPE eState)
313 #define GOTO_STATE(eState) \
314 case eState: \
316 D("Going to state " # eState"..."); \
319 (OMX_U32) eState, \
321 while (m_eState != eState) \
325 D("Now in state " # eState); \
329 switch (eState)
620 #define SET_STATE(eState) \
621 case eState:
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /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/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c     [all...]
OMX_VideoDecoder.c 528 pComponentPrivate->eState = OMX_StateLoaded;
625 if (pComponentPrivate->eState == OMX_StateInvalid) {
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]
sqlite3.c.orig     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h 878 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_encode/test/
VideoEncTest.c 310 OMX_STATETYPE eState;
    [all...]

Completed in 1036 milliseconds