Home
last modified time | relevance | path

Searched refs:output_mode (Results 1 – 16 of 16) sorted by relevance

/third_party/mbedtls/programs/pkey/
Dkey_app_writer.c112 int output_mode; /* the output mode to use */ member
242 opt.output_mode = DFL_OUTPUT_MODE; in main()
265 opt.output_mode = OUTPUT_MODE_PRIVATE; in main()
267 opt.output_mode = OUTPUT_MODE_PUBLIC; in main()
291 if( opt.mode == MODE_NONE && opt.output_mode != OUTPUT_MODE_NONE ) in main()
297 if( opt.mode == MODE_PUBLIC && opt.output_mode == OUTPUT_MODE_PRIVATE ) in main()
425 if( opt.output_mode == OUTPUT_MODE_PUBLIC ) in main()
429 if( opt.output_mode == OUTPUT_MODE_PRIVATE ) in main()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dxmlwf_helpgen.py70 output_mode = output_related.add_mutually_exclusive_group() variable
71 output_mode.add_argument('-c', action='store_true', help='write a [c]opy of input XML, not canonica…
72 output_mode.add_argument('-m', action='store_true', help='write [m]eta XML, not canonical XML')
73 output_mode.add_argument('-t', action='store_true', help='write no XML output for [t]iming of plain…
/third_party/ffmpeg/libavcodec/
Dac3dec.c417 if (s->output_mode == AC3_CHMODE_MONO) { in set_downmix_coeffs()
1426 !((s->output_mode & AC3_OUTPUT_LFEON) && in decode_audio_block()
1589 s->output_mode = s->channel_mode; in ac3_decode_frame()
1591 s->output_mode |= AC3_OUTPUT_LFEON; in ac3_decode_frame()
1595 s->output_mode = AC3_CHMODE_MONO; in ac3_decode_frame()
1599 s->output_mode = AC3_CHMODE_STEREO; in ac3_decode_frame()
1607 if (s->channels != s->out_channels && !((s->output_mode & AC3_OUTPUT_LFEON) && in ac3_decode_frame()
1619 avctx->channel_layout = avpriv_ac3_channel_layout_tab[s->output_mode & ~AC3_OUTPUT_LFEON]; in ac3_decode_frame()
1620 if (s->output_mode & AC3_OUTPUT_LFEON) in ac3_decode_frame()
1629 channel_map = ff_ac3_dec_channel_map[s->output_mode & ~AC3_OUTPUT_LFEON][s->lfe_on]; in ac3_decode_frame()
[all …]
Dac3dec.h169 int output_mode; ///< output channel configuration member
/third_party/ffmpeg/libavfilter/
Daf_anlms.c48 int output_mode; member
70 …{ "out_mode", "set output mode", OFFSET(output_mode), AV_OPT_TYPE_INT, {.i64=OUT_MODE}, 0, N…
156 switch (s->output_mode) { in process_sample()
Daf_afftdn.c94 int output_mode; member
159 …{ "om", "set output mode", OFFSET(output_mode), AV_OPT_TYPE_INT, {.i64 = OUT_MOD…
1236 switch (s->output_mode) { in output_frame()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_info.c40 .output_mode = _output_mode, .num_dst = _num_dst, .num_src = _num_src, \
59 ASSERT_BITFIELD_SIZE(struct tgsi_opcode_info, output_mode, in tgsi_get_opcode_info()
Dtgsi_info.h81 enum tgsi_output_mode output_mode:4; member
Dtgsi_util.c354 if (tgsi_get_opcode_info(opcode)->output_mode == in tgsi_util_get_src_usage_mask()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi.c289 if (info->output_mode == TGSI_OUTPUT_COMPONENTWISE && bld_base->soa) { in lp_build_tgsi_inst_llvm()
311 if (info->output_mode != TGSI_OUTPUT_CHAN_DEPENDENT) { in lp_build_tgsi_inst_llvm()
317 if (info->output_mode == TGSI_OUTPUT_REPLICATE && bld_base->soa) { in lp_build_tgsi_inst_llvm()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c475 dec->output_mode = DEFAULT_OUTPUT_MODE; in gst_nonstream_audio_decoder_init()
559 if (new_output_mode != dec->output_mode) { in gst_nonstream_audio_decoder_set_property()
580 dec->output_mode = new_output_mode; in gst_nonstream_audio_decoder_set_property()
586 dec->output_mode = new_output_mode; in gst_nonstream_audio_decoder_set_property()
685 g_value_set_enum (value, dec->output_mode); in gst_nonstream_audio_decoder_get_property()
1332 dec->subsong_mode, &initial_position, &(dec->output_mode), in gst_nonstream_audio_decoder_load_from_buffer()
1365 &initial_position, &(dec->output_mode), &(dec->num_loops)); in gst_nonstream_audio_decoder_load_from_custom()
2191 if (dec->output_mode == GST_NONSTREAM_AUDIO_OUTPUT_MODE_STEADY) { in gst_nonstream_audio_decoder_handle_loop()
Dgstnonstreamaudiodecoder.h151 GstNonstreamAudioOutputMode output_mode; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglviewconvert.c79 GstVideoMultiviewMode output_mode; member
275 convert->priv->output_mode = GST_VIDEO_MULTIVIEW_MODE_NONE; in gst_gl_view_convert_init()
1642 GstVideoMultiviewMode out_mode = priv->output_mode; in _init_view_convert()
1890 GstVideoMultiviewMode out_mode = priv->output_mode; in _do_view_convert_draw()
2034 out_mode = priv->output_mode; in _do_view_convert()
2346 priv->output_mode = out_mode; in gst_gl_view_convert_get_output()
2349 if (priv->input_mode == priv->output_mode && in gst_gl_view_convert_get_output()
/third_party/protobuf/src/google/protobuf/compiler/js/
Djs_generator.h110 OutputMode output_mode() const;
Djs_generator.cc3554 GeneratorOptions::OutputMode GeneratorOptions::output_mode() const { in output_mode() function in google::protobuf::compiler::js::GeneratorOptions
3728 if (options.output_mode() == GeneratorOptions::kEverythingInOneFile) { in GenerateAll()
3778 } else if (options.output_mode() == GeneratorOptions::kOneOutputFilePerSCC) { in GenerateAll()
/third_party/ffmpeg/doc/
Dfilters.texi1254 @item output_mode, om