Searched defs:OutputStream (Results 1 – 9 of 9) sorted by relevance
45 typedef struct OutputStream { struct66 } OutputStream; argument
50 typedef struct OutputStream { struct68 } OutputStream; argument
99 typedef struct OutputStream { struct100 AVFormatContext *ctx;101 int ctx_inited, as_idx;102 AVIOContext *out;103 AVCodecParserContext *parser;104 AVCodecContext *parser_avctx;105 int packets_written;106 char initfile[1024];107 int64_t init_start_pos, pos;108 int init_range_length;[all …]
443 typedef struct OutputStream { struct444 int file_index; /* file index */445 int index; /* stream index in the output file */446 int source_index; /* InputStream index */447 AVStream *st; /* stream in the output file */448 int encoding_needed; /* true if encoding needed for this stream */449 int frame_number;452 struct InputStream *sync_ist; /* input stream to sync against */453 … /* output frame counter, could be changed to some true timestamp */ // FIXME look at frame_number456 int64_t first_pts;[all …]
53 typedef struct OutputStream { struct68 } OutputStream; argument
25 class OutputStream; variable
30 class OutputStream; variable
871 TEST(CivilTime, OutputStream) { in TEST() argument
880 TEST(CivilTime, OutputStream) { in TEST() argument