/external/opencore/engines/player/include/ |
pv_player_events.h | 33 provides an invalid data source for multimedia playback 57 no media track for playback 63 data sink for multimedia playback 87 for playback was found 169 pvPlayer sends this event when the playback has reached 170 the specified end time and playback has been paused. 175 pvPlayer sends this event when reporting periodic playback 178 buffer contains the playback position in milliseconds, seconds, or minutes. The format of local buffer is as follows: 183 Byte 5-8: uint32 (playback position value in milliseconds, seconds, or minutes depending on the 184 current settings for playback position status units [all...] |
pv_player_types.h | 35 pvPlayer is in this state after successfully completing initialization of data source or after stopping playback. 37 data source can be queried and other playback parameters can be set at this state. 42 pvPlayer is in this state when it has successfully completed preparations and ready to start playback. 47 * pvPlayer is in this state when it is playing back the specified data source. Even if playback is auto-paused, pvPlayer 53 pvPlayer is in this state after successfully completiong pausing of playback. All media datapaths have been stopped, 54 but the buffered data has not been flushed. The playback can be resumed or stopped from this state. 92 * Playback positon mode indicates when the provided playback position is expected to take effect. 93 * 1) Now => implies that pause any current playback session and start playback from the new positio [all...] |
pv_player_interface.h | 90 * allows control of a multimedia playback engine. 320 * This function allows a player data source to be specified for playback. This function must be called 322 * be accepted for use in playback. 327 * Reference to the player data source to be used for playback 439 * This function allows a player data sink to be specified for playback. This function must be called 441 * be accepted for use in playback. 446 * The player data sink to be used for playback. 458 * This function sets the begin and end positions for the new playback range or changes the end position of the 459 * current playback range. This function must be called when pvPlayer is in PVP_STATE_INITIALIZED, PVP_STATE_PREPARED, 463 * The queued playback range can be done using aQueueRange flag which is Not Supported as of now by PV-SDK [all...] |
/external/skia/src/core/ |
SkPicture.cpp | 121 /* We want to copy the src's playback. However, if that hasn't been built 219 SkPicturePlayback* playback = fPlayback; local 221 if (NULL == playback && fRecord) { 222 playback = SkNEW_ARGS(SkPicturePlayback, (*fRecord)); 228 if (playback) { 230 playback->serialize(stream); 231 // delete playback if it is a local version (i.e. cons'd up just now) 232 if (playback != fPlayback) { 233 SkDELETE(playback);
|
SkPathHeap.h | 24 // called during picture-playback
|
/external/opencore/nodes/common/include/ |
pvmf_data_source_direction_control.h | 56 * Configuration interface to control data source nodes for playback 63 * Asynchronous method to set the playback direction of the data source 65 * The playback direction is either forward or backward. The direction change is assumed 71 * @param aDirection The new playback direction, 0=forward, 1=reverse. 72 * @param aTimebase (optional) The timebase specified to use for the playback clock.
|
pvmf_data_source_playback_control.h | 88 * Configuration interface to control data source nodes for playback 118 * next playback segment since there needs to be a coordination between the two. 145 * #iMode - Playback positon mode indicates when the provided playback position is expected to take effect. 146 * 1) Now => implies that pause any current playback session and start playback from the new position 150 * 3) End of current play session => This playback position is to take effect once the entire current 238 * Asynchronous method to set the playback rate of the data source 240 * The playback rate is specified as millipercent of the "real-time" playback rate (e.g. 100000=1X [all...] |
/frameworks/base/docs/html/guide/topics/media/ |
index.jd | 9 <li>Audio playback and record</li> 10 <li>Video playback</li> 19 <li>{@link android.media.JetPlayer JetPlayer} (playback, JET content)</li> 25 <li><a href="#playback.html">Audio and Video Playback</a> 66 <h2 id="play">Audio and Video Playback</h2> 89 <p>To stop playback, call {@link android.media.MediaPlayer#stop() stop()}. If 95 <p>To pause playback, call {@link android.media.MediaPlayer#pause() pause()}. 96 Resume playback from where you paused with 128 <p>The Android platform includes a JET engine that lets you add interactive playback of JET audio content in your applications. You can create JET content for interactive playback usi (…) [all...] |
/frameworks/base/media/java/android/media/ |
SoundPool.java | 41 * and latency of decompressing during playback.</p> 43 * <p>In addition to low-latency playback, SoundPool can also manage the number 59 * <p>The playback rate can also be changed. A playback rate of 1.0 causes 61 * to the hardware output frequency). A playback rate of 2.0 causes the 62 * sound to play at twice its original frequency, and a playback rate of 63 * 0.5 causes it to play at half its original frequency. The playback 84 * playback.</p> 89 * adjusting the playback rate in real-time for doppler or synthesis 277 * further control playback. Note that calling play() may caus [all...] |
JetPlayer.java | 32 * JetPlayer provides access to JET content playback and control. 37 * <p>Use of the JetPlayer class is based around the playback of a number of JET segments 38 * sequentially added to a playback FIFO queue. The rendering of the MIDI content stored in each 48 * As a result of the rendering and playback of the JET segments, the user of the JetPlayer instance 51 * <li>the playback state,</li> 180 * Stops the current JET playback, and releases all associated native resources. 239 * @return true if rendering and playback is successfully started, false otherwise. 247 * Pauses the playback of the JET segment queue. 248 * @return true if rendering and playback is successfully paused, false otherwise. 263 * @param transpose the amount of pitch transposition. Set to 0 for normal playback. [all...] |
MediaPlayer.java | 42 * MediaPlayer class can be used to control playback 58 * <p>Playback control of audio/video files and streams is managed as a state 60 * MediaPlayer object driven by the supported playback control operations. 62 * in. The arcs represent the playback control operations that drive the object 115 * <li>In general, some playback control operation may fail due to various 119 * these circumstances. Sometimes, due to programming errors, invoking a playback 159 * before playback can be started. 186 * <li>To start the playback, {@link #start()} must be called. After 201 * <li>Playback can be paused and stopped, and the current playback positio [all...] |
AudioTrack.java | 32 * It allows to stream PCM audio buffers to the audio hardware for playback. This is 39 * from the Java layer to the native layer and queued for playback. The streaming mode 131 * Event id denotes when playback head has reached a previously set marker. 135 * Event id denotes when previously set update period has elapsed during playback. 158 * The listener the AudioTrack notifies when the playback position reaches a marker 159 * or for periodic updates during the progression of the playback head. 249 * from for playback. If using the AudioTrack in streaming mode, you can write data into 440 * Returns the current playback rate in Hz. 495 * Returns the playback state of the AudioTrack instance. 526 * Returns the playback head position expressed in frame [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/ |
Connection.java | 227 NOT_STARTED, /* The post dial string playback hasn't 230 STARTED, /* The post dial string playback has begun */ 231 WAIT, /* The post dial string playback is waiting for a 233 WILD, /* The post dial string playback is waiting for a 235 COMPLETE, /* The post dial string playback is complete */ 236 CANCELLED, /* The post dial string playback was cancelled 238 PAUSE /* The post dial string playback is pausing for a
|
/external/opencore/engines/player/config/core/ |
pv_player_config.h | 24 // Playback rate range 28 // Playback position status event unit 35 // Playback position status event interval in milliseconds
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
jetcreator_manual.jd | 23 playback device for Android. Both the 27 be sure that the playback will sound exactly the same in both the JET Creator 36 involves auditioning the interactive playback elements as they will take place 235 playback it generates a callback into the application program. The timing of 237 playback system so that audio and video can be synchronized. The diagram below 273 <p>To author JET files and hear them playback 282 playback within the JET enabled game. Optionally the content author may create 474 (selects) all segments for playback</p> 480 Starts playback of all queued segments. This button changes to Stop if any 534 Quantize value for quantizing the current segment during playback</li [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/ |
SDL_syscdrom_c.h | 73 < The Playback Loop > 75 Now come the tricky parts. Let's start with basic audio playback. When a frame 86 At this point we have all info needed to start playback, so we hand off to the LoadFile() 98 appear to be an extension of CoreAudio for creating modular playback and f/x entities. 100 be hard-pressed to find a way to stutter the playback with other CPU-intensive tasks. 103 for disaster if not handled carefully. Playback currently requires 4 additional threads:
|
/external/opencore/nodes/pvdownloadmanagernode/config/opencore/ |
pvmf_downloadmanager_config.h | 28 ** Support progressive playback. 36 ** use for progressive playback.
|
/frameworks/base/include/media/ |
AudioTrack.h | 56 EVENT_LOOP_END = 2, // Sample loop end was reached; playback restarted from loop start if loop count was not 0. 57 EVENT_MARKER = 3, // Playback head is at the specified marker position (See setMarkerPosition()). 58 EVENT_NEW_POS = 4, // Playback head is at a new position (See setPositionUpdatePeriod()). 59 EVENT_BUFFER_END = 5 // Playback head is at the end of the buffer. 145 * identified by the argument sharedBuffer. This prototype is for static buffer playback. 148 * It is recommented to pass a callback function to be notified of playback end by an 267 /* Sets marker position. When playback reaches the number of frames specified, a callback with event 302 /* Sets playback head position within AudioTrack buffer. The new position is specified 309 * playback start. 313 * position: New playback head position within AudioTrack buffer [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine.h | [all...] |
/external/qemu/distrib/sdl-1.2.12/src/cdrom/macos/ |
SDL_syscdrom_c.h | 34 #define kAudioTrackSearch 103 /* Start playback from the indicated position */ 35 #define kAudioPlay 104 /* Start playback from the indicated position */ 36 #define kAudioPause 105 /* Pause/continue the playback */ 37 #define kAudioStop 106 /* Stop playback at the indicated position */
|
/frameworks/base/libs/audioflinger/ |
AudioPolicyService.h | 116 // Thread used for tone playback and to send audio config commands to audio flinger 117 // For tone playback, using a separate thread is necessary to avoid deadlock with mLock because startTone() 153 // descriptor for requested tone playback event 210 sp <AudioCommandThread> mTonePlaybackThread; // tone playback thread
|
/packages/apps/Mms/src/org/w3c/dom/smil/ |
ElementSyncBehavior.java | 43 * If set to true, forces the time container playback to sync to this
|
/external/opencore/pvmi/pvmf/include/ |
pvmi_data_stream_interface.h | 405 * Used in progressive playback where the HTTP server sends the content length 418 * Used in progressive playback where the HTTP server sends the content length 435 * the MBDS for progressive playback to not set the capacity or trim 460 * Used in progressive playback where MBDS has a finite cache size 490 * Used in progressive playback for repositioning requests, etc 504 * Used in progressive playback when reposition requests are sent to the writer (protocol engine) 515 * Keep the data in a persistent storage during playback 516 * Used in progressive playback, mainly for moov atom storage 532 * Used in progressive playback when the network connection times out 542 * Used in progressive playback [all...] |
/external/opencore/doc/pvplayer_html/ |
classPVPlayerInterface.html | 51 PVPlayerInterface is the interface to the pvPlayer SDK, which allows control of a multimedia playback engine. The PVPlayerFactory factory class is to be used to create and delete instances of this object 118 This function allows a player data sink to be specified for playback. This function must be called when pvPlayer is in PVP_STATE_INITIALIZED state. The specified data sink must be a valid PVPlayerDataSink to be accepted for use in playback. This command request is asynchronous. PVCommandStatusObserver's CommandCompleted() callback handler will be called when this command request completes.<dl compact><dt><b>Parameters: </b></dt><dd> 121 The player data sink to be used for playback. </td></tr> 164 This function allows a player data source to be specified for playback. This function must be called when pvPlayer is in PVP_STATE_IDLE state and before calling Init. The specified data source must be a valid PVPlayerDataSource to be accepted for use in playback. This command request is asynchronous. PVCommandStatusObserver's CommandCompleted() callback handler will be called when this command request completes.<dl compact><dt><b>Parameters: </b></dt><dd> 167 Reference to the player data source to be used for playback </td></tr> 291 This function allows querying of the current playback position. The playback position units will be in the one specified by the passed-in reference to PVPPlaybackPosition. If no units are specified, the units will default to milliseconds. This command request is asynchronous. PVCommandStatusObserver's CommandCompleted() callback handler will be called when this command request completes.<dl compact><dt><b>Parameters: </b></dt><dd> 294 Reference to place the current playback position </td></tr [all...] |
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/performance/ |
MediaPlayerPerformance.java | 420 // Test case 1: Capture the memory usage after every 20 h263 playback 428 output.write("H263 Video Playback Only\n"); 436 assertTrue("H263 playback memory test", memoryResult); 439 // Test case 2: Capture the memory usage after every 20 h264 playback 447 output.write("H264 Video Playback only\n"); 455 assertTrue("H264 playback memory test", memoryResult); 458 // Test case 3: Capture the memory usage after each 20 WMV playback 466 output.write("WMV video playback only\n"); 474 assertTrue("wmv playback memory test", memoryResult);
|