Home
last modified time | relevance | path

Searched defs:sample_format (Results 1 – 13 of 13) sorted by relevance

/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
/third_party/gstreamer/gstplugins_bad/ext/openmpt/
Dgstopenmptdec.h60 GstAudioFormat sample_format; member
/third_party/pulseaudio/src/modules/dbus/
Diface-sample.c163 dbus_uint32_t sample_format = 0; in handle_get_sample_format() local
295 dbus_uint32_t sample_format = 0; in handle_get_all() local
Diface-stream.c294 dbus_uint32_t sample_format = 0; in handle_get_sample_format() local
524 dbus_uint32_t sample_format = 0; in handle_get_all() local
Diface-device.c352 dbus_uint32_t sample_format = 0; in handle_get_sample_format() local
806 dbus_uint32_t sample_format = 0; in handle_get_all() local
Diface-core.c1281 dbus_uint32_t sample_format; in handle_upload_sample() local
/third_party/ffmpeg/libavdevice/
Dopenal-dec.c43 ALCenum sample_format; member
Davdevice.h404 enum AVSampleFormat sample_format; member
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dbit_slicer.h157 vbi_pixfmt sample_format; member
Dbit_slicer.c650 vbi_pixfmt sample_format, in vbi3_bit_slicer_set_params()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/audio/
Dgstnonstreamaudiodecoder.c2306 dec, guint sample_rate, GstAudioFormat sample_format, guint num_channels) in gst_nonstream_audio_decoder_set_output_format_simple()
/third_party/ffmpeg/libavfilter/
Daf_aiir.c74 enum AVSampleFormat sample_format; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h2000 __u32 sample_format; /* V4L2_PIX_FMT_* */ member