Home
last modified time | relevance | path

Searched refs:sample_format (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavdevice/
Dopenal-dec.c43 ALCenum sample_format; member
138 ad->sample_format = sample_formats[ad->sample_size/8-1][ad->channels-1]; in read_header()
144 ad->sample_format, in read_header()
162 par->channels = get_al_format_info(ad->sample_format)->channels; in read_header()
163 par->codec_id = get_al_format_info(ad->sample_format)->codec_id; in read_header()
166 ad->sample_step = (av_get_bits_per_sample(get_al_format_info(ad->sample_format)->codec_id) * in read_header()
167 get_al_format_info(ad->sample_format)->channels) / 8; in read_header()
Davdevice.h404 enum AVSampleFormat sample_format; member
Davdevice.c39 { "sample_format", "sample format", OFFSET(sample_format), AV_OPT_TYPE_SAMPLE_FMT,
/third_party/boost/boost/gil/extension/io/tiff/detail/
Ddevice.hpp449 struct sample_format : std::integral_constant<int, SAMPLEFORMAT_UINT> {}; struct
451 struct sample_format<uint8_t> : std::integral_constant<int, SAMPLEFORMAT_UINT> {}; struct
453 struct sample_format<uint16_t> : std::integral_constant<int, SAMPLEFORMAT_UINT> {}; struct
455 struct sample_format<uint32_t> : std::integral_constant<int, SAMPLEFORMAT_UINT> {}; struct
457 struct sample_format<float32_t> : std::integral_constant<int, SAMPLEFORMAT_IEEEFP> {}; struct
459 struct sample_format<double> : std::integral_constant<int, SAMPLEFORMAT_IEEEFP> {}; struct
461 struct sample_format<int8_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {}; struct
463 struct sample_format<int16_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {}; struct
465 struct sample_format<int32_t> : std::integral_constant<int, SAMPLEFORMAT_INT> {}; struct
Dwriter_backend.hpp94 tiff_sample_format::type sampl_format = detail::sample_format< channel_t >::value; in write_header()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.h117 vbi_pixfmt sample_format,
157 vbi_pixfmt sample_format; member
Dbit_slicer.c543 "Function not implemented for pixfmt %u.", bs->sample_format); in vbi3_bit_slicer_slice_with_points()
650 vbi_pixfmt sample_format, in vbi3_bit_slicer_set_params() argument
693 bs->sample_format = sample_format; in vbi3_bit_slicer_set_params()
705 switch (sample_format) { in vbi3_bit_slicer_set_params()
839 "Unknown sample_format 0x%x.", (unsigned int) sample_format); in vbi3_bit_slicer_set_params()
/third_party/pulseaudio/src/modules/dbus/
Diface-sample.c163 dbus_uint32_t sample_format = 0; in handle_get_sample_format() local
175 sample_format = s->sample->sample_spec.format; in handle_get_sample_format()
177 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_UINT32, &sample_format); in handle_get_sample_format()
295 dbus_uint32_t sample_format = 0; in handle_get_all() local
309 sample_format = s->sample->sample_spec.format; in handle_get_all()
330 …property_handlers[PROPERTY_HANDLER_SAMPLE_FORMAT].property_name, DBUS_TYPE_UINT32, &sample_format); in handle_get_all()
Diface-stream.c294 dbus_uint32_t sample_format = 0; in handle_get_sample_format() local
300 sample_format = (s->type == STREAM_TYPE_PLAYBACK) in handle_get_sample_format()
304 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_UINT32, &sample_format); in handle_get_sample_format()
524 dbus_uint32_t sample_format = 0; in handle_get_all() local
548 sample_format = s->sink_input->sample_spec.format; in handle_get_all()
558 sample_format = s->source_output->sample_spec.format; in handle_get_all()
589 …property_handlers[PROPERTY_HANDLER_SAMPLE_FORMAT].property_name, DBUS_TYPE_UINT32, &sample_format); in handle_get_all()
Diface-device.c352 dbus_uint32_t sample_format = 0; in handle_get_sample_format() local
358sample_format = (d->type == PA_DEVICE_TYPE_SINK) ? d->sink->sample_spec.format : d->source->sample… in handle_get_sample_format()
360 pa_dbus_send_basic_variant_reply(conn, msg, DBUS_TYPE_UINT32, &sample_format); in handle_get_sample_format()
806 dbus_uint32_t sample_format = 0; in handle_get_all() local
838 sample_format = d->sink->sample_spec.format; in handle_get_all()
859 sample_format = d->source->sample_spec.format; in handle_get_all()
902 …property_handlers[PROPERTY_HANDLER_SAMPLE_FORMAT].property_name, DBUS_TYPE_UINT32, &sample_format); in handle_get_all()
Diface-core.c1281 dbus_uint32_t sample_format; in handle_upload_sample() local
1309 dbus_message_iter_get_basic(&msg_iter, &sample_format); in handle_upload_sample()
1329 if (!pa_sample_format_valid(sample_format)) { in handle_upload_sample()
1383 ss.format = sample_format; in handle_upload_sample()
/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.c272 openmpt_dec->sample_format = DEFAULT_SAMPLE_FORMAT; in gst_openmpt_dec_init()
512 openmpt_dec->sample_format = DEFAULT_SAMPLE_FORMAT; in gst_openmpt_dec_load_from_buffer()
516 &(openmpt_dec->sample_format), &(openmpt_dec->sample_rate), in gst_openmpt_dec_load_from_buffer()
522 openmpt_dec->sample_format, openmpt_dec->num_channels)) in gst_openmpt_dec_load_from_buffer()
853 fmt_info = gst_audio_format_get_info (openmpt_dec->sample_format); in gst_openmpt_dec_decode()
868 switch (openmpt_dec->sample_format) { in gst_openmpt_dec_decode()
Dgstopenmptdec.h60 GstAudioFormat sample_format; member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.h395 GstAudioFormat sample_format,
Dgstnonstreamaudiodecoder.c2306 dec, guint sample_rate, GstAudioFormat sample_format, guint num_channels) in gst_nonstream_audio_decoder_set_output_format_simple() argument
2313 sample_format, sample_rate, num_channels, NULL); in gst_nonstream_audio_decoder_set_output_format_simple()
/third_party/ffmpeg/libavfilter/
Daf_aiir.c74 enum AVSampleFormat sample_format; member
109 sample_fmts[0] = s->sample_format; in query_formats()
1154 case 0: s->sample_format = AV_SAMPLE_FMT_DBLP; break; in init()
1155 case 1: s->sample_format = AV_SAMPLE_FMT_FLTP; break; in init()
1156 case 2: s->sample_format = AV_SAMPLE_FMT_S32P; break; in init()
1157 case 3: s->sample_format = AV_SAMPLE_FMT_S16P; break; in init()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_FMT.c337 format.fmt.vbi.sample_format, in do_get_formats()
1089 format_max.fmt.vbi.sample_format, in do_set_formats_enum()
1159 format_min.fmt.vbi.sample_format, in do_set_formats_enum()
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h2000 __u32 sample_format; /* V4L2_PIX_FMT_* */ member