Searched refs:stream (Results 201 - 209 of 209) sorted by relevance

123456789

/frameworks/av/libvideoeditor/vss/src/
H A DM4PTO3GPP_API.c498 if (M4NO_ERROR == err) /**< One stream found */
500 /**< Found an audio stream */
505 /**< Keep pointer to the audio stream */
506 M4OSA_TRACE3_0("M4PTO3GPP_Open(): Found an audio stream in input");
549 * Init the audio stream */
912 * The transcoding is finished when no stream is being encoded anymore */
1480 * Allocate and fill the video stream structures for the writer */
1510 * Fill Video stream description structure for the AddStream method */
1575 * Update AU properties for video stream */
1580 pC->m_WriterVideoAU.stream
[all...]
H A DM4VSS3GPP_Edit.c1230 stream to look for a ID3v2 tag */
2331 * Set the video stream properties */
2376 * Add the video stream */
2390 * Update AU properties for video stream */
2398 pC_ewc->WriterVideoAU.stream = &(pC_ewc->WriterVideoStream);
2452 /* If we copy the stream from the input, we copy its DSI */
2478 * Add the audio stream */
2517 * Link the AU and the stream */
2518 pC_ewc->WriterAudioAU.stream = &(pC_ewc->WriterAudioStream);
2675 "M4VSS3GPP_intComputeOutputVideoAndAudioDsi: get DSI for H264 stream");
[all...]
H A DM4VSS3GPP_EditVideo.c297 /* for h.264 stream do not read the 1st 4 bytes as they are header
319 -stream time*/
968 * @param streamID: (IN) Id of the stream to which the Access Unit is related.
1008 * @param streamID: (IN) Id of the stream to which the Access Unit is related.
1028 * Update time info for the Counter Time System to be equal to the bit-stream time */
2204 * @brief Update bit stream time info by Counter Time System to be compliant with
2205 * players using bit stream time info
2230 if( M4SYS_kH263 == pAU->stream->streamType )
2239 else if( M4SYS_kMPEG_4 == pAU->stream->streamType )
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorVideoEncoder.cpp201 // End of stream?
897 pEncoderContext->mAccessUnit->stream->streamID,
953 pEncoderContext->mAccessUnit->stream->streamID,
/frameworks/base/core/java/android/content/
H A DIntent.java910 * only pick from data that can be represented as a stream. This is
924 * opened as a stream. You may use {@link #EXTRA_LOCAL_ONLY} to limit content
2780 * A content: URI holding a stream of data associated with the Intent,
6855 final Uri stream = getParcelableExtra(EXTRA_STREAM);
6858 if (stream != null || text != null || htmlText != null) {
6861 new ClipData.Item(text, htmlText, null, stream));
/frameworks/base/core/java/android/webkit/
H A DWebViewClassic.java2392 * Saves the view data to the output stream. The output is highly
2395 * @param stream The {@link OutputStream} to save to
2398 public void saveViewState(OutputStream stream, ValueCallback<Boolean> callback) { argument
2404 new WebViewCore.SaveViewStateRequest(stream, callback));
2408 * Loads the view data from the input stream. See
2410 * @param stream The {@link InputStream} to load from
2412 public void loadViewState(InputStream stream) { argument
2440 }.execute(stream);
8645 ByteArrayOutputStream stream = new ByteArrayOutputStream();
8646 ViewStateSerializer.dumpLayerHierarchy(layer, stream, leve
[all...]
H A DWebViewCore.java2254 private void saveViewState(OutputStream stream, argument
2263 result = ViewStateSerializer.serializeViewState(stream, draw);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java3241 void handleVolumeKey(int stream, int keycode) { argument
3252 audioService.adjustStreamVolume(stream,
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c1151 /* no error message as stream can be decoded without VUI messages */
2344 * supported audio or video stream
2526 * In case we found a BIFS stream or something else...*/
2534 if( M4NO_ERROR == err ) /**< One stream found */
2537 * Found the first video stream */
2548 "M4MCS_open(): Found a H263 or MPEG-4 video stream in input 3gpp clip");
2551 * Keep pointer to the video stream */
2558 * Init our video stream state variable */
2562 * Reset the stream reader */
2591 M4OSA_TRACE1_1("M4MCS_open(): Found an unsupported video stream (
[all...]

Completed in 1609 milliseconds

123456789