Home
last modified time | relevance | path

Searched refs:in_stream (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/doc/examples/
Dremuxing.c104 AVStream *in_stream = ifmt_ctx->streams[i]; in main() local
105 AVCodecParameters *in_codecpar = in_stream->codecpar; in main()
147 AVStream *in_stream, *out_stream; in main() local
153 in_stream = ifmt_ctx->streams[pkt->stream_index]; in main()
165 av_packet_rescale_ts(pkt, in_stream->time_base, out_stream->time_base); in main()
Dtranscoding.c124 AVStream *in_stream; in open_output_file() local
145 in_stream = ifmt_ctx->streams[i]; in open_output_file()
208 ret = avcodec_parameters_copy(out_stream->codecpar, in_stream->codecpar); in open_output_file()
213 out_stream->time_base = in_stream->time_base; in open_output_file()
/third_party/protobuf/src/google/protobuf/util/
Djson_util.cc89 io::CodedInputStream in_stream(binary_input); in BinaryToJsonStream() local
92 converter::ProtoStreamObjectSource proto_source(&in_stream, resolver, type); in BinaryToJsonStream()
/third_party/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectsource_test.cc117 CodedInputStream in_stream(&arr_stream); in ExecuteTest() local
120 helper_.NewProtoSource(&in_stream, GetTypeUrl(descriptor))); in ExecuteTest()
Dprotostream_objectsource.cc658 io::CodedInputStream in_stream(&zero_copy_stream); in RenderAny() local
661 ProtoStreamObjectSource nested_os(&in_stream, os->typeinfo_, *nested_type); in RenderAny()