/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
c1035pf.cpp | 271 Word16 i, j, k, track, index, _sign[NB_PULSE]; 292 // track = pos%5 293 track = sub (i, extract_l (L_shr (L_mult (index, 5), 1))); 308 if (indx[track] < 0) 310 indx[track] = index; 314 if (((index ^ indx[track]) & 8) == 0) 318 if (sub (indx[track], index) <= 0) 320 indx[track + 5] = index; 324 indx[track + 5] = indx[track]; 409 Word16 i, k, track, index, _sign[NB_PULSE]; local [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 264 * called, the output file will not contain an audio track. The source needs 283 * called, the output file will not contain an video track. The source needs 474 * called, the output file will not contain an audio track. Call this after 487 * called, the output file will not contain an video track. Call this after 753 * The track informational event usually contains two parts in the ext1 754 * arg of the onInfo() callback: bit 31-28 contains the track id; and 757 * track id is 1 for informational event MEDIA_RECORDER_TRACK_INFO_TYPE; 758 * while ext1 = (0 << 28 | MEDIA_RECORDER_TRACK_INFO_TYPE) if the track 760 * application should extract the track id and the type of informational 765 * events are unhidden so that application knows how to extract the track [all...] |
/external/flac/include/FLAC/ |
metadata.h | [all...] |
/frameworks/base/media/java/android/media/videoeditor/ |
VideoEditor.java | 587 * one audio track) 599 * Insert an audio track after the audio track with the specified id. Use 600 * addAudioTrack to add an audio track at the end of the storyboard 603 * @param audioTrack The audio track object to insert 604 * @param afterAudioTrackId Insert the audio track after the audio track 606 * audio track is added at the beginning of the timeline. 623 * parameter is null the audio track is added at the beginning of 633 * Remove the audio track with the specified id. If the extraction of th [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
AudioTrack_ListenerTest.java | 126 public void onMarkerReached(AudioTrack track) { 130 public void onPeriodicNotification(AudioTrack track) {
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
cams.h | 29 /* Length in milliseconds of one camera track base unit. 35 // Camera track definition for one camera trucking shot.
|
/external/chromium/chrome/browser/automation/ |
testing_automation_provider_chromeos.cc | 91 void GetReleaseTrackCallback(void* user_data, const char* track) { 94 if (track == NULL) { 95 reply->SendError("Unable to get release track."); 101 return_value->SetString("release_track", track); 509 std::string track; local 510 if (!args->GetString("track", &track)) { 516 update_library->SetReleaseTrack(track);
|
/external/chromium/chrome/browser/extensions/ |
extension_toolbar_model.h | 110 // Keeps track of what the last extension to get disabled was. 113 // Keeps track of where the last extension to get disabled was in the list.
|
/external/chromium/chrome/browser/resources/shared/js/ |
event_tracker.js | 6 * removal of DOM event listeners. In particular, it keeps track of all 19 * Create an EventTracker to track a set of events.
|
/external/chromium/chrome/browser/translate/ |
translate_prefs.h | 42 // These methods are used to track how many times the user has denied the 49 // These methods are used to track how many times the user has accepted the
|
/external/chromium/chrome/browser/ui/views/tab_contents/ |
tab_contents_drag_win.h | 79 // Keep track of the TabContentsViewViews it is associated with. 94 // Keep track of the old suspended state of the drop target.
|
/external/markdown/markdown/ |
blockparser.py | 5 """ Track the current and nested state of the parser. 7 This utility class is used to track the state of the BlockParser and
|
/external/skia/src/core/ |
SkPixelRef.cpp | 25 fColorTable = NULL; // we do not track ownership of this 37 fColorTable = NULL; // we do not track ownership of this
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_smfdata.h | 47 /* 'MTrk' track chunk ID */ 62 /* value for pSMFStream->ticks to signify end of track */
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_smfdata.h | 47 /* 'MTrk' track chunk ID */ 62 /* value for pSMFStream->ticks to signify end of track */
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_smfdata.h | 47 /* 'MTrk' track chunk ID */ 62 /* value for pSMFStream->ticks to signify end of track */
|
/external/stlport/test/eh/ |
nc_alloc.h | 130 inline void TestController::TrackAllocations(bool track) { 131 track_allocations = track;
|
/external/webkit/Source/WebKit/chromium/public/linux/ |
WebThemeEngine.h | 79 // The bounds of the entire track, as opposed to the part being painted. 144 // the track while the height will be the minimum height.
|
/external/webkit/Source/WebKit2/PluginProcess/mac/ |
PluginProcessShim.mm | 145 // Track when any Cocoa window is about to be be shown. 150 // Track when any cocoa window is about to be hidden.
|
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-pseudo/ |
webkit | 45 -webkit-scrollbar-track 46 -webkit-scrollbar-track-piece
|
/frameworks/base/core/java/android/speech/tts/ |
SynthesisMessageParams.java | 45 // track buffer size (mAudioBufferSize). In this case, we need to call 47 // different logic is required to wait for the track to finish.
|
/frameworks/base/include/media/ |
IAudioRecord.h | 38 /* After it's created the track is not active. Call start() to 43 /* Stop a track. If set, the callback will cease being called and
|
/frameworks/base/opengl/tests/angeles/ |
cams.h | 29 /* Length in milliseconds of one camera track base unit. 35 // Camera track definition for one camera trucking shot.
|
/frameworks/media/libvideoeditor/lvpp/ |
VideoEditorAudioPlayer.cpp | 237 // The BG track should be looped and started again 472 // Data is Primary Track, mix with background track 473 // after reading same size from Background track PCM file 559 // take care of volume of primary track 572 // Assign the ptr data to primary track 591 // take care of volume level of primary track 605 // take care of volume level of primary track
|
/libcore/luni/src/main/java/java/lang/ref/ |
SoftReference.java | 93 * @param r the referent to track 103 * @param r the referent to track
|