Home
last modified time | relevance | path

Searched defs:InputStream (Results 1 – 25 of 29) 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/protobuf/php/src/Google/Protobuf/Internal/
DSourceCodeInfo.php10 use Google\Protobuf\Internal\InputStream; alias
DOneofOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DGeneratedCodeInfo.php10 use Google\Protobuf\Internal\InputStream; alias
DFileDescriptorSet.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
DEnumOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DMethodOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DEnumValueDescriptorProto.php10 use Google\Protobuf\Internal\InputStream; alias
DEnumDescriptorProto.php10 use Google\Protobuf\Internal\InputStream; alias
DMessageOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DMethodDescriptorProto.php10 use Google\Protobuf\Internal\InputStream; alias
DUninterpretedOption.php10 use Google\Protobuf\Internal\InputStream; alias
DFieldOptions.php10 use Google\Protobuf\Internal\InputStream; alias
DDescriptorProto.php10 use Google\Protobuf\Internal\InputStream; alias
/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
/third_party/protobuf/php/src/Google/Protobuf/Internal/GeneratedCodeInfo/
DAnnotation.php10 use Google\Protobuf\Internal\InputStream; alias
/third_party/protobuf/php/src/Google/Protobuf/Internal/SourceCodeInfo/
DLocation.php10 use Google\Protobuf\Internal\InputStream; alias

12