Home | History | Annotate | Download | only in src

Lines Matching refs:streamID

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,
711 M4OSA_TRACE2_3("M4WRITER_3GP_startAU: pContext=0x%x, streamID=%d, pAU=0x%x",
712 pContext, streamID, pAU);
721 ((VideoStreamID != streamID) && (AudioStreamID != streamID)),
723 "M4WRITER_3GP_processAU: Wrong streamID");
728 err = M4MP4W_startAU(apContext->pMP4Context, streamID, pAU);
750 * M4WRITER_Context pContext, M4SYS_StreamID streamID,
755 * @param streamID: (IN) Id of the stream to which the Access Unit
760 * @return M4ERR_BAD_STREAM_ID: streamID is not VideoStreamID nor
767 M4WRITER_Context pContext, M4SYS_StreamID streamID,
776 "pContext=0x%x, streamID=%d, pAU=0x%x",
777 pContext, streamID, pAU);
786 ((VideoStreamID != streamID) && (AudioStreamID != streamID)),
788 "M4WRITER_3GP_processAU: Wrong streamID");
801 err = M4MP4W_processAU(apContext->pMP4Context, streamID, pAU);