Home
last modified time | relevance | path

Searched defs:in_stream (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dremuxing.c98 AVStream *in_stream = ifmt_ctx->streams[i]; in main() local
141 AVStream *in_stream, *out_stream; in main() local
Dtranscoding.c123 AVStream *in_stream; in open_output_file() local
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/util/
Djson_helper.cc73 std::ifstream in_stream(in_file); in UpdateArray() local
108 std::ifstream in_stream(in_file); in RemoveKey() local
/third_party/node/src/
Dutil.cc171 std::istringstream in_stream(in); in SplitString() local
/third_party/boost/libs/property_tree/test/
Dtest_utils.hpp241 std::basic_istringstream<Ch> in_stream(native_test_data); in check_exact_roundtrip() local
/third_party/protobuf/src/google/protobuf/util/
Djson_util.cc89 io::CodedInputStream in_stream(binary_input); in BinaryToJsonStream() local
/third_party/gstreamer/gstplugins_good/ext/soup/
Dgstsouphttpclientsink.c660 GInputStream *in_stream; in send_message_locked() local
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc117 CodedInputStream in_stream(&arr_stream); in ExecuteTest() local
Dprotostream_objectsource.cc658 io::CodedInputStream in_stream(&zero_copy_stream); in RenderAny() local
/third_party/glib/gio/
Dgresourcefile.c864 _g_resource_file_input_stream_new (GInputStream *in_stream, GFile *file) in _g_resource_file_input_stream_new()