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

/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:__anon90
/frameworks/base/media/java/android/media/
H A DSoundPool.java74 * a streamID of zero.</p>
93 * streamID is a reference to a particular instance of a stream. If the stream
96 * the streamID without error. This may help simplify program logic since
262 * returned by the load() function. Returns a non-zero streamID
263 * if successful, zero if it fails. The streamID can be used to
280 * @return non-zero streamID if successful, zero if failed
288 * Pause the stream specified by the streamID. This is the
294 * @param streamID a streamID returned by the play() function
296 public native final void pause(int streamID); argument
308 resume(int streamID) argument
339 stop(int streamID) argument
353 setVolume(int streamID, float leftVolume, float rightVolume) argument
366 setPriority(int streamID, int priority) argument
379 setLoop(int streamID, int loop) argument
393 setRate(int streamID, float rate) argument
[all...]
/frameworks/av/libvideoeditor/vss/common/inc/
H A DM4SYS_Stream.h131 M4SYS_StreamID streamID ; member in struct:__anon181
136 M4SYS_StreamID streamID ; member in struct:__anon182
143 M4SYS_StreamID streamID; /**< The ID of the stream. It must be unique for a media member in struct:__anon183
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/media/libstagefright/wifi-display/source/
H A DTSPacketizer.cpp37 unsigned PID, unsigned streamType, unsigned streamID);
41 unsigned streamID() const;
86 unsigned PID, unsigned streamType, unsigned streamID)
90 mStreamID(streamID),
127 unsigned TSPacketizer::Track::streamID() const { function in class:android::TSPacketizer::Track
382 unsigned streamID = streamIDStart + numTracksOfThisType; local
383 if (streamID > streamIDStop) {
387 sp<Track> track = new Track(format, PID, streamType, streamID);
723 *ptr++ = track->streamID();
84 Track( const sp<AMessage> &format, unsigned PID, unsigned streamType, unsigned streamID) argument
/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/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 196 milliseconds