HomeSort by relevance Sort by last modified time
    Searched refs:streamID (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/base/media/java/android/media/
SoundPool.java 76 * a streamID of zero.</p>
95 * streamID is a reference to a particular instance of a stream. If the stream
98 * the streamID without error. This may help simplify program logic since
210 * returned by the load() function. Returns a non-zero streamID
211 * if successful, zero if it fails. The streamID can be used to
228 * @return non-zero streamID if successful, zero if failed
239 * Pause the stream specified by the streamID. This is the
245 * @param streamID a streamID returned by the play() function
247 public final void pause(int streamID) {
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
SoundPoolTest.java 148 int streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
149 assertTrue(streamID != 0);
152 mSoundPool.setRate(streamID, rate);
154 mSoundPool.setRate(streamID, 1f);
156 mSoundPool.pause(streamID);
158 mSoundPool.resume(streamID);
160 mSoundPool.stop(streamID);
162 streamID = mSoundPool.play(sampleID, leftVolume, rightVolume, priority, loop, rate);
163 assertTrue(streamID != 0);
165 mSoundPool.setLoop(streamID, loop)
    [all...]
  /frameworks/av/libvideoeditor/vss/3gpwriter/inc/
M4MP4W_Writer.h 122 * the streamID track
124 * @param streamID (IN) Stream ID of the track.
134 M4SYS_StreamID streamID,
139 * @brief Ask the core MP4 writer to write the access unit in the streamID track
143 * @param streamID (IN) Stream ID of the track.
156 M4SYS_StreamID streamID,
210 * @note By selecting a specific streamID (not null), the caller can obtain
211 * the state of a specific stream. By using 0 as streamID the returned
215 * @param context (IN/OUT) streamID of the stream to retrieve the
224 M4SYS_StreamID streamID);
    [all...]
M4MP4W_Types.h 163 M4SYS_StreamID streamID;
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
IBBTransferNegotiator.java 65 public OutputStream createOutgoingStream(String streamID, String initiator,
67 InBandBytestreamSession session = this.manager.establishSession(target, streamID);
84 public PacketFilter getInitiationPacketFilter(String from, String streamID) {
90 this.manager.ignoreBytestreamRequestOnce(streamID);
92 return new AndFilter(new FromContainsFilter(from), new IBBOpenSidFilter(streamID));
124 throw new IllegalArgumentException("StreamID cannot be null");
FaultTolerantNegotiator.java 58 public PacketFilter getInitiationPacketFilter(String from, String streamID) {
60 primaryFilter = primaryNegotiator.getInitiationPacketFilter(from, streamID);
61 secondaryFilter = secondaryNegotiator.getInitiationPacketFilter(from, streamID);
141 public OutputStream createOutgoingStream(String streamID, String initiator, String target)
145 stream = primaryNegotiator.createOutgoingStream(streamID, initiator, target);
148 stream = secondaryNegotiator.createOutgoingStream(streamID, initiator, target);
FileTransfer.java 51 protected String streamID;
64 protected FileTransfer(String peer, String streamID,
67 this.streamID = streamID;
179 return streamID;
Socks5TransferNegotiator.java 54 public OutputStream createOutgoingStream(String streamID, String initiator, String target)
57 return this.manager.establishSession(target, streamID).getOutputStream();
81 public PacketFilter getInitiationPacketFilter(final String from, String streamID) {
87 this.manager.ignoreBytestreamRequestOnce(streamID);
89 return new AndFilter(new FromMatchesFilter(from), new BytestreamSIDFilter(streamID));
134 throw new IllegalArgumentException("StreamID cannot be null");
OutgoingFileTransfer.java 70 String streamID, FileTransferNegotiator transferNegotiator) {
71 super(target, streamID, transferNegotiator);
176 }, "File Transfer Negotiation " + streamID);
256 }, "File Transfer " + streamID);
323 }, "File Transfer " + streamID);
370 getPeer(), streamID, fileName, fileSize, description,
383 outputStream = streamNegotiator.createOutgoingStream(streamID,
StreamNegotiator.java 108 * @param streamID The stream ID related to the transfer.
112 public abstract PacketFilter getInitiationPacketFilter(String from, String streamID);
142 * @param streamID The streamID that uniquely identifies the file transfer.
150 public abstract OutputStream createOutgoingStream(String streamID,
IncomingFileTransfer.java 168 }, "File Transfer " + streamID);
  /frameworks/av/libvideoeditor/vss/common/inc/
