HomeSort by relevance Sort by last modified time
    Searched full:modeid (Results 1 - 7 of 7) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/vgl/
SDL_vglvideo.h 39 int ModeId;
SDL_vglvideo.c 341 if (VGLInit(modes[i]->ModeId) != 0) {
349 VGLCurMode->ModeId = modes[i]->ModeId;
604 modescp->ModeId = _IO('V', minfo.vi_mode - M_VESA_BASE);
606 modescp->ModeId = _IO('S', minfo.vi_mode);
  /external/speex/libspeex/
speex_header.c 106 header->mode = m->modeID;
108 if (m->modeID<0)
sb_celp.c 459 spx_int32_t modeid; local
460 modeid = mode->nb_modes-1;
464 while (modeid)
470 thresh = mode->vbr_thresh[modeid][v1];
472 thresh = (st->vbr_quality-v1) * mode->vbr_thresh[modeid][v1+1] +
473 (1+v1-st->vbr_quality) * mode->vbr_thresh[modeid][v1];
474 if (st->relative_quality >= thresh && st->sampling_rate*st->submodes[modeid]->bits_per_frame/st->full_frame_size <= st->vbr_max_high)
476 modeid--;
478 speex_encoder_ctl(state, SPEEX_SET_HIGH_MODE, &modeid);
490 int modeid; local
    [all...]
  /external/speex/include/speex/
speex.h 206 /** modeID for the defined narrowband mode */
209 /** modeID for the defined wideband mode */
212 /** modeID for the defined ultra-wideband mode */
260 int modeID;
  /frameworks/base/core/java/android/inputmethodservice/
Keyboard.java 509 * @param modeId keyboard mode identifier
511 public Keyboard(Context context, int xmlLayoutResId, int modeId) {
523 mKeyboardMode = modeId;
  /prebuilt/sdk/6/
android.jar 

Completed in 25 milliseconds