Home
last modified time | relevance | path

Searched refs:StreamCookie (Results 1 – 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp56 class AVFormatWriter::StreamCookie { class in AVFormatWriter
58 StreamCookie(AVFormatContext* context,
60 virtual ~StreamCookie();
83 AVFormatWriter::StreamCookie::StreamCookie(AVFormatContext* context, in StreamCookie() function in AVFormatWriter::StreamCookie
94 AVFormatWriter::StreamCookie::~StreamCookie() in ~StreamCookie()
113 AVFormatWriter::StreamCookie::Init(media_format* format, in Init()
320 AVFormatWriter::StreamCookie::WriteChunk(const void* chunkBuffer, in WriteChunk()
366 AVFormatWriter::StreamCookie::AddTrackInfo(uint32 code, in AddTrackInfo()
543 StreamCookie* cookie = new(std::nothrow) StreamCookie(fFormatContext, in AllocateCookie()
562 StreamCookie* cookie = reinterpret_cast<StreamCookie*>(_cookie); in FreeCookie()
[all …]
H A DAVFormatWriter.h52 class StreamCookie;
60 StreamCookie** fStreams;