Searched defs:OutputStream (Results 1 – 13 of 13) sorted by relevance
44 typedef struct OutputStream { struct65 } OutputStream; argument
47 typedef struct OutputStream { struct64 } OutputStream; argument
102 typedef struct OutputStream { struct103 AVFormatContext *ctx;104 int ctx_inited, as_idx;105 AVIOContext *out;106 AVCodecParserContext *parser;107 AVCodecContext *parser_avctx;108 int packets_written;109 char initfile[1024];110 int64_t init_start_pos, pos;111 int init_range_length;[all …]
457 typedef struct OutputStream { struct458 int file_index; /* file index */459 int index; /* stream index in the output file */460 int source_index; /* InputStream index */461 AVStream *st; /* stream in the output file */462 int encoding_needed; /* true if encoding needed for this stream */463 int64_t frame_number;466 struct InputStream *sync_ist; /* input stream to sync against */467 … /* output frame counter, could be changed to some true timestamp */ // FIXME look at frame_number470 int64_t first_pts;[all …]
54 typedef struct OutputStream { struct71 } OutputStream; typedef
25 class OutputStream; variable
74 std::unique_ptr<raw_ostream> OutputStream; variable
66 OutputStream(char *StartBuf, size_t Size) in OutputStream() function
177 virtual bool hasRHSComponentSlow(OutputStream &) const { return false; } in hasRHSComponentSlow() argument178 virtual bool hasArraySlow(OutputStream &) const { return false; } in hasArraySlow() argument179 virtual bool hasFunctionSlow(OutputStream &) const { return false; } in hasFunctionSlow() argument183 virtual const Node *getSyntaxNode(OutputStream &) const { in getSyntaxNode() argument200 virtual void printRight(OutputStream &) const {} in printRight() argument623 bool hasRHSComponentSlow(OutputStream &) const override { return true; } in hasRHSComponentSlow() argument624 bool hasArraySlow(OutputStream &) const override { return true; } in hasArraySlow() argument659 bool hasRHSComponentSlow(OutputStream &) const override { return true; } in hasRHSComponentSlow() argument660 bool hasFunctionSlow(OutputStream &) const override { return true; } in hasFunctionSlow() argument755 bool hasRHSComponentSlow(OutputStream &) const override { return true; } in hasRHSComponentSlow() argument[all …]
24 class OutputStream; variable
36 class OutputStream; variable
871 TEST(CivilTime, OutputStream) { in TEST() argument
890 TEST(CivilTime, OutputStream) { in TEST() argument