/third_party/ffmpeg/libavformat/ |
D | webm_chunk.c | 54 AVFormatContext *oc; in webm_chunk_init() local 158 AVFormatContext *oc = wc->avf; in webm_chunk_write_header() local 172 AVFormatContext *oc = wc->avf; in chunk_start() local 185 AVFormatContext *oc = wc->avf; in chunk_end() local 221 AVFormatContext *oc = wc->avf; in webm_chunk_write_packet() local 253 AVFormatContext *oc = wc->avf; in webm_chunk_write_trailer() local
|
D | omadec.c | 98 OMAContext *oc = s->priv_data; in oma_read_close() local 118 OMAContext *oc = s->priv_data; in kset() local 149 OMAContext *oc = s->priv_data; in rprobe() local 185 OMAContext *oc = s->priv_data; in nprobe() local 233 OMAContext *oc = s->priv_data; in decrypt_init() local 329 OMAContext *oc = s->priv_data; in read_packet() local 417 OMAContext *oc = s->priv_data; in oma_read_header() local 570 OMAContext *oc = s->priv_data; in oma_read_packet() local 598 OMAContext *oc = s->priv_data; in oma_read_seek() local
|
D | segment.c | 147 AVFormatContext *oc; in segment_mux_init() local 198 AVFormatContext *oc = seg->avf; in set_segment_filename() local 242 AVFormatContext *oc = seg->avf; in segment_start() local 357 AVFormatContext *oc = seg->avf; in segment_end() local 682 AVFormatContext *oc = seg->avf; in seg_init() local 821 AVFormatContext *oc = seg->avf; in seg_write_header() local 975 AVFormatContext *oc = seg->avf; in seg_write_trailer() local 997 AVFormatContext *oc = seg->avf; in seg_check_bitstream() local
|
D | hlsenc.c | 851 AVFormatContext *oc; in hls_mux_init() local 1061 static int sls_flag_use_localtime_filename(AVFormatContext *oc, HLSContext *c, VariantStream *vs) 1324 static int hls_rename_temp_file(AVFormatContext *s, AVFormatContext *oc) 1683 AVFormatContext *oc = vs->avf; local 2393 AVFormatContext *oc = vs->avf; local 2421 AVFormatContext *oc = NULL; local 2725 AVFormatContext *oc = NULL; local
|
/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() 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() 519 static int write_video_frame(AVFormatContext *oc, OutputStream *ost) in write_video_frame() 524 static void close_stream(AVFormatContext *oc, OutputStream *ost) in close_stream() 541 AVFormatContext *oc; in main() local
|
/third_party/ffmpeg/libavformat/tests/ |
D | fifo_muxer.c | 55 static int initialize_fifo_tst_muxer_chain(AVFormatContext **oc, AVPacket **pkt) in initialize_fifo_tst_muxer_chain() 81 static int fifo_basic_test(AVFormatContext *oc, AVDictionary **opts, in fifo_basic_test() 130 static int fifo_overflow_drop_test(AVFormatContext *oc, AVDictionary **opts, in fifo_overflow_drop_test() 201 AVFormatContext *oc = NULL; in run_test() local
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromPropertyAssignment2.ts | 1 // @noEmit: true 2 // @allowJs: true 3 // @checkJs: true 4 // @Filename: a.js 5 function Outer() { 6 this.y = 2 7 } 8 Outer.Inner = class I { 9 constructor() { 10 this.x = 1 [all …]
|
/third_party/typescript/tests/cases/compiler/ |
D | classExpressionNames.ts | 10 var oc = new o.C() variable
|
/third_party/ffmpeg/libavcodec/ |
D | lzw.c | 61 int fc, oc; member 170 int l, c, code, oc, fc; in ff_lzw_decode() local
|
D | aac.h | 357 OutputConfiguration oc[2]; member
|
/third_party/pulseaudio/src/pulsecore/ |
D | remap.c | 262 unsigned oc, ic, i; in remap_channels_matrix_s16ne_c() local 292 unsigned oc, ic, i; in remap_channels_matrix_s32ne_c() local 322 unsigned oc, ic, i; in remap_channels_matrix_float32ne_c() local 354 unsigned ic, oc; in pa_setup_remap_arrange() local
|
D | resampler.c | 811 unsigned oc; in setup_oc_mono_map() local 866 unsigned oc, ic; in setup_remap() local
|
/third_party/ffmpeg/fftools/ |
D | ffmpeg_opt.c | 635 static int copy_metadata(char *outspec, char *inspec, AVFormatContext *oc, AVFormatContext *ic, Opt… in copy_metadata() 1424 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType typ… in new_output_stream() 1656 static char *get_ost_filters(OptionsContext *o, AVFormatContext *oc, in get_ost_filters() 1676 static void check_streamcopy_filters(OptionsContext *o, AVFormatContext *oc, in check_streamcopy_filters() 1690 static OutputStream *new_video_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_video_stream() 1901 static OutputStream *new_audio_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_audio_stream() 1974 static OutputStream *new_data_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_data_stream() 1987 static OutputStream *new_unknown_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_unknown_stream() 2000 static OutputStream *new_attachment_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_attachment_stream() 2008 static OutputStream *new_subtitle_stream(OptionsContext *o, AVFormatContext *oc, int source_index) in new_subtitle_stream() [all …]
|
D | ffmpeg.c | 1706 AVFormatContext *oc; in print_report() local 3328 AVFormatContext *oc; in init_encoder_time_base() local 3353 AVFormatContext *oc = output_files[ost->file_index]->ctx; in init_output_stream_encode() local 3732 AVFormatContext *oc; in transcode_init() local
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | Edits.java | 281 private Iterator(char[] a, int len, boolean oc, boolean crs) { in Iterator()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Edits.java | 290 private Iterator(char[] a, int len, boolean oc, boolean crs) { in Iterator()
|
/third_party/icu/icu4c/source/common/ |
D | edits.cpp | 400 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | edits.cpp | 399 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | edits.cpp | 400 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
|
/third_party/node/deps/icu-small/source/common/ |
D | edits.cpp | 400 Edits::Iterator::Iterator(const uint16_t *a, int32_t len, UBool oc, UBool crs) : in Iterator()
|
/third_party/pcre2/pcre2/src/ |
D | pcre2_jit_compile.c | 537 } oc; member 3551 unsigned int c, oc, bit; in char_get_othercase_bit() local 5447 PCRE2_SPTR alternative, cc_save, oc; in scan_prefix() local 6226 PCRE2_UCHAR oc; in fast_forward_first_char() local 6497 sljit_u32 oc, bit; in search_requested_char() local 8732 unsigned int c, oc, bit; in compile_char1_matchingpath() local
|
D | pcre2_compile.c | 5017 uint32_t oc, od; in add_to_class_internal() local 5489 open_capitem *oc; in compile_branch() local
|
/third_party/flutter/skia/src/gpu/ops/ |
D | GrQuadPerEdgeAA.cpp | 483 V4f oc = edges.fC + mask * (outset ? 0.5f : -0.5f); in compute_degenerate_quad() local
|
/third_party/skia/src/gpu/geometry/ |
D | GrQuadUtils.cpp | 760 V4f oc = fC + signedEdgeDistances; in computeDegenerateQuad() local
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | optional_test.cc | 1340 OS oc = std::string(n, 'c'); in TEST() local
|