HomeSort by relevance Sort by last modified time
    Searched full:sample (Results 626 - 650 of 1478) sorted by null

<<21222324252627282930>>

  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_mixer_MMX_VC.c 94 // mm1 = le sample avec le volume modifie
98 // mm4 = le sample avec le volume modifie
  /external/qemu/distrib/sdl-1.2.12/src/audio/bsd/
SDL_bsdaudio.c 258 "sample rate : %i Hz\n"
263 "sample count : %i\n"
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFilePlayer.c 22 This file based on Apple sample code. We haven't changed the file name,
49 printf (" Sample Rate:%f\n", inDesc->mSampleRate);
  /external/quake/quake/src/WinQuake/docs/
INSTALL.Quake2 130 A sample one is included that lists /usr/games/quake2 as the default
170 Set sound bit sample size.
  /external/sonivox/arm-fm-22k/lib_src/
eas_mixer.h 127 * gainLeft left gain increment per sample
128 * gainRight right gain increment per sample
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_mixer.h 127 * gainLeft left gain increment per sample
128 * gainRight right gain increment per sample
  /external/sonivox/arm-wt-22k/lib_src/
eas_mixer.h 127 * gainLeft left gain increment per sample
128 * gainRight right gain increment per sample
  /external/srec/audio/AudioIn/UNIX/src/
audioin.c 102 Here a "frame" is an ALSA term. A frame is comprised of 1 sample if mono,
427 /* NOTE: here a frame is comprised of 1 sample if mono, 2 samples if stereo, etc */
437 /* AudioRead() - output: number of frames (mono: 1 sample, stereo: 2 samples)*/
456 /* x: index for start of input samples; y: index for output sample */
623 /* NOTE: here a frame is comprised of 1 sample if mono, 2 samples if stereo, etc */
653 /* x: index for start of input samples; y: index for output sample */
811 if ( AudioSetInputFormat ( 44100, NR_OF_CHANNELS ) != 0 ) /* sample at 44100 then downsample */
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
const-fst.h 335 // for sample usage (but use the ConstFst type!). This version
361 // for sample usage (but use the ConstFst type!). This version
  /external/webkit/WebKit/wx/
WebBrowserShell.cpp 197 msg.Printf(_T("This is the About dialog of the wxWebKit sample.\n")
200 wxMessageBox(msg, _T("About wxWebKit Sample"), wxOK | wxICON_INFORMATION, this);
  /external/webkit/WebKitTools/BuildSlaveSupport/build.webkit.org-config/webkit/
steps.py 26 command = ["perl", "./WebKitTools/Scripts/run-webkit-tests", "--no-launch-safari", "--no-new-test-results", "--no-sample-on-timeout", "--results-directory", "layout-test-results"]
94 command = ["perl", "./WebKitTools/Scripts/run-webkit-tests", "--no-launch-safari", "--no-sample-on-timeout", "--leaks", "--results-directory", "layout-test-results"]
  /frameworks/base/awt/java/awt/image/
BandedSampleModel.java 28 * stored in a band interleaved method. Each pixel's sample takes one data
142 // number of bands in the sample model
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 45 * {@sample development/samples/ApiDemos/AndroidManifest.xml device_admin_declaration}
51 * {@sample development/samples/ApiDemos/res/xml/device_admin_sample.xml meta_data}
  /frameworks/base/core/java/android/appwidget/
AppWidgetManager.java 101 * {@sample frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/AppWidgetHostActivity.java getExtra_EXTRA_APPWIDGET_ID}
109 * {@sample frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/TestAppWidgetProvider.java getExtra_EXTRA_APPWIDGET_IDS}
  /frameworks/base/core/java/android/os/
Environment.java 83 * {@sample development/samples/ApiDemos/src/com/example/android/apis/content/ExternalStorage.java
192 * {@sample development/samples/ApiDemos/src/com/example/android/apis/content/ExternalStorage.java
  /frameworks/base/docs/html/resources/articles/
glsurfaceview.jd 202 the API Demos sample included in the Android SDK. All the OpenGL ES samples have been
225 this behavior. For example, the Translucent GLSurfaceView sample needs
  /frameworks/base/include/media/
AudioRecord.h 118 * 16 bits per sample).
209 /* get sample rate for this record track
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 63 * return the frame size (number of bytes per sample).
132 * return the frame size (number of bytes per sample).
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 560 OMX_BOOL isValidCombination ; /* flag for bit rate and sample rate combination */
911 OutputBufferSize = CalculateOutputBufferSize(atoi(argv[6]),atoi(argv[7]),FramesPerOutBuf); /*Sample frec, Bit rate , frames*/
983 /*Ensuring Valid Bits Per sample value */
1019 /*Ensuring a valid Sample rate */
1028 APP_EPRINT("%d :: APP: Incorrect Value for Sample Rate for AAC-HE -- AAC-HEv2 \n",__LINE__);
1040 APP_EPRINT("%d :: APP: Incorrect Value for Sample Rate for AAC-LC\n",__LINE__);
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/media/
UriTexture.java 129 // Get the input stream for computing the sample size.
141 // Compute the sample size, i.e., not decoding real pixels.
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_audio.h 129 * fill the audio buffer in time. A stereo sample consists of both right
177 * SDL_LoadWAV_RW(SDL_RWFromFile("sample.wav", "rb"), 1, ...);
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_audio.h 129 * fill the audio buffer in time. A stereo sample consists of both right
177 * SDL_LoadWAV_RW(SDL_RWFromFile("sample.wav", "rb"), 1, ...);
  /prebuilt/windows/sdl/host/include/SDL/
SDL_audio.h 135 * fill the audio buffer in time. A stereo sample consists of both right
183 * SDL_LoadWAV_RW(SDL_RWFromFile("sample.wav", "rb"), 1, ...);
  /prebuilt/windows/sdl/include/SDL/
SDL_audio.h 129 * fill the audio buffer in time. A stereo sample consists of both right
177 * SDL_LoadWAV_RW(SDL_RWFromFile("sample.wav", "rb"), 1, ...);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceExplorerView.java 269 * @param sample_text A sample text to figure out column width if preference
286 // if there is no pref store or the entry is missing, we use the sample

Completed in 124 milliseconds

<<21222324252627282930>>