Searched defs:OutputStream (Results 1 – 13 of 13) sorted by relevance
45 typedef struct OutputStream { struct66 } OutputStream; argument
50 typedef struct OutputStream { struct67 } 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 …]
452 typedef struct OutputStream { struct453 int file_index; /* file index */454 int index; /* stream index in the output file */455 int source_index; /* InputStream index */456 AVStream *st; /* stream in the output file */457 int encoding_needed; /* true if encoding needed for this stream */458 int frame_number;461 struct InputStream *sync_ist; /* input stream to sync against */462 … /* output frame counter, could be changed to some true timestamp */ // FIXME look at frame_number465 int64_t first_pts;[all …]
53 typedef struct OutputStream { struct68 } OutputStream; argument
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
32 class OutputStream; variable
871 TEST(CivilTime, OutputStream) { in TEST() argument
890 TEST(CivilTime, OutputStream) { in TEST() argument