Searched refs:stream (Results 176 - 200 of 208) sorted by relevance

123456789

/frameworks/webview/chromium/tools/
H A Dmerge_to_master.py209 stream=sys.stdout)
H A Dmerge_from_chromium.py598 stream=sys.stdout)
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp341 ALOGI("uh oh. stream PIDs have changed.");
351 sp<Stream> stream = mStreams.editValueAt(i);
353 ALOGI("PID 0x%08x => type 0x%02x", stream->pid(), stream->type());
410 sp<Stream> stream = new Stream( local
413 mStreams.add(info.mPID, stream);
513 ALOGV("new stream PID 0x%02x, type 0x%02x", elementaryPID, streamType);
535 ALOGI("discontinuity on stream pid 0x%04x", mElementaryPID);
847 ALOGV("flushing stream 0x%04x size = %d", mElementaryPID, mBuffer->size());
1162 // MPEG2 transport stream packe
[all...]
/frameworks/av/media/libmedia/
H A DIMediaPlayer.cpp203 status_t setAudioStreamType(audio_stream_type_t stream) argument
207 data.writeInt32((int32_t) stream);
/frameworks/support/v7/mediarouter/jellybean/android/support/v7/media/
H A DMediaRouterJellybean.java211 public static void setPlaybackStream(Object routeObj, int stream) { argument
212 ((android.media.MediaRouter.UserRouteInfo)routeObj).setPlaybackStream(stream);
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dmp4lib_int.h86 BitstreamEncVideo *stream; /* library bitstream buffer (input buffer) */ member in struct:tagVol
H A Drate_control.cpp309 pMP->actual_bits = currVol->stream->byteCount << 3;
334 rc->Rc = currVol->stream->byteCount << 3; /* Total Bits for current frame */
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s45 ; * stream syntax of MPEG-4
/frameworks/base/services/java/com/android/server/usb/
H A DUsbSettingsManager.java474 FileInputStream stream = null;
476 stream = mSettingsFile.openRead();
478 parser.setInput(stream, null);
495 IoUtils.closeQuietly(stream);
/frameworks/base/core/java/android/provider/
H A DContacts.java640 InputStream stream = openContactPhotoInputStream(context.getContentResolver(), person);
641 Bitmap bm = stream != null ? BitmapFactory.decodeStream(stream, null, options) : null;
H A DMediaStore.java324 * The data stream for the file
593 * stream from database (MICRO_KIND) or file (MINI_KIND).
822 FileInputStream stream = new FileInputStream(imagePath);
830 stream.close();
882 * @param source The stream to use for the image
1089 * The data stream for the thumbnail
1531 * The data stream for the playlist file
2117 * The data stream for the thumbnail
/frameworks/base/services/java/com/android/server/
H A DDevicePolicyManagerService.java814 FileOutputStream stream = null;
816 stream = new FileOutputStream(journal.chooseForWrite(), false);
818 out.setOutput(stream, "utf-8");
866 stream.close();
871 if (stream != null) {
872 stream.close();
894 FileInputStream stream = null;
897 stream = new FileInputStream(file);
899 parser.setInput(stream, null);
983 if (stream !
[all...]
/frameworks/av/media/libstagefright/httplive/
H A DPlaylistFetcher.cpp620 // Use max stream duration to prevent us from waiting on a non-existent stream;
630 ALOGV("buffered %lld for stream %d",
936 // If we still don't see a stream after fetching a full ts segment mark it as
953 ALOGW("MPEG2 Transport stream does not contain %s data.",
975 ALOGE("MPEG2 transport stream is not an even multiple of 188 "
1066 const LiveSession::StreamType stream = mPacketSources.keyAt(i); local
1067 switch (stream) {
1138 // Queue discontinuity in original stream.
1142 mStreamTypeMask &= ~stream;
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5326 FileOutputStream stream = new FileOutputStream(mFile.chooseForWrite());
5327 stream.write(next.marshall());
5328 stream.flush();
5329 FileUtils.sync(stream);
5330 stream.close();
5341 static byte[] readFully(FileInputStream stream) throws java.io.IOException { argument
5343 int avail = stream.available();
5346 int amt = stream.read(data, pos, data.length-pos);
5355 avail = stream.available();
5377 FileInputStream stream
[all...]
/frameworks/av/libvideoeditor/vss/src/
H A DM4PCMR_CoreReader.c172 * @brief This function get the (unique) stream of a PCM file
206 /* Only one stream is contained in PCM file */
231 pStreamDesc->maxBitrate = pStreamDesc->averageBitrate; /* PCM stream has constant bitrate */
279 * @brief This function starts reading the unique stream of a PCM file
281 * - Verifies that the current reader's state allows to start reading a stream
282 * - Check that provided StreamId is correct (always true, only one stream...)
313 /* First and unique stream contained in PCM file */
347 * @return M4WAR_END_OF_STREAM There is no more access unit in the stream,
398 pAU->stream = M4OSA_NULL;
470 * @param pStreamID: (IN) Stream selection (not used, only 1 stream)
[all...]
H A DM4AMRR_CoreReader.c86 M4SYS_StreamType m_streamType; /* Stores the stream type AMR NB or WB */
104 * @note This function takes the stream type and the frametype and returns the
107 * @param streamType(IN) : AMR stream type NB or WB
130 * @note This function takes the stream type and the frametype and returns the
133 * @param streamType(IN) : AMR stream type NB or WB
262 /* Stream is a Narrow band stream */
370 /* duration of the stream = 20 ms * number of access unit */
541 pAu->stream = pStreamContext->m_pStreamHandler;
692 /* Use the seek table to seek the required time in the stream */
785 /* Skip the Access unit in the stream t
[all...]
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...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DomxVCM4P2_PredictReconCoefIntra_s.s45 ; * stream syntax of MPEG-4
/frameworks/base/media/java/android/media/
H A DMediaRouter.java589 * <p>A device that supports live audio routing will allow the media audio stream
594 * played on the media stream will be routed to the selected destination.</p>
1726 * @return the stream over which the playback associated with this route is performed
1746 Log.e(TAG, "Error getting local stream volume", e);
1764 Log.e(TAG, "Error setting local stream volume", e);
1783 Log.e(TAG, "Error setting local stream volume", e);
1800 Log.e(TAG, "Error getting local stream volume", e);
2175 * Defines over what stream type the media is presented.
2176 * @param stream
2178 public void setPlaybackStream(int stream) { argument
[all...]
H A DAudioService.java223 /* mStreamVolumeAlias[] indicates for each stream if it uses the volume settings
224 * of another stream: This avoids multiplying the volume settings for hidden
225 * stream types that follow other stream behavior for volume settings
276 // stream names used by dumpStreamStates()
406 // mVolumeControlStream is set by VolumePanel to temporarily force the stream type which volume
430 * A fake stream type to match the notion of remote media playback
449 // case, the new requested volume, stream type and device are stored in mPendingVolumeCommand
603 // apply stream volume
652 // apply stream mut
2784 getDeviceForStream(int stream) argument
[all...]
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java1863 FileOutputStream stream = new FileOutputStream(mProjectPath + "/"
1865 projectBitmap.compress(Bitmap.CompressFormat.JPEG, 100, stream);
1866 stream.flush();
1867 stream.close();
/frameworks/rs/
H A DrsScriptGroup.cpp333 void ScriptGroup::serialize(Context *rsc, OStream *stream) const {
/frameworks/base/core/java/android/view/
H A DVolumePanel.java100 // Pseudo stream type for master volume
102 // Pseudo stream type for remote volume is defined in AudioService.STREAM_REMOTE_MUSIC
111 // True if we want to play tones on the system stream when the master stream is specified.
128 /** Currently active stream that shows up at the top of the list of sliders */
130 /** All the slider controls mapped by stream type */
192 // List of stream types and their order
438 Log.e("VolumePanel", "Missing stream type! - " + activeStreamType);
733 int stream = (streamType == AudioService.STREAM_REMOTE_MUSIC) ? -1 : streamType;
734 // when the stream i
[all...]
/frameworks/base/services/java/com/android/server/location/
H A DGpsLocationProvider.java478 FileInputStream stream = new FileInputStream(file);
479 mProperties.load(stream);
480 stream.close();
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
H A DBitmap_Delegate.java124 * Creates and returns a {@link Bitmap} initialized with the given stream content.
126 * @param input the stream from which to read the bitmap content
139 * Creates and returns a {@link Bitmap} initialized with the given stream content.
141 * @param input the stream from which to read the bitmap content
151 // create a delegate with the content of the stream.
269 // create a delegate with the content of the stream.
298 // create a delegate with the content of the stream.
325 OutputStream stream, byte[] tempStorage) {
324 nativeCompress(int nativeBitmap, int format, int quality, OutputStream stream, byte[] tempStorage) argument

Completed in 857 milliseconds

123456789