Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dhdsenc.c45 typedef struct OutputStream { struct
66 } OutputStream; argument
Dsmoothstreamingenc.c50 typedef struct OutputStream { struct
68 } OutputStream; argument
Ddashenc.c99 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/
Dffmpeg.h443 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/
Dmuxing.c53 typedef struct OutputStream { struct
68 } OutputStream; argument
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
Dreadable_font_data.h25 class OutputStream; variable
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h30 class OutputStream; variable
/third_party/abseil-cpp/absl/time/
Dcivil_time_test.cc871 TEST(CivilTime, OutputStream) { in TEST() argument
/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dcivil_time_test.cc880 TEST(CivilTime, OutputStream) { in TEST() argument