Home
last modified time | relevance | path

Searched defs:InputStream (Results 1 – 25 of 42) sorted by relevance

12

/third_party/ffmpeg/fftools/
Dffmpeg.h300 typedef struct InputStream { struct
301 int file_index;
302 AVStream *st;
303 int discard; /* true if stream data should be discarded */
304 int user_set_discard;
305 …ecoding_needed; /* non zero if the packets must be decoded in 'raw_fifo', see DECODING_FOR_* */
309 AVCodecContext *dec_ctx;
310 const AVCodec *dec;
311 AVFrame *decoded_frame;
312 AVFrame *filter_frame; /* a ref of decoded_frame, to be sent to filters */
[all …]
/third_party/openh264/test/utils/
DInputStream.h6 struct InputStream { struct
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/
DInputStream.h28 InputStream() {} in InputStream() function
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/wav/
DWavRIFFChunkHeader.h23 class InputStream; variable
DWavChunkHeader.h23 class InputStream; variable
DWavStreamReader.h32 class InputStream; variable
DWavFmtChunkHeader.h21 class InputStream; variable
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGeneratedCodeInfo.php10 use Google\Protobuf\Internal\InputStream; alias
DSourceCodeInfo.php10 use Google\Protobuf\Internal\InputStream; alias
DOneofOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DExtensionRangeOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DFileDescriptorSet.php10 use Google\Protobuf\Internal\InputStream; alias
DEnumValueOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DServiceOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DOneofDescriptorProto.php10 use Google\Protobuf\Internal\InputStream; alias
DMethodOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DEnumOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DServiceDescriptorProto.php10 use Google\Protobuf\Internal\InputStream; alias
DEnumValueDescriptorProto.php10 use Google\Protobuf\Internal\InputStream; alias
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBrowserCompileServer.h100 llvm::QueueStreamer *InputStream = nullptr; variable
DIceCompiler.cpp66 std::unique_ptr<llvm::DataStreamer> &&InputStream) { in run()
/third_party/protobuf/php/src/Google/Protobuf/Internal/UninterpretedOption/
DNamePart.php10 use Google\Protobuf\Internal\InputStream; alias
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
DReservedRange.php10 use Google\Protobuf\Internal\InputStream; alias
DExtensionRange.php10 use Google\Protobuf\Internal\InputStream; alias
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
DEnumReservedRange.php10 use Google\Protobuf\Internal\InputStream; alias

12