| /third_party/ffmpeg/libavformat/ |
| D | hdsenc.c | 44 typedef struct OutputStream { struct 65 } OutputStream; argument
|
| D | smoothstreamingenc.c | 47 typedef struct OutputStream { struct 64 } OutputStream; argument
|
| D | dashenc.c | 102 typedef struct OutputStream { struct 103 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 …]
|
| /third_party/ffmpeg/fftools/ |
| D | ffmpeg.h | 457 typedef struct OutputStream { struct 458 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_number 470 int64_t first_pts; [all …]
|
| /third_party/ffmpeg/doc/examples/ |
| D | muxing.c | 54 typedef struct OutputStream { struct 71 } OutputStream; argument
|
| /third_party/skia/m133/src/sksl/codegen/ |
| D | SkSLGLSLCodeGenerator.h | 16 class OutputStream; variable
|
| D | SkSLMetalCodeGenerator.h | 16 class OutputStream; variable
|
| D | SkSLWGSLCodeGenerator.h | 16 class OutputStream; variable
|
| D | SkSLHLSLCodeGenerator.h | 17 class OutputStream; variable
|
| D | SkSLSPIRVCodeGenerator.h | 17 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/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/ |
| D | CGenerator.cs | 40 public TextWriter OutputStream { get; private set; } property in CCodeGeneration.CGenerator
|
| /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/skia/m133/src/sksl/ |
| D | SkSLUtil.h | 22 class OutputStream; variable
|
| /third_party/skia/src/sksl/ |
| D | SkSLUtil.h | 36 class OutputStream; variable
|
| /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
|