Searched refs:streamID (Results 1 - 21 of 21) sorted by relevance

/frameworks/base/media/java/android/media/
H A DSoundPool.java76 * 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) { argument
261 resume(int streamID) argument
298 stop(int streamID) argument
314 setVolume(int streamID, float leftVolume, float rightVolume) argument
323 setVolume(int streamID, float volume) argument
337 setPriority(int streamID, int priority) argument
352 setLoop(int streamID, int loop) argument
368 setRate(int streamID, float rate) argument
421 pause(int streamID) argument
422 resume(int streamID) argument
425 stop(int streamID) argument
426 setVolume(int streamID, float leftVolume, float rightVolume) argument
427 setVolume(int streamID, float volume) argument
428 setPriority(int streamID, int priority) argument
429 setLoop(int streamID, int loop) argument
430 setRate(int streamID, float rate) argument
529 pause(int streamID) argument
531 resume(int streamID) argument
537 stop(int streamID) argument
539 setVolume(int streamID, float leftVolume, float rightVolume) argument
542 setVolume(int streamID, float volume) argument
546 setPriority(int streamID, int priority) argument
548 setLoop(int streamID, int loop) argument
550 setRate(int streamID, float rate) argument
652 pause(int streamID) argument
654 resume(int streamID) argument
660 stop(int streamID) argument
662 setVolume(int streamID, float leftVolume, float rightVolume) argument
665 setVolume(int streamID, float volume) argument
668 setPriority(int streamID, int priority) argument
670 setLoop(int streamID, int loop) argument
672 setRate(int streamID, float rate) argument
[all...]
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Writer.h122 * 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...]
H A DM4MP4W_Types.h163 M4SYS_StreamID streamID; member in struct:__anon103
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4SYS_Stream.h131 M4SYS_StreamID streamID ; member in struct:__anon194
136 M4SYS_StreamID streamID ; member in struct:__anon195
143 M4SYS_StreamID streamID; /**< The ID of the stream. It must be unique for a media member in struct:__anon196
H A DM4PCMR_CoreReader.h123 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);
H A DM4WRITER_common.h236 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/
H A DM4MP4W_Interface.c238 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,
702 M4WRITER_3GP_startAU( M4WRITER_Context pContext, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) argument
766 M4WRITER_3GP_processAU( M4WRITER_Context pContext, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) argument
[all...]
H A DM4MP4W_Writer.c647 ERR_CHECK(streamDescPtr->streamID == AudioStreamID,
874 ERR_CHECK(streamDescPtr->streamID == VideoStreamID,
1878 M4OSA_ERR M4MP4W_startAU( M4OSA_Context context, M4SYS_StreamID streamID, argument
1900 if (streamID == AudioStreamID) /*audio stream*/
1967 else if (streamID == VideoStreamID) /*video stream*/
2079 auPtr->dataAddress, auPtr->size, streamID);
2085 M4OSA_ERR M4MP4W_processAU( M4OSA_Context context, M4SYS_StreamID streamID, argument
2107 if (streamID == AudioStreamID)
2111 if (streamID == VideoStreamID)
2118 switch( streamID )
[all...]
/frameworks/av/include/camera/
H A DProCamera.h262 ProFrameListener(wp<ProCamera> camera, int streamID) { argument
264 mStreamId = streamID;
284 this->streamID = streamId;
290 streamID = -1;
294 int streamID; member in struct:android::ProCamera::StreamInfo
/frameworks/av/libvideoeditor/vss/inc/
H A DM4VSS3GPP_InternalFunctions.h610 * @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/
H A DTSPacketizer.cpp37 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 { function in class:android::TSPacketizer::Track
433 unsigned streamID = streamIDStart + numTracksOfThisType; local
434 if (streamID > streamIDStop) {
438 sp<Track> track = new Track(format, PID, streamType, streamID);
920 *ptr++ = track->streamID();
86 Track( const sp<AMessage> &format, unsigned PID, unsigned streamType, unsigned streamID) argument
/frameworks/av/libvideoeditor/vss/src/
H A DM4PCMR_CoreReader.c207 pStreamDesc->streamID = 1;
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) argument
418 * M4OSA_ERR M4PCMR_freeAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU)
426 * @param streamID: (IN) Stream selection
433 M4OSA_ERR M4PCMR_freeAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) argument
H A DM4PTO3GPP_API.c1021 streamHeader.streamID = M4PTO3GPP_WRITER_VIDEO_STREAM_ID;
1511 pC->m_pWriterVideoStream->streamID = M4PTO3GPP_WRITER_VIDEO_STREAM_ID;
1649 pC->m_pWriterAudioStream->streamID = M4PTO3GPP_WRITER_AUDIO_STREAM_ID;
1752 optionValue.streamID = M4PTO3GPP_WRITER_VIDEO_STREAM_ID;
1793 optionValue.streamID = M4PTO3GPP_WRITER_AUDIO_STREAM_ID;
H A DM4AMRR_CoreReader.c344 pStreamDesc->streamID = 1;
365 pStreamContext->m_pStreamHandler->streamID = 1;
H A DM4VSS3GPP_Edit.c2362 pC_ewc->WriterVideoStream.streamID = M4VSS3GPP_WRITER_VIDEO_STREAM_ID;
2406 temp.streamID = M4VSS3GPP_WRITER_VIDEO_STREAM_ID;
2423 temp.streamID = M4VSS3GPP_WRITER_VIDEO_STREAM_ID;
2463 pC_ewc->WriterAudioStream.streamID = M4VSS3GPP_WRITER_AUDIO_STREAM_ID;
2543 temp.streamID = M4VSS3GPP_WRITER_AUDIO_STREAM_ID;
2560 temp.streamID = M4VSS3GPP_WRITER_AUDIO_STREAM_ID;
H A DM4READER_Amr.c304 pStreamHandler->m_streamId = streamDesc.streamID;
511 * @return M4ERR_BAD_STREAM_ID the streamID does not exist
H A DM4READER_Pcm.c387 pC->m_pAudioStream->m_streamId = streamDesc.streamID;
598 * @return M4ERR_BAD_STREAM_ID the streamID does not exist
H A DM4VSS3GPP_EditVideo.c968 * @param streamID: (IN) Id of the stream to which the Access Unit is related.
974 M4SYS_StreamID streamID, M4SYS_AccessUnit *pAU )
1008 * @param streamID: (IN) Id of the stream to which the Access Unit is related.
1014 M4SYS_StreamID streamID, M4SYS_AccessUnit *pAU )
973 M4VSS3GPP_intStartAU( M4WRITER_Context pContext, M4SYS_StreamID streamID, M4SYS_AccessUnit *pAU ) argument
1013 M4VSS3GPP_intProcessAU( M4WRITER_Context pContext, M4SYS_StreamID streamID, M4SYS_AccessUnit *pAU ) argument
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
H A DVideoEditorMp3Reader.cpp495 streamDesc.streamID = pReaderContext->mStreamNumber;
535 pStreamHandler->m_streamId = streamDesc.streamID;
H A DVideoEditorVideoEncoder.cpp897 pEncoderContext->mAccessUnit->stream->streamID,
953 pEncoderContext->mAccessUnit->stream->streamID,
/frameworks/av/libvideoeditor/vss/mcs/src/
H A DM4MCS_API.c3133 streamHeader.streamID = M4MCS_WRITER_VIDEO_STREAM_ID;
3178 streamHeader.streamID = M4MCS_WRITER_VIDEO_STREAM_ID;
6686 pC->WriterVideoStream.streamID = M4MCS_WRITER_VIDEO_STREAM_ID;
6849 optionValue.streamID = M4MCS_WRITER_VIDEO_STREAM_ID;
6960 pC->WriterAudioStream.streamID = M4MCS_WRITER_AUDIO_STREAM_ID;
7061 optionValue.streamID = M4MCS_WRITER_AUDIO_STREAM_ID;

Completed in 2592 milliseconds