/third_party/glslang/glslang/MachineIndependent/ |
D | glslang.y | 358 $$ = parseContext.handleVariable($1.loc, $1.symbol, $1.string); 372 $$ = parseContext.intermediate.addConstantUnion($1.d, EbtFloat, $1.loc, true); 375 $$ = parseContext.intermediate.addConstantUnion($1.i, $1.loc, true); 378 parseContext.fullIntegerCheck($1.loc, "unsigned literal"); 379 $$ = parseContext.intermediate.addConstantUnion($1.u, $1.loc, true); 382 $$ = parseContext.intermediate.addConstantUnion($1.b, $1.loc, true); 386 $$ = parseContext.intermediate.addConstantUnion($1.string, $1.loc, true); 389 parseContext.explicitInt32Check($1.loc, "32-bit signed literal"); 390 $$ = parseContext.intermediate.addConstantUnion($1.i, $1.loc, true); 393 parseContext.explicitInt32Check($1.loc, "32-bit signed literal"); [all …]
|
/third_party/ffmpeg/libavformat/ |
D | omadec.c | 98 OMAContext *oc = s->priv_data; in oma_read_close() local 99 av_freep(&oc->av_des); in oma_read_close() 118 OMAContext *oc = s->priv_data; in kset() local 127 if (r_val != oc->r_val) { in kset() 128 memset(oc->r_val, 0, 24); in kset() 129 memcpy(oc->r_val, r_val, len); in kset() 131 memcpy(&oc->r_val[16], r_val, 8); in kset() 134 if (n_val != oc->n_val) { in kset() 135 memset(oc->n_val, 0, 24); in kset() 136 memcpy(oc->n_val, n_val, len); in kset() [all …]
|
D | webm_chunk.c | 54 AVFormatContext *oc; in webm_chunk_init() local 77 oc = wc->avf; in webm_chunk_init() 79 ff_format_set_url(oc, wc->header_filename); in webm_chunk_init() 82 oc->interrupt_callback = s->interrupt_callback; in webm_chunk_init() 83 oc->max_delay = s->max_delay; in webm_chunk_init() 84 oc->flags = s->flags & ~AVFMT_FLAG_FLUSH_PACKETS; in webm_chunk_init() 85 oc->strict_std_compliance = s->strict_std_compliance; in webm_chunk_init() 86 oc->avoid_negative_ts = s->avoid_negative_ts; in webm_chunk_init() 88 oc->flush_packets = 0; in webm_chunk_init() 90 if ((ret = av_dict_copy(&oc->metadata, s->metadata, 0)) < 0) in webm_chunk_init() [all …]
|
D | segment.c | 147 AVFormatContext *oc; in segment_mux_init() local 154 oc = seg->avf; in segment_mux_init() 156 oc->interrupt_callback = s->interrupt_callback; in segment_mux_init() 157 oc->max_delay = s->max_delay; in segment_mux_init() 158 av_dict_copy(&oc->metadata, s->metadata, 0); in segment_mux_init() 159 oc->opaque = s->opaque; in segment_mux_init() 160 oc->io_close = s->io_close; in segment_mux_init() 161 oc->io_open = s->io_open; in segment_mux_init() 162 oc->flags = s->flags; in segment_mux_init() 168 if (!(st = avformat_new_stream(oc, NULL))) in segment_mux_init() [all …]
|
D | hlsenc.c | 851 AVFormatContext *oc; in hls_mux_init() local 860 oc = vs->avf; in hls_mux_init() 862 oc->url = av_strdup(""); in hls_mux_init() 863 if (!oc->url) in hls_mux_init() 866 oc->interrupt_callback = s->interrupt_callback; in hls_mux_init() 867 oc->max_delay = s->max_delay; in hls_mux_init() 868 oc->opaque = s->opaque; in hls_mux_init() 869 oc->io_open = s->io_open; in hls_mux_init() 870 oc->io_close = s->io_close; in hls_mux_init() 871 oc->strict_std_compliance = s->strict_std_compliance; in hls_mux_init() [all …]
|
/third_party/pulseaudio/src/pulsecore/ |
D | resampler.c | 952 unsigned oc; in setup_oc_mono_map() local 963 for (oc = 0; oc < n_oc; oc++) in setup_oc_mono_map() 964 oc_mono_map[oc] = on_lfe(r->o_cm.map[oc]) ? 0.0f : 1.0f; in setup_oc_mono_map() 968 for (oc = 0; oc < n_oc; oc++) in setup_oc_mono_map() 969 oc_mono_map[oc] = 0.0f; in setup_oc_mono_map() 972 for (oc = 0; oc < n_oc; oc++) { in setup_oc_mono_map() 973 if (r->o_cm.map[oc] == PA_CHANNEL_POSITION_MONO) { in setup_oc_mono_map() 974 oc_mono_map[oc] = 1.0f; in setup_oc_mono_map() 981 for (oc = 0; oc < n_oc; oc++) { in setup_oc_mono_map() 982 if (r->o_cm.map[oc] == PA_CHANNEL_POSITION_FRONT_CENTER) { in setup_oc_mono_map() [all …]
|
D | remap.c | 262 unsigned oc, ic, i; in remap_channels_matrix_s16ne_c() local 270 for (oc = 0; oc < n_oc; oc++) { in remap_channels_matrix_s16ne_c() 273 int16_t *d = dst + oc; in remap_channels_matrix_s16ne_c() 275 int32_t vol = m->map_table_i[oc][ic]; in remap_channels_matrix_s16ne_c() 292 unsigned oc, ic, i; in remap_channels_matrix_s32ne_c() local 300 for (oc = 0; oc < n_oc; oc++) { in remap_channels_matrix_s32ne_c() 303 int32_t *d = dst + oc; in remap_channels_matrix_s32ne_c() 305 int32_t vol = m->map_table_i[oc][ic]; in remap_channels_matrix_s32ne_c() 322 unsigned oc, ic, i; in remap_channels_matrix_float32ne_c() local 330 for (oc = 0; oc < n_oc; oc++) { in remap_channels_matrix_float32ne_c() [all …]
|
/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() argument 60 ret = avformat_alloc_output_context2(oc, NULL, "fifo", "-"); in initialize_fifo_tst_muxer_chain() 67 s = avformat_new_stream(*oc, NULL); in initialize_fifo_tst_muxer_chain() 81 static int fifo_basic_test(AVFormatContext *oc, AVDictionary **opts, in fifo_basic_test() argument 86 ret = avformat_write_header(oc, opts); in fifo_basic_test() 100 ret = av_write_frame(oc, pkt); in fifo_basic_test() 109 ret = av_write_frame(oc, NULL); in fifo_basic_test() 116 ret = av_write_trailer(oc); in fifo_basic_test() 125 av_write_trailer(oc); in fifo_basic_test() 130 static int fifo_overflow_drop_test(AVFormatContext *oc, AVDictionary **opts, in fifo_overflow_drop_test() argument [all …]
|
/third_party/ffmpeg/doc/examples/ |
D | muxing.c | 123 static void add_stream(OutputStream *ost, AVFormatContext *oc, in add_stream() argument 138 ost->st = avformat_new_stream(oc, NULL); in add_stream() 143 ost->st->id = oc->nb_streams-1; in add_stream() 210 if (oc->oformat->flags & AVFMT_GLOBALHEADER) in add_stream() 245 static void open_audio(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_ar… in open_audio() argument 339 static int write_audio_frame(AVFormatContext *oc, OutputStream *ost) in write_audio_frame() argument 379 return write_frame(oc, c, ost->st, frame); in write_audio_frame() 408 static void open_video(AVFormatContext *oc, AVCodec *codec, OutputStream *ost, AVDictionary *opt_ar… in open_video() argument 519 static int write_video_frame(AVFormatContext *oc, OutputStream *ost) in write_video_frame() argument 521 return write_frame(oc, ost->enc, ost->st, get_video_frame(ost)); in write_video_frame() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | lzw.c | 61 int fc, oc; member 151 s->oc = s->fc = -1; in ff_lzw_decode_init() 170 int l, c, code, oc, fc; in ff_lzw_decode() local 179 oc = s->oc; in ff_lzw_decode() 196 fc= oc= -1; in ff_lzw_decode() 201 code = oc; in ff_lzw_decode() 209 if (s->slot < s->top_slot && oc>=0) { in ff_lzw_decode() 211 s->prefix[s->slot++] = oc; in ff_lzw_decode() 214 oc = c; in ff_lzw_decode() 226 s->oc = oc; in ff_lzw_decode()
|
D | aacdec_template.c | 140 …if (*channels >= MAX_CHANNELS - (type == TYPE_CPE || (type == TYPE_SCE && ac->oc[1].m4ac.ps == 1))… in che_configure() 146 (type == TYPE_SCE && ac->oc[1].m4ac.ps == 1)) { in che_configure() 504 if (ac->oc[1].status == OC_LOCKED || ac->oc[0].status == OC_NONE) { in push_output_configuration() 505 ac->oc[0] = ac->oc[1]; in push_output_configuration() 508 ac->oc[1].status = OC_NONE; in push_output_configuration() 517 if (ac->oc[1].status != OC_LOCKED && ac->oc[0].status != OC_NONE) { in pop_output_configuration() 518 ac->oc[1] = ac->oc[0]; in pop_output_configuration() 519 ac->avctx->channels = ac->oc[1].channels; in pop_output_configuration() 520 ac->avctx->channel_layout = ac->oc[1].channel_layout; in pop_output_configuration() 521 output_configure(ac, ac->oc[1].layout_map, ac->oc[1].layout_map_tags, in pop_output_configuration() [all …]
|
D | aacdec.c | 224 if (ac->oc[1].m4ac.object_type == AOT_AAC_LTP) { in apply_dependent_coupling() 258 const int len = 1024 << (ac->oc[1].m4ac.sbr == 1); in apply_independent_coupling() 321 ac->oc[1].m4ac.sample_rate != m4ac.sample_rate || in latm_decode_audio_specific_config() 322 ac->oc[1].m4ac.chan_config != m4ac.chan_config) { in latm_decode_audio_specific_config() 513 &latmctx->aac_ctx, avctx, &latmctx->aac_ctx.oc[1].m4ac, in latm_decode_frame() 529 switch (latmctx->aac_ctx.oc[1].m4ac.object_type) { in latm_decode_frame()
|
/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() argument 694 SET_DICT(type_out, meta_out, oc, idx_out); in copy_metadata() 712 for (i = 0; i < oc->nb_streams; i++) { in copy_metadata() 713 if ((ret = check_stream_specifier(oc, oc->streams[i], ostream_spec)) > 0) { in copy_metadata() 714 meta_out = &oc->streams[i]->metadata; in copy_metadata() 1424 static OutputStream *new_output_stream(OptionsContext *o, AVFormatContext *oc, enum AVMediaType typ… in new_output_stream() argument 1427 AVStream *st = avformat_new_stream(oc, NULL); in new_output_stream() 1428 int idx = oc->nb_streams - 1, ret = 0; in new_output_stream() 1439 if (oc->nb_streams - 1 < o->nb_streamid_map) in new_output_stream() 1440 st->id = o->streamid_map[oc->nb_streams - 1]; in new_output_stream() [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | typeFromPropertyAssignment2.symbols | 33 var oc 34 >oc : Symbol(oc, Decl(a.js, 12, 3)) 36 oc.x 37 >oc.x : Symbol(I.x, Decl(a.js, 4, 19)) 38 >oc : Symbol(oc, Decl(a.js, 12, 3))
|
D | typeFromPropertyAssignment2.types | 39 var oc 40 >oc : I 42 oc.x 43 >oc.x : number 44 >oc : I
|
D | classExpressionNames.symbols | 9 var oc = new o.C() 10 >oc : Symbol(oc, Decl(ts.ts, 4, 3))
|
D | classExpressionNames.types | 11 var oc = new o.C() 12 >oc : C
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | typeFromPropertyAssignment2.ts | 17 var oc 18 oc.x variable
|
/third_party/glslang/SPIRV/ |
D | doc.h | 172 void push(OperandClass oc, const char* d, bool opt = false) 174 opClass.push_back(oc);
|
/third_party/skia/src/gpu/geometry/ |
D | GrQuadUtils.cpp | 760 V4f oc = fC + signedEdgeDistances; in computeDegenerateQuad() local 766 V4f px = (fB * next_cw(oc) - oc * next_cw(fB)) / denom; in computeDegenerateQuad() 767 V4f py = (oc * next_cw(fA) - fA * next_cw(oc)) / denom; in computeDegenerateQuad() 775 skvx::shuffle<3, 3, 0, 0>(oc); in computeDegenerateQuad() 778 skvx::shuffle<1, 2, 1, 2>(oc); in computeDegenerateQuad() 838 V2f ex = (skvx::shuffle<0, 1>(fB) * skvx::shuffle<3, 2>(oc) - in computeDegenerateQuad() 839 skvx::shuffle<0, 1>(oc) * skvx::shuffle<3, 2>(fB)) / eDenom; in computeDegenerateQuad() 840 V2f ey = (skvx::shuffle<0, 1>(oc) * skvx::shuffle<3, 2>(fA) - in computeDegenerateQuad() 841 skvx::shuffle<0, 1>(fA) * skvx::shuffle<3, 2>(oc)) / eDenom; in computeDegenerateQuad()
|
/third_party/typescript/tests/cases/compiler/ |
D | classExpressionNames.ts | 10 var oc = new o.C() variable
|
/third_party/pulseaudio/po/ |
D | LINGUAS | 32 oc
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 122 void push(OperandClass oc, const std::string& d, bool opt = false) 124 opClass.push_back(oc);
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 122 void push(OperandClass oc, const std::string& d, bool opt = false) 124 opClass.push_back(oc);
|
/third_party/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 122 void push(OperandClass oc, const std::string& d, bool opt = false) 124 opClass.push_back(oc);
|