/external/opencore/fileformats/mp4/composer/include/ |
degradationpriorityatom.h | 38 // Adding to and getting the sample priority values
|
/external/oprofile/daemon/ |
opd_trans.h | 3 * Processing the sample buffer
|
/external/qemu/distrib/sdl-1.2.12/src/audio/ |
SDL_wave.h | 52 Uint16 blockalign; /* Bytes per sample block */
|
/external/quake/quake/src/WinQuake/ |
snd_android.cpp | 243 SAMPLE_RATE, // sample rate 257 LOGI("AudioTrack sample rate = %u Hz\n", gAudioTrack.getSampleRate()); 298 return the current sample position (in mono samples read) 300 how many sample are required to fill it up.
|
/external/sonivox/arm-fm-22k/lib_src/ |
arm-fm-22k_lib.mak | 2 # Auto-generated sample makefile
|
/external/sonivox/arm-wt-22k/host_src/ |
arm-wt-22k.mak | 2 # Auto-generated sample makefile
|
/external/svox/pico/src/com/svox/pico/ |
GetSampleText.java | 29 * Returns the sample text string for the language requested
|
/external/webkit/WebKitTools/DumpRenderTree/ |
wscript | 26 # wxBrowser sample app build script for the waf build system
|
/external/webkit/WebKitTools/wx/browser/ |
wscript | 26 # wxBrowser sample app build script for the waf build system
|
/frameworks/base/awt/com/android/internal/awt/ |
AndroidImageDecoder.java | 45 // Each pixel is a grayscale sample. 51 // Each pixel is a grayscale sample, followed by an alpha sample. 53 // Each pixel is an R,G,B triple, followed by an alpha sample.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/image/ |
PngDecoder.java | 49 // Each pixel is a grayscale sample. 55 // Each pixel is a grayscale sample, followed by an alpha sample. 57 // Each pixel is an R,G,B triple, followed by an alpha sample.
|
/frameworks/base/awt/org/apache/harmony/x/imageio/plugins/png/ |
PNGImageWriter.java | 69 // Each pixel is a grayscale sample. 75 // Each pixel is a grayscale sample, followed by an alpha sample. 77 // Each pixel is an R,G,B triple, followed by an alpha sample.
|
/frameworks/base/core/java/android/widget/ |
package.html | 22 ApiDemos sample application has an example of creating a custom layout XML
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-index.jd | 16 sample code you need to complete the application. </p> 23 <a href="{@docRoot}samples/NotePad/index.html">Sample Code</a> documentation. </p> 124 <li>The Android SDK includes a variety of fully functioning sample applications 125 that make excellent opportunities for further learning. You can find the sample
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-index.jd | 16 sample code you need to complete the application. </p> 23 <a href="{@docRoot}samples/NotePad/index.html">Sample Code</a> documentation. </p> 124 <li>The Android SDK includes a variety of fully functioning sample applications 125 that make excellent opportunities for further learning. You can find the sample
|
/frameworks/base/tests/ImfTest/res/values/ |
strings.xml | 21 <!-- Strings for sample activities -->
|
/hardware/msm7k/libaudio-qsd8k/ |
AudioHardware.h | 153 #define AUDIO_HW_OUT_SAMPLERATE 44100 // Default audio output sample rate 155 #define AUDIO_HW_OUT_FORMAT (AudioSystem::PCM_16_BIT) // Default audio output sample format 158 #define AUDIO_HW_IN_SAMPLERATE 8000 // Default audio input sample rate 160 #define AUDIO_HW_IN_FORMAT (AudioSystem::PCM_16_BIT) // Default audio input sample format
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/wizards/newproject/ |
StubProjectCreationPage.java | 27 * Returns canned responses for creating a sample project.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
MessengerServiceActivities.java | 29 * <p>Note that this is implemented as an inner class only keep the sample 95 // As part of the sample, tell the user what happened. 106 // As part of the sample, tell the user what happened.
|
/external/bluetooth/glib/tests/ |
slice-threadinit.c | 23 #define N_PAGES (101) /* number of pages to sample */ 33 void *sample; member in struct:__anon1427 95 pages[j].sample = b;
|
/external/opencore/fileformats/avi/parser/include/ |
pv_avifile_parser.h | 57 //Read Media Sample form the file in order they exist in 'movi' chunk 246 //store the offset of first sample. used if index table is not present. 258 //store latest sample offset if index table is not present
|
/external/opencore/fileformats/mp4/composer/src/ |
trackfragmentatom.cpp | 93 // add new sample into track fragment inturn into TRUN 101 // add sample to current Trun 212 // updates the duration of last sample in TRUN
|
trackheaderatom.cpp | 103 * last sample as well, which in our case fp same as the last but one. 135 // last sample 204 * last sample as well, which in our case is same as the last but one.
|
/external/opencore/fileformats/mp4/parser/include/ |
impeg4file.h | 44 //HEADER FILES REQD FOR MULTIPLE SAMPLE RETRIEVAL API 86 buf: A pointer to the buffer into which to place the sample. 88 index: An output parameter which is the index of the sample entry to which the returned sample refers. 114 id: The track ID of the track from which the method is to retrieve the sample timestamp. 115 return: The timestamp of the most recently return media sample in the "media timescale" 158 // Returns the number of sample entries stored in the sample description 338 * This API return the timestamp of a sample that is closest to the given 347 * @return EVERYTHING_FINE - In case a valid sample and corresponding tim [all...] |
/external/openssl/crypto/rand/ |
rand_os2.c | 107 /* Sample the hi-res timer, runs at around 1.1 MHz */ 111 /* Sample a bunch of system variables, includes various process & memory statistics */ 115 /* If available, sample CPU registers that count at CPU MHz
|