Home
last modified time | relevance | path

Searched defs:OutputStream (Results 1 – 20 of 20) sorted by relevance

/third_party/ffmpeg/libavformat/
Dhdsenc.c44 typedef struct OutputStream { struct
65 } OutputStream; argument
Dsmoothstreamingenc.c47 typedef struct OutputStream { struct
64 } OutputStream; argument
Ddashenc.c102 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/
Dffmpeg.h457 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/
Dmuxing.c54 typedef struct OutputStream { struct
71 } OutputStream; argument
/third_party/skia/m133/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h16 class OutputStream; variable
DSkSLMetalCodeGenerator.h16 class OutputStream; variable
DSkSLWGSLCodeGenerator.h16 class OutputStream; variable
DSkSLHLSLCodeGenerator.h17 class OutputStream; variable
DSkSLSPIRVCodeGenerator.h17 class OutputStream; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.h25 class OutputStream; variable
/third_party/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/
DCGenerator.cs40 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/
DSampleProfWriter.h74 std::unique_ptr<raw_ostream> OutputStream; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DUtility.h66 OutputStream(char *StartBuf, size_t Size) in OutputStream() function
DItaniumDemangle.h177 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 …]
DMicrosoftDemangleNodes.h24 class OutputStream; variable
/third_party/skia/m133/src/sksl/
DSkSLUtil.h22 class OutputStream; variable
/third_party/skia/src/sksl/
DSkSLUtil.h36 class OutputStream; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
Dcivil_time_test.cc871 TEST(CivilTime, OutputStream) { in TEST() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
Dcivil_time_test.cc890 TEST(CivilTime, OutputStream) { in TEST() argument