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

  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec.c 176 /* -ve value for fromFrame would disable this automatically */
177 pComponentPrivate->debugframeInfo.fromFrame = atoi(strtok(value, ":"));
179 pComponentPrivate->debugframeInfo.runningFrame = pComponentPrivate->debugframeInfo.fromFrame;
757 ALOGV("frm[%u] to[%u] run[%u]", pCompPrv->debugframeInfo.fromFrame, pCompPrv->debugframeInfo.toFrame, pCompPrv->debugframeInfo.runningFrame);
760 if ((pCompPrv->debugframeInfo.fromFrame == 0) && (pCompPrv->debugframeInfo.runningFrame <= pCompPrv->debugframeInfo.toFrame))
778 else if (pCompPrv->debugframeInfo.fromFrame > 0)
780 pCompPrv->debugframeInfo.fromFrame--;
  /external/v8/test/mjsunit/
debug-backtrace.js 106 assertEquals(0, backtrace.fromFrame);
126 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":1,"toFrame":3}}'
129 assertEquals(1, backtrace.fromFrame);
144 json = '{"seq":0,"type":"request","command":"backtrace","arguments":{"fromFrame":0,"toFrame":2, "bottom":true}}'
147 assertEquals(2, backtrace.fromFrame);
  /hardware/ti/omap4-aah/domx/domx/
omx_proxy_common.h 220 * @param fromFrame: From which frame to start dumping
232 OMX_S32 fromFrame;
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedStateListDrawable.java 276 final int fromFrame = reversed ? frameCount - 1 : 0;
279 final ObjectAnimator anim = ObjectAnimator.ofInt(ad, "currentIndex", fromFrame, toFrame);
  /external/v8/src/debug/
debug.js     [all...]

Completed in 410 milliseconds