/third_party/ffmpeg/libavformat/ |
D | hdsenc.c | 45 typedef struct OutputStream { struct 66 } OutputStream; argument
|
D | smoothstreamingenc.c | 50 typedef struct OutputStream { struct 68 } OutputStream; argument
|
D | dashenc.c | 99 typedef struct OutputStream { struct 100 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 …]
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.h | 443 typedef struct OutputStream { struct 444 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_number 456 int64_t first_pts; [all …]
|
/third_party/ffmpeg/doc/examples/ |
D | muxing.c | 53 typedef struct OutputStream { struct 68 } OutputStream; argument
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.h | 25 class OutputStream; variable
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/ |
D | readable_font_data.h | 25 class OutputStream; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/ |
D | SampleProfWriter.h | 74 std::unique_ptr<raw_ostream> OutputStream; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
D | Utility.h | 66 OutputStream(char *StartBuf, size_t Size) in OutputStream() function
|
D | ItaniumDemangle.h | 177 virtual bool hasRHSComponentSlow(OutputStream &) const { return false; } in hasRHSComponentSlow() argument 178 virtual bool hasArraySlow(OutputStream &) const { return false; } in hasArraySlow() argument 179 virtual bool hasFunctionSlow(OutputStream &) const { return false; } in hasFunctionSlow() argument 183 virtual const Node *getSyntaxNode(OutputStream &) const { in getSyntaxNode() argument 200 virtual void printRight(OutputStream &) const {} in printRight() argument 623 bool hasRHSComponentSlow(OutputStream &) const override { return true; } in hasRHSComponentSlow() argument 624 bool hasArraySlow(OutputStream &) const override { return true; } in hasArraySlow() argument 659 bool hasRHSComponentSlow(OutputStream &) const override { return true; } in hasRHSComponentSlow() argument 660 bool hasFunctionSlow(OutputStream &) const override { return true; } in hasFunctionSlow() argument 755 bool hasRHSComponentSlow(OutputStream &) const override { return true; } in hasRHSComponentSlow() argument [all …]
|
D | MicrosoftDemangleNodes.h | 24 class OutputStream; variable
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLUtil.h | 30 class OutputStream; variable
|
/third_party/skia/src/sksl/ |
D | SkSLUtil.h | 32 class OutputStream; variable
|
/third_party/abseil-cpp/absl/time/ |
D | civil_time_test.cc | 871 TEST(CivilTime, OutputStream) { in TEST() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/ |
D | civil_time_test.cc | 871 TEST(CivilTime, OutputStream) { in TEST() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
D | civil_time_test.cc | 890 TEST(CivilTime, OutputStream) { in TEST() argument
|
/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | civil_time_test.cc | 890 TEST(CivilTime, OutputStream) { in TEST() argument
|