HomeSort by relevance Sort by last modified time
    Searched full:playback (Results 51 - 75 of 372) sorted by null

1 23 4 5 6 7 8 91011>>

  /packages/apps/Mms/src/org/w3c/dom/smil/
ElementTimeManipulation.java 25 * Defines the playback speed of element time. The value is specified as
  /packages/apps/Music/tests/src/com/android/music/stress/
AlbumsPlaybackStress.java 54 * Test case: Keeps launching music playback from Albums and then go
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset12.h 24 * test cases for PVPlayerEngine - Generic(local, PDL & streaming) playback tests
87 * Test cases to test Multiple pause resume, multiple seek during playback
test_pv_player_engine_testset5.h 221 * A test case to test the normal FastTrack download and playback from a PVX file
267 * A test case to test the normal 3GPP download and playback from an HTTP URL.
644 * Base class for progressive playback (aka progressive streaming) testing
913 iTestCaseName = _STRLIT_CHAR("Progressive Playback Normal");
924 * A test case to test the normal PDL Pause Resume After UnderFlow and playback from an HTTP URL.
test_pv_player_engine_testset8.h 353 * A test case to test playback of specified source with file output media IO node till EOS. Prints out the playback position
354 * player engine sends playback status events
  /external/opencore/nodes/common/include/
pvmf_nodes_sync_control.h 68 * @param aRate The new playback rate expressed in millipercent of "real-time" playback
pvmf_data_source_init_extension.h 68 * Sets the client playback clock for the use of the data source.
pvmf_local_data_source.h 41 //Source data for local file playback (format type PVMF_MPEG4FF & others)
pvmf_streaming_data_source.h 47 //Source data for local file playback (format type PVMF_MPEG4FF & others)
  /external/qemu/audio/
dsoundaudio.c 300 dsound_logerr (hr, "Could not restore playback buffer\n");
305 dolog ("%d attempts to restore playback buffer failed\n", i);
415 dsound_logerr (hr, "Could not get playback buffer status\n");
567 dsound_logerr (hr, "Could not create primary playback buffer\n");
573 dsound_logerr (hr, "Could not set primary playback buffer format\n");
583 dsound_logerr (hr, "Could not get primary playback buffer format\n");
676 dolog ("Attempt to run empty with playback buffer\n");
691 dsound_logerr (hr, "Could not get playback buffer position\n");
  /external/quake/quake/src/QW/
qw2do.txt 21 x- new spectator camera. cl_chasecam 1 now gives a 'through the eyes' camera. This is broken in demo playback.
76 - check demo playback timing in an attempt to make it smoother
  /external/sonivox/arm-wt-22k/lib_src/
dls.h 211 specifiying a channel of playback */
247 USHORT usUnityNote; /* MIDI Unity Playback Note */
  /external/speex/include/speex/
speex_echo.h 94 * to playback in this form)
106 /** Perform echo cancellation using internal playback buffer, which is delayed by two frames
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.h 90 // time has jumped, eg. not as a result of normal playback
96 // the playback rate has changed
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvmf_protocol_engine_node_download_common.h 165 // engine playback clock object,
199 // clear several fields for progressive playback repositioning
216 // auto-resume playback decision
238 // update duration by new playback rate, called by checkAutoResumeAlgoWithConstraint
258 // No constraint: for file size/clip duration/clip bitrate(i.e. playback rate), one of them must be unavailable, except
pvmf_protocol_engine_node_download_common.cpp 528 // estimate playback rate and save the download size at the underflow point
531 // estimate playback rate
618 // check if need to resume playback
718 // auto-resume playback decision
733 // check playback clock, if not available, then switch to the old algorithm
740 // get the playback clock time
781 // get the playback clock time
788 // remaining playback time (duration - current playback time) * 0.9
818 LOGERRORDATAPATH((0, "pvDownloadControl::getPlaybackTimeFromEngineClock(), Playback clock overflow %d", isPbOverflow))
    [all...]
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_download/src/
pvmf_protocol_engine_node_progressive_download.cpp 119 // 1, playback rate is not close to clip bitrate, but the information is all available
223 // No constraint: for file size/clip duration/clip bitrate(i.e. playback rate), one of them must be unavailable, except
233 if (iPlaybackByteRate > 0) currDownloadSizeOfInterest /= iPlaybackByteRate; // use playback time as the jitter buffer size
325 // (2) if download and playback mode is not asap mode, i.e. download and play or download only,
424 // playback mode and proxy
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 60 * Provides "background" audio playback capabilities, allowing the
61 * user to switch between activities without stopping playback.
143 // used to track what type of audio focus loss caused the playback to pause
489 // also starts playback. What could happen in that case is:
496 // the "current" file, goes to the next and: playback starts on its
638 // If there is a playlist but playback is paused, then wait a while
674 // stop playback and clean up if the SD card is going to be unmounted.
728 * started playing, that the playback queue has
729 * changed, that playback has stopped because
795 * If nothing is playing currently, playback will be started a
    [all...]
  /external/opencore/nodes/pvdownloadmanagernode/src/
pvmf_downloadmanager_node.h 591 * playback will likely underflow immediately.)
595 * (playback begins)
612 // For observing the playback clock states
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/audio/macrom/
SDL_romaudio.c 184 /* queue previously mixed buffer for playback. */
285 /* start playback */
485 /* Start playback */
  /external/qemu/distrib/sdl-1.2.12/src/audio/nto/
SDL_nto_audio.c 52 /* Open the audio device for playback, and don't block if busy */
459 SDL_SetError("NTO_OpenAudio(): Unable to setup playback channel\n");
492 /* Trigger audio playback */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
TextToSpeechActivity.java 132 TextToSpeech.QUEUE_FLUSH, // Drop all pending entries in the playback queue.
  /external/opencore/nodes/pvmediaoutputnode/include/
pv_media_output_node_events.h 37 not to start the playback
  /external/opencore/nodes/pvprotocolenginenode/config/linux/
pvmf_protocolengine_node_tunables.h 70 // macros for duration calcuation: fileSize*1000/playback rate
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
pvmf_protocol_engine_node_progressive_streaming.h 110 // clear several fields for progressive playback repositioning

Completed in 72 milliseconds

1 23 4 5 6 7 8 91011>>