M4SYS_Stream.h 131 M4SYS_StreamID streamID ;
136 M4SYS_StreamID streamID ;
143 M4SYS_StreamID streamID; /**< The ID of the stream. It must be unique for a media
M4PCMR_CoreReader.h 123 M4OSA_ERR M4PCMR_nextAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU);
124 M4OSA_ERR M4PCMR_freeAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU);
M4WRITER_common.h 236 typedef M4OSA_ERR M4WRITER_startAU(M4WRITER_Context pContext, M4SYS_StreamID streamID,\
238 typedef M4OSA_ERR M4WRITER_processAU(M4WRITER_Context pContext, M4SYS_StreamID streamID,\
  /frameworks/av/libvideoeditor/vss/3gpwriter/src/
M4MP4W_Interface.c 238 pStreamDescription->streamID = VideoStreamID; /**< The only values checked by our
239 core writer are streamID */
268 pStreamDescription->streamID = AudioStreamID; /**< The only value checked by our
269 core writer is streamID */
306 sizeValue.streamID = VideoStreamID;
480 optval.streamID = 0;
686 * M4WRITER_Context pContext, M4SYS_StreamID streamID,
691 * @param streamID: (IN) Id of the stream to which the Access Unit
696 * @return M4ERR_BAD_STREAM_ID: streamID is not VideoStreamID nor
703 M4WRITER_Context pContext, M4SYS_StreamID streamID,
    [all...]
M4MP4W_Writer.c 647 ERR_CHECK(streamDescPtr->streamID == AudioStreamID,
874 ERR_CHECK(streamDescPtr->streamID == VideoStreamID,
    [all...]
  /frameworks/av/include/camera/
ProCamera.h 77 virtual void onFrameAvailable(int /*streamId*/,
162 status_t requestStream(int streamId);
174 status_t deleteStream(int streamId);
184 int* streamId);
194 int* streamId);
199 int* streamId);
205 int* streamId);
223 int waitForFrameBuffer(int streamId);
241 // BAD_VALUE - invalid streamId or count passed
242 int dropFrameBuffer(int streamId, int count)
    [all...]
  /external/aac/libMpegTPEnc/src/
tpenc_latm.h 118 signed int streamID;
tpenc_latm.cpp 201 if( p_linfo->streamID >= 0 ) {
240 if( p_linfo->streamID >= 0 ) {
242 bitDemand+=4; /* streamID */
332 p_linfo->streamID = -1;
376 p_linfo->streamID = streamIDcnt++;
847 hAss->m_linfo[prog][layer].streamID = -1;
852 hAss->m_linfo[0][0].streamID = 0;
  /frameworks/av/libvideoeditor/vss/inc/
M4VSS3GPP_InternalFunctions.h 610 * @param streamID: (IN) Id of the stream to which the Access Unit is related.
615 M4OSA_ERR M4VSS3GPP_intStartAU(M4WRITER_Context pContext, M4SYS_StreamID streamID,
623 * @param streamID: (IN) Id of the stream to which the Access Unit is related.
628 M4OSA_ERR M4VSS3GPP_intProcessAU(M4WRITER_Context pContext, M4SYS_StreamID streamID,
  /frameworks/av/media/libstagefright/wifi-display/source/
TSPacketizer.cpp 37 unsigned PID, unsigned streamType, unsigned streamID);
41 unsigned streamID() const;
88 unsigned PID, unsigned streamType, unsigned streamID)
92 mStreamID(streamID),
138 unsigned TSPacketizer::Track::streamID() const {
433 unsigned streamID = streamIDStart + numTracksOfThisType;
434 if (streamID > streamIDStop) {
438 sp<Track> track = new Track(format, PID, streamType, streamID);
920 *ptr++ = track->streamID();
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 613 G722ENC_DPRINT("[G722 Component] - got data back from audio manager, command=%d AND streamID=%d\n", cmd_data.AM_Cmd, (int) cmd_data.streamID);
616 if(cmd_data.streamID == 0) {
622 pComponentPrivate->streamID = cmd_data.streamID;
762 cmd_data.streamID = 0;
    [all...]
  /frameworks/av/libvideoeditor/vss/src/
M4PCMR_CoreReader.c 207 pStreamDesc->streamID = 1;
282 * - Check that provided StreamId is correct (always true, only one stream...)
283 * In the player application, a StreamId table is initialized as follow:
287 * @param streamID: (IN) Stream selection
291 * @return M4ERR_BAD_STREAM_ID at least one of the streamID does not exist
328 * M4OSA_ERR M4PCMR_nextAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU)
340 * @param streamID: (IN) Stream selection
351 M4OSA_ERR M4PCMR_nextAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU)
418 * M4OSA_ERR M4PCMR_freeAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU)
426 * @param streamID: (IN) Stream selectio
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 593 cmd_data.streamID = 0;
603 cmd_data.streamID = 0;
613 cmd_data.streamID = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 606 cmd_data.streamID = 0;
616 cmd_data.streamID = 0;
626 cmd_data.streamID = 0;
    [all...]

Completed in 1866 milliseconds

1 2 3 4