/external/chromium_org/third_party/icu/source/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 464 * Sets one subformat. 474 * @param formatNumber index of the subformat. 480 * Sets one subformat. 484 * @param formatNumber index of the subformat. 501 * Gets subformat pointer for given format name. 516 * Sets one subformat for given format name [all...] |
smpdtfmt.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/ |
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 */ 574 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat); 575 int snd_pcm_hw_params_test_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat); 576 int snd_pcm_hw_params_set_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat); 577 int snd_pcm_hw_params_set_subformat_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat); 578 int snd_pcm_hw_params_set_subformat_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat); [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
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 */ 574 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat); 575 int snd_pcm_hw_params_test_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat); 576 int snd_pcm_hw_params_set_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat); 577 int snd_pcm_hw_params_set_subformat_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat); 578 int snd_pcm_hw_params_set_subformat_last(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/ |
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 */ 574 int snd_pcm_hw_params_get_subformat(const snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat); 575 int snd_pcm_hw_params_test_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat); 576 int snd_pcm_hw_params_set_subformat(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t subformat); 577 int snd_pcm_hw_params_set_subformat_first(snd_pcm_t *pcm, snd_pcm_hw_params_t *params, snd_pcm_subformat_t *subformat); 578 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_org/remoting/host/ |
audio_capturer_win.cc | 134 wave_format_extensible->SubFormat)) { 143 wave_format_extensible->SubFormat = KSDATAFORMAT_SUBTYPE_PCM;
|
/external/chromium_org/media/audio/win/ |
audio_low_latency_input_win.cc | 545 if (format_ex->SubFormat == KSDATAFORMAT_SUBTYPE_PCM) 546 DVLOG(2) << " SubFormat : KSDATAFORMAT_SUBTYPE_PCM"; 547 else if (format_ex->SubFormat == KSDATAFORMAT_SUBTYPE_IEEE_FLOAT) 548 DVLOG(2) << " SubFormat : KSDATAFORMAT_SUBTYPE_IEEE_FLOAT"; 549 else if (format_ex->SubFormat == KSDATAFORMAT_SUBTYPE_WAVEFORMATEX) 550 DVLOG(2) << " SubFormat : KSDATAFORMAT_SUBTYPE_WAVEFORMATEX";
|
waveout_output_win.cc | 109 format_.SubFormat = KSDATAFORMAT_SUBTYPE_PCM;
|
audio_low_latency_output_win.cc | 130 format_.SubFormat = KSDATAFORMAT_SUBTYPE_PCM;
|
/external/icu4c/i18n/unicode/ |
msgfmt.h | 528 * Sets one subformat. 538 * @param formatNumber index of the subformat. 544 * Sets one subformat. 548 * @param formatNumber index of the subformat. 565 * Gets subformat pointer for given format name. 580 * Sets one subformat for given format name. 587 * @param formatName Name of the subformat. 595 * Sets one subformat for given format name. 603 * @param formatName Name of the subformat. [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
msgfmt.cpp | 199 * A structure representing one subformat of this MessageFormat. 200 * Each subformat has a Format object, an offset into the plain 205 class MessageFormat::Subformat : public UMemory { 230 Subformat& operator=(const Subformat& that) { 243 UBool operator==(const Subformat& that) const { 256 UBool operator!=(const Subformat& that) const { 397 subformats = (Subformat*) uprv_malloc(sizeof(*subformats) * capacity); 408 Subformat* a = (Subformat*) [all...] |
smpdtfmt.cpp | 789 // Use subFormat() to format a repeated pattern character 792 subFormat(appendTo, prevCh, count, handler, *workCal, status); 808 // by subFormat(); count the number of times it is repeated 820 subFormat(appendTo, prevCh, count, handler, *workCal, status); [all...] |
/external/harfbuzz/src/ |
harfbuzz-dump.c | 387 fprintf(stderr, "invalid subformat!!!!!\n"); 453 fprintf(stderr, "invalid subformat!!!!!\n");
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 271 snd_pcm_subformat_t subformat; /* subformat */ member in struct:snd_pcm_runtime [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
pcm.h | 271 snd_pcm_subformat_t subformat; /* subformat */ member in struct:snd_pcm_runtime [all...] |
/libcore/luni/src/main/java/java/text/ |
MessageFormat.java | 100 * by the subformat. For example, {@code "{1,number,$'#',##}"} will 104 * {@code "ab {0} de"} and {@code "ab '}' de"} are valid subformat 138 * <th>Subformat Created</th> [all...] |
/external/jpeg/ |
rdppm.c | 306 c = getc(source->pub.input_file); /* subformat discriminator character */
|
/external/qemu/distrib/jpeg-6b/ |
rdppm.c | 306 c = getc(source->pub.input_file); /* subformat discriminator character */
|
/external/kernel-headers/original/sound/ |
asound.h | 303 #define SNDRV_PCM_HW_PARAM_SUBFORMAT 2 /* Subformat */ [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
FlatManifestWriterImpl.java | 353 waveformatex.put(new byte[]{(byte)0xAF, (byte)0x87, (byte)0xFB, (byte)0xA7, 0x02, 0x2D, (byte)0xFB, 0x42, (byte)0xA4, (byte)0xD4, 0x05, (byte)0xCD, (byte)0x93, (byte)0x84, 0x3B, (byte)0xDD}); //SubFormat - Dolby Digital Plus GUID
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_pcm.c | 271 [SNDRV_PCM_HW_PARAM_SUBFORMAT] = "subformat",
|
/external/icu4c/i18n/ |
smpdtfmt.cpp | 873 // Use subFormat() to format a repeated pattern character 876 subFormat(appendTo, prevCh, count, fCapitalizationContext, fieldNum++, handler, *workCal, status); 892 // by subFormat(); count the number of times it is repeated 904 subFormat(appendTo, prevCh, count, fCapitalizationContext, fieldNum++, handler, *workCal, status); [all...] |