OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:formatType
(Results
1 - 25
of
51
) sorted by null
1
2
3
/frameworks/wilhelm/src/
data.c
342
SLuint32
formatType
;
344
pDataFormat->mFormatType =
formatType
= SL_DATAFORMAT_NULL;
346
formatType
= *(SLuint32 *)pFormat;
347
switch (
formatType
) {
556
SL_LOGE("%s:
formatType
=%u", name, (unsigned)
formatType
);
562
if ((SL_RESULT_SUCCESS == result) && (
formatType
!= pDataFormat->mFormatType)) {
563
SL_LOGE("%s:
formatType
changed from %u to %u", name,
formatType
,
573
switch (
formatType
) {
[
all
...]
/frameworks/wilhelm/src/desktop/
SndFile.c
141
SLuint32
formatType
= *(SLuint32 *)pAudioSrc->pFormat;
158
switch (
formatType
) {
/external/aac/libSYS/include/
wav_file.h
143
char
formatType
[4];
/frameworks/wilhelm/src/android/
AudioRecorder_to_android.cpp
172
SLuint32
formatType
= *(SLuint32 *)pAudioSnk->pFormat;
173
if (SL_DATAFORMAT_PCM ==
formatType
) {
/cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java
124
int
formatType
= PhoneNumberUtils.getFormatTypeForLocale(Locale.CHINA);
125
assertEquals(PhoneNumberUtils.FORMAT_UNKNOWN,
formatType
);
126
formatType
= PhoneNumberUtils.getFormatTypeForLocale(Locale.US);
127
assertEquals(PhoneNumberUtils.FORMAT_NANP,
formatType
);
128
formatType
= PhoneNumberUtils.getFormatTypeForLocale(Locale.JAPAN);
129
assertEquals(PhoneNumberUtils.FORMAT_JAPAN,
formatType
);
/frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java
[
all
...]
/development/ndk/platforms/android-14/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/development/ndk/platforms/android-9/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/frameworks/wilhelm/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/SLES/
OpenSLES.h
312
/** MIME-type-based data format definition where
formatType
must be SL_DATAFORMAT_MIME*/
314
SLuint32
formatType
;
355
/** PCM-type-based data format definition where
formatType
must be SL_DATAFORMAT_PCM*/
357
SLuint32
formatType
;
[
all
...]
Completed in 526 milliseconds
1
2
3