HomeSort by relevance Sort by last modified time
    Searched full:subformat (Results 1 - 25 of 46) sorted by null

1 2

  /device/samsung/crespo/alsa-lib/src/pcm/
pcm_simple.c 52 snd_pcm_subformat_t subformat,
71 if (subformat != SND_PCM_SUBFORMAT_STD) {
72 err = snd_pcm_hw_params_set_subformat(pcm, hw_params, subformat);
149 * \param subformat PCM subformat
161 snd_pcm_subformat_t subformat,
184 &rrate, channels, format, subformat,
203 * \param subformat PCM subformat
217 snd_pcm_subformat_t subformat,
    [all...]
pcm_local.h 189 snd_pcm_subformat_t subformat; /* subformat */ member in struct:_snd_pcm
720 int INTERNAL(snd_pcm_hw_params_get_subformat)(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat);
721 int snd_pcm_hw_params_test_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat);
722 int snd_pcm_hw_params_set_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat);
723 int INTERNAL(snd_pcm_hw_params_set_subformat_first)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat);
724 int INTERNAL(snd_pcm_hw_params_set_subformat_last)(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat);
    [all...]
pcm.c 778 snd_mask_set(&params->masks[SND_PCM_HW_PARAM_SUBFORMAT - SND_PCM_HW_PARAM_FIRST_MASK], pcm->subformat);
803 * first access, first format, first subformat, min channels, min rate,
    [all...]
pcm_direct.h 82 snd_pcm_subformat_t subformat; member in struct:__anon1432::__anon1434
pcm_extplug.c 303 ext->data->slave_subformat = slave->subformat;
307 INTERNAL(snd_pcm_hw_params_get_subformat)(params, &ext->data->subformat);
pcm_params.c 1074 first subformat
1238 HW_PARAM(SUBFORMAT),
    [all...]
pcm_direct.c 814 COPY_SLAVE(subformat);
1169 COPY_SLAVE(subformat);
    [all...]
pcm_share.c 624 err = _snd_pcm_hw_params_set_subformat(params, spcm->subformat);
    [all...]
  /device/samsung/crespo/alsa-lib/include/
pcm_extplug.h 98 * subformat hw parameter; filled after hw_params is caled
100 snd_pcm_subformat_t subformat; member in struct:snd_pcm_extplug
pcm.h 232 /** PCM sample subformat */
596 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat);
597 int snd_pcm_hw_params_test_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat);
598 int snd_pcm_hw_params_set_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat);
599 int snd_pcm_hw_params_set_subformat_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat);
600 int snd_pcm_hw_params_set_subformat_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat);
    [all...]
  /external/chromium/third_party/icu/public/i18n/unicode/
msgfmt.h 58 * argument is matched up with its corresponding subformat, which then
103 * a subformat is located, the subformat is called to parse the
124 * then the rightmost subformat in the pattern string will produce the
473 * Sets one subformat.
479 * @param formatNumber index of the subformat.
485 * Sets one subformat.
489 * @param formatNumber index of the subformat.
506 * Gets subformat pointer for given format name.
521 * Sets one subformat for given format name
    [all...]
smpdtfmt.h     [all...]
decimfmt.h     [all...]
  /external/icu4c/i18n/unicode/
msgfmt.h 58 * argument is matched up with its corresponding subformat, which then
103 * a subformat is located, the subformat is called to parse the
124 * then the rightmost subformat in the pattern string will produce the
490 * Sets one subformat.
500 * @param formatNumber index of the subformat.
506 * Sets one subformat.
510 * @param formatNumber index of the subformat.
527 * Gets subformat pointer for given format name.
542 * Sets one subformat for given format name
    [all...]
smpdtfmt.h     [all...]
  /external/chromium/third_party/icu/source/i18n/
msgfmt.cpp 194 * A structure representing one subformat of this MessageFormat.
195 * Each subformat has a Format object, an offset into the plain
200 class MessageFormat::Subformat : public UMemory {
225 Subformat& operator=(const Subformat& that) {
238 UBool operator==(const Subformat& that) const {
251 UBool operator!=(const Subformat& that) const {
392 subformats = (Subformat*) uprv_malloc(sizeof(*subformats) * capacity);
403 Subformat* a = (Subformat*)
    [all...]
smpdtfmt.cpp 768 // Use subFormat() to format a repeated pattern character
771 subFormat(appendTo, prevCh, count, pos, *workCal, status);
787 // by subFormat(); count the number of times it is repeated
799 subFormat(appendTo, prevCh, count, pos, *workCal, status);
    [all...]
decimfmt.cpp 28 * Check for grouping size in subFormat()
1187 DecimalFormat::subformat(UnicodeString& appendTo, function in class:DecimalFormat
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 203 * A structure representing one subformat of this MessageFormat.
204 * Each subformat has a Format object, an offset into the plain
209 class MessageFormat::Subformat : public UMemory {
234 Subformat& operator=(const Subformat& that) {
247 UBool operator==(const Subformat& that) const {
260 UBool operator!=(const Subformat& that) const {
401 subformats = (Subformat*) uprv_malloc(sizeof(*subformats) * capacity);
412 Subformat* a = (Subformat*)
    [all...]
smpdtfmt.cpp 787 // Use subFormat() to format a repeated pattern character
790 subFormat(appendTo, prevCh, count, handler, *workCal, status);
806 // by subFormat(); count the number of times it is repeated
818 subFormat(appendTo, prevCh, count, handler, *workCal, status);
    [all...]
decimfmt.cpp 28 * Check for grouping size in subFormat()
1166 DecimalFormat::subformat(UnicodeString& appendTo, function in class:DecimalFormat
    [all...]
  /device/samsung/crespo/libaudio2/
alsa_pcm.c 133 [SNDRV_PCM_HW_PARAM_SUBFORMAT] = "subformat",
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 99 * by the subformat. For example, {@code "{1,number,$'#',##}"} will
103 * {@code "ab {0} de"} and {@code "ab '}' de"} are valid subformat
137 * <th>Subformat Created</th>
    [all...]
  /external/jpeg/
rdppm.c 306 c = getc(source->pub.input_file); /* subformat discriminator character */
  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 327 SNDRV_PCM_HW_PARAM_SUBFORMAT, /* Subformat */
    [all...]

Completed in 490 milliseconds

1 2