Searched refs:streamIndex (Results 1 - 6 of 6) sorted by relevance

/haiku/src/kits/media/
H A DMediaWriter.cpp24 MediaExtractorChunkWriter(MediaWriter* writer, int32 streamIndex) argument
27 fStreamIndex(streamIndex)
130 int32 streamIndex = fStreamInfos.CountItems(); local
135 "for stream %" B_PRId32 "\n", streamIndex);
140 this, streamIndex);
144 "for stream %" B_PRId32 "\n", streamIndex);
166 MediaWriter::SetCopyright(int32 streamIndex, const char* copyright) argument
172 if (!fStreamInfos.Get(streamIndex, &info))
210 MediaWriter::AddTrackInfo(int32 streamIndex, uint32 code, argument
217 if (!fStreamInfos.Get(streamIndex,
225 WriteChunk(int32 streamIndex, const void* chunkBuffer, size_t chunkSize, media_encode_info* encodeInfo) argument
[all...]
H A DMediaFile.cpp298 int32 streamIndex = fTrackNum;
302 BMediaTrack* track = new(std::nothrow) BMediaTrack(fWriter, streamIndex,
305 fTrackList[streamIndex] = track;
H A DMediaTrack.cpp868 int32 streamIndex, media_format* format,
878 fStream = streamIndex;
867 BMediaTrack(BPrivate::media::MediaWriter* writer, int32 streamIndex, media_format* format, const media_codec_info* codecInfo) argument
/haiku/headers/private/media/
H A DMediaWriter.h34 status_t SetCopyright(int32 streamIndex,
41 status_t AddTrackInfo(int32 streamIndex, uint32 code,
45 status_t WriteChunk(int32 streamIndex,
/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatReader.cpp133 // Setup this stream to point to the AVStream at the given streamIndex.
134 virtual status_t Init(int32 streamIndex);
321 int32 streamIndex = StreamIndexFor(virtualIndex);
322 if (streamIndex < 0) {
327 TRACE(" context stream index: %" B_PRId32 "\n", streamIndex);
333 // Make us point to the AVStream at streamIndex
334 fStream = fContext->streams[streamIndex];
343 // if (i != (unsigned)streamIndex)
914 // Setup this stream to point to the AVStream at the given streamIndex.
916 virtual status_t Init(int32 streamIndex);
1657 AllocateCookie(int32 streamIndex, void** _cookie) argument
[all...]
/haiku/headers/os/media/
H A DMediaTrack.h223 int32 streamIndex);
228 int32 streamIndex, media_format* format,

Completed in 96 milliseconds