Searched refs:StreamCookie (Results 1 – 2 of 2) sorted by relevance
56 class AVFormatWriter::StreamCookie { class in AVFormatWriter58 StreamCookie(AVFormatContext* context,60 virtual ~StreamCookie();83 AVFormatWriter::StreamCookie::StreamCookie(AVFormatContext* context, in StreamCookie() function in AVFormatWriter::StreamCookie94 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 …]
52 class StreamCookie;60 StreamCookie** fStreams;