HomeSort by relevance Sort by last modified time
    Searched full:roll (Results 51 - 75 of 258) sorted by null

1 23 4 5 6 7 8 91011

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 184 * @retval OMX_NoError Success, ready to roll
548 * @retval OMX_NoError Success, ready to roll
596 * @retval OMX_NoError Success, ready to roll
643 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 497 * @retval OMX_NoError Success, ready to roll
626 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 156 * @retval OMX_NoError Success, ready to roll
508 * @retval OMX_NoError Success, ready to roll
557 * @retval OMX_NoError Success, ready to roll
609 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 206 * @retval OMX_NoError Success, ready to roll
490 * @retval OMX_NoError Success, ready to roll
538 * @retval OMX_NoError Success, ready to roll
567 * @retval OMX_NoError Success, ready to roll
728 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 414 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 268 * @retval OMX_NoError Success, ready to roll
504 * @retval OMX_NoError Success, ready to roll
545 * @retval OMX_NoError Success, ready to roll
607 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Utils.c 379 * @retval OMX_NoError Success, ready to roll
431 * @retval OMX_NoError Success, ready to roll
560 * @retval OMX_ErrorNone success, ready to roll
817 * @retval OMX_ErrorNone success, ready to roll
    [all...]
OMX_VideoEncoder.c 308 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 190 * @retval OMX_NoError Success, ready to roll
504 * @retval OMX_NoError Success, ready to roll
555 * @retval OMX_NoError Success, ready to roll
585 * @retval OMX_NoError Success, ready to roll
752 * @retval OMX_NoError Success, ready to roll
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 178 * @retval OMX_NoError Success, ready to roll
528 * @retval OMX_NoError Success, ready to roll
580 * @retval OMX_NoError Success, ready to roll
620 * @retval OMX_NoError Success, ready to roll
759 * @retval OMX_NoError Success, ready to roll
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
GregorianCalendar.java 1268 public void roll(int field, int value) { method in class:GregorianCalendar
1386 public void roll(int field, boolean increment) { method in class:GregorianCalendar
1387 roll(field, increment ? 1 : -1); method
    [all...]
  /external/icu4c/i18n/
calendar.cpp 1447 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
1452 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) function in class:Calendar
    [all...]
chnsecal.h 153 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode &status);
154 virtual void roll(EDateFields field, int32_t amount, UErrorCode &status);
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_macros.h 249 asm ("roll %%cl,%0"
267 asm ("roll %2,%0"
  /external/icu4c/test/intltest/
dadrcal.cpp 84 const UnicodeString kROLL("roll", "");
241 toCalendar->roll((UCalendarDateFields)q,
  /external/quake/quake/src/QW/client/
r_bsp.c 123 // roll
124 angle = currententity->angles[ROLL];
r_sprite.c 379 // that plane around the center according to the sprite entity's roll
381 angle = currententity->angles[ROLL] * (M_PI*2 / 360);
  /external/quake/quake/src/WinQuake/
r_bsp.cpp 123 // roll
124 angle = currententity->angles[ROLL];
r_sprite.cpp 379 // that plane around the center according to the sprite entity's roll
381 angle = currententity->angles[ROLL] * (M_PI*2 / 360);
sv_user.cpp 402 // show 1/3 the pitch angle and all the roll angle
407 angles[ROLL] = V_CalcRoll (sv_player->u.v.angles, sv_player->u.v.velocity)*4;
  /sdk/emulator/sensors/
sensors_qemu.c 358 /* "orientation:<azimuth>:<pitch>:<roll>" is sent when orientation changes */
363 data->sensors[ID_ORIENTATION].orientation.roll = params[2];
  /bionic/libc/bionic/
arc4random.c 278 * to re-roll.
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 236 " roll: " + (int)(mOrientation[2]*rad2deg) +
  /external/dbus/dbus/
dbus-threads.h 156 * Thus with pthreads you probably have to roll your own emulated
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4lib_int.h 78 int temporalRef; /* temporal reference, roll over at 256 */

Completed in 577 milliseconds

1 23 4 5 6 7 8 91011