Searched refs:fFormatContext (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVFormatWriter.cpp73 AVFormatContext* fFormatContext; member in class:AVFormatWriter::StreamCookie
86 fFormatContext(context),
120 fPacket->stream_index = fFormatContext->nb_streams;
121 fStream = avformat_new_stream(fFormatContext, NULL);
352 int result = av_interleaved_write_frame(fFormatContext, fPacket);
356 int result = av_write_frame(fFormatContext, fPacket);
383 fFormatContext(avformat_alloc_context()),
398 for (unsigned i = 0; i < fFormatContext->nb_streams; i++) {
399 av_freep(&fFormatContext->streams[i]->codecpar);
400 av_freep(&fFormatContext
[all...]
H A DAVFormatWriter.h54 AVFormatContext* fFormatContext; member in class:AVFormatWriter

Completed in 32 milliseconds