/third_party/ffmpeg/doc/examples/ |
D | muxing.c | 123 static void add_stream(OutputStream *ost, AVFormatContext *oc, in add_stream() 245 static void open_audio(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_ar… in open_audio() 310 static AVFrame *get_audio_frame(OutputStream *ost) in get_audio_frame() 339 static int write_audio_frame(AVFormatContext *oc, OutputStream *ost) in write_audio_frame() 408 static void open_video(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_ar… in open_video() 473 static AVFrame *get_video_frame(OutputStream *ost) in get_video_frame() 519 static int write_video_frame(AVFormatContext *oc, OutputStream *ost) in write_video_frame() 525 static void close_stream(AVFormatContext *oc, OutputStream *ost) in close_stream()
|
D | vaapi_transcode.c | 45 static AVStream *ost; variable
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg.c | 562 OutputStream *ost = output_streams[i]; in ffmpeg_cleanup() local 693 static void close_all_output_streams(OutputStream *ost, OSTFinished this_stream, OSTFinished others) in close_all_output_streams() 702 static void write_packet(OutputFile *of, AVPacket *pkt, OutputStream *ost, int unqueue) in write_packet() 839 static void close_output_stream(OutputStream *ost) in close_output_stream() 862 OutputStream *ost, int eof) in output_packet() 887 static int check_recording_time(OutputStream *ost) in check_recording_time() 900 static void do_audio_out(OutputFile *of, OutputStream *ost, in do_audio_out() 961 OutputStream *ost, in do_subtitle_out() 1044 OutputStream *ost, in do_video_out() 1350 static void do_video_stats(OutputStream *ost, int frame_size) in do_video_stats() [all …]
|
D | ffmpeg_filter.c | 118 OutputStream *ost = ofilter->ost; in choose_pix_fmts() local 458 OutputStream *ost = ofilter->ost; in configure_output_video_filter() local 551 OutputStream *ost = ofilter->ost; in configure_output_audio_filter() local 1023 OutputStream *ost = fg->outputs[0]->ost; in configure_filtergraph() local 1128 OutputStream *ost = fg->outputs[i]->ost; in configure_filtergraph() local
|
D | ffmpeg_opt.c | 1374 static int choose_encoder(OptionsContext *o, AVFormatContext *s, OutputStream *ost) in choose_encoder() 1411 OutputStream *ost; in new_output_stream() local 1635 OutputStream *ost) in get_ost_filters() 1655 const OutputStream *ost, enum AVMediaType type) in check_streamcopy_filters() 1671 OutputStream *ost; in new_video_stream() local 1870 OutputStream *ost; in new_audio_stream() local 1941 OutputStream *ost; in new_data_stream() local 1954 OutputStream *ost; in new_unknown_stream() local 1967 OutputStream *ost = new_output_stream(o, oc, AVMEDIA_TYPE_ATTACHMENT, source_index); in new_attachment_stream() local 1976 OutputStream *ost; in new_subtitle_stream() local [all …]
|
D | ffmpeg_hw.c | 419 int hw_device_setup_for_encode(OutputStream *ost) in hw_device_setup_for_encode()
|
D | ffmpeg.h | 260 struct OutputStream *ost; member
|
/third_party/boost/libs/variant/test/ |
D | recursive_variant_test.cpp | 49 std::ostringstream ost; in operator ()() local 67 std::ostringstream ost; in operator ()() local 89 std::ostringstream ost; in operator ()() local
|
D | jobs.h | 43 std::ostringstream ost; in to_text_impl() local 52 std::ostringstream ost; in to_text_impl() local
|
/third_party/boost/libs/test/test/test-organization-ts/ |
D | dataset-variadic_and_move_semantic-test.cpp | 62 friend std::ostream& operator<<(std::ostream& ost, const non_copyable_type& rhs) in operator <<()
|
/third_party/ffmpeg/libavformat/ |
D | oggdec.c | 85 struct ogg_state *ost = in ogg_save() local 122 struct ogg_state *ost = ogg->state; in ogg_restore() local
|
D | webm_chunk.c | 55 AVStream *st, *ost = s->streams[0]; in webm_chunk_init() local
|
D | segment.c | 1036 AVStream *ost = oc->streams[pkt->stream_index]; in seg_check_bitstream() local
|
D | dashenc.c | 2315 AVStream *ost = oc->streams[0]; in dash_check_bitstream() local
|
D | utils.c | 5779 AVStream *ost, const AVStream *ist, in avformat_transfer_internal_stream_timing_info()
|
/third_party/node/src/ |
D | heap_utils.cc | 340 Local<ObjectTemplate> ost = os->InstanceTemplate(); in CreateHeapSnapshotStream() local
|