Home
last modified time | relevance | path

Searched defs:format (Results 3201 - 3225 of 4834) sorted by relevance

1...<<121122123124125126127128129130>>...194

/third_party/backends/backend/
H A Dcanon_pp-dev.c74 static void DBG(int level, const char *format, ...) in DBG() argument
[all...]
H A Dbh.c980 SANE_Int width, length, i, format, rotation, deskew ; in set_window() local
1196 SANE_Frame format; in get_parameters() local
1521 SANE_Int format = setup_sections() local
[all...]
/third_party/alsa-lib/test/
H A Dmidifile.c232 int format, ntrks, division; in readheader() local
[all...]
H A Dlatency.c56 snd_pcm_format_t format = SND_PCM_FORMAT_S16_LE; variable
[all...]
/third_party/alsa-lib/src/pcm/
H A Dpcm_params.c2165 snd_pcm_format_t format = snd_mask_min(m); in snd_pcm_hw_refine_soft() local
H A Dpcm_plug.c257 static snd_pcm_format_t snd_pcm_plug_slave_format(snd_pcm_format_t format, const snd_pcm_format_mask_t *format_mask) in snd_pcm_plug_slave_format() argument
369 snd_pcm_format_t format; global() member
822 snd_pcm_format_t format; snd_pcm_plug_hw_refine_schange() local
922 snd_pcm_format_t format; snd_pcm_plug_hw_refine_cchange() local
[all...]
H A Dpcm_share.c78 snd_pcm_format_t format; member
[all...]
H A Dpcm_file.c77 int format; member
906 snd_pcm_file_format_t format; in snd_pcm_file_open() local
1043 const char *format = NULL; _snd_pcm_file_open() local
[all...]
/third_party/alsa-utils/bat/
H A Dcommon.h122 unsigned short format; /* see WAV_FMT_* */ member
131 unsigned short format; /* see WAV_FMT_* */ member
141 struct wav_fmt format; member
221 enum _bat_pcm_format format; /* PCM format */ member
/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c104 static snd_pcm_format_t format = SND_PCM_FORMAT_S16; /* sample format */ variable
684 uint16_t format; global() member
[all...]
/third_party/backends/backend/genesys/
H A Dimage_pipeline.cpp189 auto format = get_format(); in get_next_row_data() local
310 auto format = source_.get_format(); in get_next_row_data() local
41 ImagePipelineNodeBufferedCallableSource( std::size_t width, std::size_t height, PixelFormat format, std::size_t input_batch_size, ProducerCallback producer) ImagePipelineNodeBufferedCallableSource() argument
71 ImagePipelineNodeArraySource(std::size_t width, std::size_t height, PixelFormat format, std::vector<std::uint8_t> data) ImagePipelineNodeArraySource() argument
375 auto format = source_.get_format(); get_next_row_data() local
512 auto format = get_format(); get_next_row_data() local
555 auto format = get_format(); get_next_row_data() local
596 auto format = get_format(); get_next_row_data() local
661 auto format = get_format(); get_next_row_data() local
728 auto format = get_format(); get_next_row_data() local
783 auto format = get_format(); get_next_row_data() local
[all...]
/third_party/alsa-utils/topology/nhlt/
H A Dnhlt.h141 struct WAVEFORMATEXTENSIBLE format; member
/third_party/curl/lib/
H A Dmprintf.c226 static int parsefmt(const char *format, in parsefmt() argument
660 formatf( void *userp, int (*stream)(unsigned char, void *), const char *format, va_list ap_save) formatf() argument
1058 curl_mvsnprintf(char *buffer, size_t maxlength, const char *format, va_list ap_save) curl_mvsnprintf() argument
1083 curl_msnprintf(char *buffer, size_t maxlength, const char *format, ...) curl_msnprintf() argument
1106 Curl_dyn_vprintf(struct dynbuf *dyn, const char *format, va_list ap_save) Curl_dyn_vprintf() argument
1120 curl_mvaprintf(const char *format, va_list ap_save) curl_mvaprintf() argument
1138 curl_maprintf(const char *format, ...) curl_maprintf() argument
1156 curl_msprintf(char *buffer, const char *format, ...) curl_msprintf() argument
1177 curl_mprintf(const char *format, ...) curl_mprintf() argument
1188 curl_mfprintf(FILE *whereto, const char *format, ...) curl_mfprintf() argument
1198 curl_mvsprintf(char *buffer, const char *format, va_list ap_save) curl_mvsprintf() argument
1205 curl_mvprintf(const char *format, va_list ap_save) curl_mvprintf() argument
1210 curl_mvfprintf(FILE *whereto, const char *format, va_list ap_save) curl_mvfprintf() argument
[all...]
/third_party/alsa-utils/alsaloop/
H A Dalsaloop.h92 snd_pcm_format_t format; member
/third_party/alsa-utils/topology/nhlt/intel/ssp/
H A Dssp-process.c957 ssp_hw_set_params(struct intel_nhlt_params *nhlt, const char *format, const char *mclk ATTRIBUTE_UNUSED, const char *bclk, const char *bclk_invert, const char *fsync, const char *fsync_invert, int mclk_freq, int bclk_freq, int fsync_freq, int tdm_slots, int tdm_slot_width, int tx_slots, int rx_slots) ssp_hw_set_params() argument
[all...]
/third_party/alsa-utils/topology/nhlt/intel/
H A Dssp-nhlt.c349 const char *format = NULL; in set_hw_config() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java969 public final StringBuffer format(Object[] arguments, StringBuffer result, format() method in MessageFormat
1004 public final StringBuffer format(Map<String, Object> arguments, StringBuffer result, format() method in MessageFormat
1026 public static String format(String pattern, Object... arguments) { format() method in MessageFormat
1044 public static String format(String pattern, Map<String, Object> arguments) { format() method in MessageFormat
1086 public final StringBuffer format(Object arguments, StringBuffer result, format() method in MessageFormat
1638 private void format(int msgStart, PluralSelectorContext pluralNumber, format() method in MessageFormat
2152 private void format(Object arguments, AppendableWrapper result, FieldPosition fp) { format() method in MessageFormat
2167 private void format(Object[] arguments, Map<String, Object> argsMap, format() method in MessageFormat
[all...]
H A DNumberFormat.java269 public StringBuffer format(Object number, format() method in NumberFormat
310 public final String format(double number) { format() method in NumberFormat
320 public final String format(long number) { format() method in NumberFormat
331 public final String format(BigInteger number) { format() method in NumberFormat
340 public final String format(java.math.BigDecimal number) { format() method in NumberFormat
349 public final String format(com.ibm.icu.math.BigDecimal number) { format() method in NumberFormat
358 public final String format(CurrencyAmount currAmt) { format() method in NumberFormat
368 public abstract StringBuffer format(double number, format() method in NumberFormat
377 public abstract StringBuffer format(long number, format() method in NumberFormat
385 public abstract StringBuffer format(BigInteger number, format() method in NumberFormat
393 public abstract StringBuffer format(java.math.BigDecimal number, format() method in NumberFormat
401 public abstract StringBuffer format(com.ibm.icu.math.BigDecimal number, format() method in NumberFormat
409 public StringBuffer format(CurrencyAmount currAmt, format() method in NumberFormat
[all...]
H A DDateIntervalFormat.java758 format(Object obj, StringBuffer appendTo, FieldPosition fieldPosition) format() method in DateIntervalFormat
782 public final StringBuffer format(DateInterval dtInterval, format() method in DateIntervalFormat
885 public final StringBuffer format(Calendar fromCalendar, format() method in DateIntervalFormat
[all...]
H A DRelativeDateTimeFormatter.java656 public String format(double quantity, Direction direction, RelativeUnit unit) { format() method in RelativeDateTimeFormatter
801 public String format(Direction direction, AbsoluteUnit unit) { format() method in RelativeDateTimeFormatter
871 public String format(double offset, RelativeDateTimeUnit unit) { format() method in RelativeDateTimeFormatter
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DBigDecimal.java2074 public java.lang.String format(int before, int after) { in format() method in BigDecimal
2148 public java.lang.String format(in method in BigDecimal
[all...]
/third_party/icu/icu4c/source/test/perf/leperf/
H A Dsfnt.h76 le_uint16 format; member
191 le_uint32 format; member
/third_party/icu/icu4c/source/test/intltest/
H A Dnumberformattesttuple.h91 UnicodeString format; member in NumberFormatTestTuple
/third_party/icu/icu4c/source/test/letest/
H A Dsfnt.h72 le_uint16 format; member
187 le_uint32 format; member
/third_party/icu/icu4c/source/common/
H A Dlocdspnm.cpp281 SimpleFormatter format; member in LocaleDisplayNamesImpl

Completed in 36 milliseconds

1...<<121122123124125126127128129130>>...194