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

  /external/webrtc/webrtc/modules/audio_coding/neteq/
decision_logic_normal.h 20 // Implementation of the DecisionLogic class for playout modes kPlayoutOn and
55 Modes prev_mode,
65 Modes prev_mode,
71 virtual Operations ExpectedPacketAvailable(Modes prev_mode, bool play_dtmf);
80 Operations CngOperation(Modes prev_mode, uint32_t target_timestamp,
defines.h 34 enum Modes {
decision_logic.h 80 Modes prev_mode,
139 Modes prev_mode,
145 void FilterBufferLevel(size_t buffer_size_packets, Modes prev_mode);
decision_logic_fax.h 20 // Implementation of the DecisionLogic class for playout modes kPlayoutFax and
51 Modes prev_mode,
normal.h 54 Modes last_mode,
decision_logic_normal.cc 32 Modes prev_mode,
87 Operations DecisionLogicNormal::CngOperation(Modes prev_mode,
131 Operations DecisionLogicNormal::ExpectedPacketAvailable(Modes prev_mode,
153 Modes prev_mode,
decision_logic_fax.cc 27 Modes prev_mode,
decision_logic.cc 109 Modes prev_mode,
154 Modes prev_mode) {
normal.cc 29 Modes last_mode,
neteq_impl.h 382 Modes last_mode_ GUARDED_BY(crit_sect_);
  /external/mesa3d/src/egl/main/
eglscreen.c 97 screen->Modes = (_EGLMode *) calloc(num_modes, sizeof(*screen->Modes));
98 screen->NumModes = (screen->Modes) ? num_modes : 0;
123 screen->Modes[i].Handle = screen->Handle + i;
eglmode.c 72 assert(idx < scrn->NumModes && scrn->Modes[idx].Handle == mode);
74 return &scrn->Modes[idx];
224 * Compare modes 'a' and 'b' and return -1 if a belongs before b, or 1 if a
261 const EGLint *attrib_list, EGLModeMESA *modes,
279 /* make array of pointers to qualifying modes */
281 if (_eglModeQualifies(scrn->Modes + i, &min)) {
282 modeList[count++] = scrn->Modes + i;
291 modes[i] = modeList[i]->Handle;
304 * Return all possible modes for the given screen. No sorting of results.
309 EGLModeMESA *modes, EGLint modes_size, EGLint *num_modes
    [all...]
eglscreen.h 47 * one of several display modes (width/height/scanrate). The screen
66 _EGLMode *Modes; /**< array [NumModes] */
  /external/opencv3/modules/imgproc/perf/opencl/
perf_3vs4.cpp 23 CV_ENUM(Modes, Pure, Split, Convert)
25 typedef tuple <Size, MatType, Modes> _3vs4Params;
29 ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_8UC3, CV_32FC3), Modes::all()))
82 ::testing::Combine(OCL_TEST_SIZES, OCL_PERF_ENUM(CV_8UC3, CV_32FC3), Modes::all()))
  /packages/apps/Contacts/src/com/android/contacts/editor/
CompactContactEditorFragment.java 304 ? PhotoActionPopup.Modes.MULTIPLE_WRITE_ABLE_PHOTOS
305 : PhotoActionPopup.Modes.WRITE_ABLE_PHOTO;
307 return PhotoActionPopup.Modes.NO_PHOTO;
PhotoActionPopup.java 57 public static final class Modes {
ContactEditorFragment.java 353 mode = PhotoActionPopup.Modes.WRITE_ABLE_PHOTO;
356 mode = PhotoActionPopup.Modes.NO_PHOTO;
360 mode = PhotoActionPopup.Modes.READ_ONLY_PHOTO;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 201 _EGLMode *mode = &gscr->base.Modes[j];
egl_g3d_api.c 818 if (mode == &gscr->base.Modes[idx])
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
ecmalintrules.py 57 Modes = javascripttokenizer.JavaScriptModes
    [all...]
  /external/libvorbis/doc/
04-codec.tex 247 \paragraph{Modes}

Completed in 200 milliseconds