Home
last modified time | relevance | path

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

12

/third_party/ffmpeg/fftools/
Dffmpeg.h294 typedef struct InputStream { struct
295 int file_index;
296 AVStream *st;
297 int discard; /* true if stream data should be discarded */
298 int user_set_discard;
299 …ecoding_needed; /* non zero if the packets must be decoded in 'raw_fifo', see DECODING_FOR_* */
303 AVCodecContext *dec_ctx;
304 AVCodec *dec;
305 AVFrame *decoded_frame;
306 AVFrame *filter_frame; /* a ref of decoded_frame, to be sent to filters */
[all …]
/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/
DFileDescriptorSet.php10 use Google\Protobuf\Internal\InputStream; alias
DGeneratedCodeInfo.php10 use Google\Protobuf\Internal\InputStream; alias
DOneofOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DSourceCodeInfo.php10 use Google\Protobuf\Internal\InputStream; alias
DExtensionRangeOptions.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
DServiceDescriptorProto.php10 use Google\Protobuf\Internal\InputStream; alias
DMethodOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DEnumOptions.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/EnumDescriptorProto/
DEnumReservedRange.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/skia/third_party/externals/oboe/samples/parselib/
DREADME.md21 ### InputStream subsection

12