HomeSort by relevance Sort by last modified time
    Searched defs:formatType (Results 1 - 25 of 310) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/wilhelm/src/
data.cpp 347 SLuint32 formatType;
349 pDataFormat->mFormatType = formatType = SL_DATAFORMAT_NULL;
351 formatType = *(SLuint32 *)pFormat;
352 switch (formatType) {
573 SL_LOGE("%s: formatType=%u", name, (unsigned) formatType);
579 if ((SL_RESULT_SUCCESS == result) && (formatType != pDataFormat->mFormatType)) {
580 SL_LOGE("%s: formatType changed from %u to %u", name, formatType,
590 switch (formatType) {
    [all...]
  /frameworks/wilhelm/src/desktop/
SndFile.cpp 141 SLuint32 formatType = *(SLuint32 *)pAudioSrc->pFormat;
158 switch (formatType) {
  /external/aac/libSYS/include/
wav_file.h 143 char formatType[4];
  /external/webrtc/webrtc/modules/video_capture/windows/
sink_filter_ds.cc 174 const GUID *formatType = pMediaType->FormatType();
183 if(*formatType == FORMAT_VideoInfo)
249 if(*formatType == FORMAT_VideoInfo2)
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 127 int formatType = PhoneNumberUtils.getFormatTypeForLocale(Locale.CHINA);
128 assertEquals(PhoneNumberUtils.FORMAT_UNKNOWN, formatType);
129 formatType = PhoneNumberUtils.getFormatTypeForLocale(Locale.US);
130 assertEquals(PhoneNumberUtils.FORMAT_NANP, formatType);
131 formatType = PhoneNumberUtils.getFormatTypeForLocale(Locale.JAPAN);
132 assertEquals(PhoneNumberUtils.FORMAT_JAPAN, formatType);
  /hardware/qcom/display/msm8909/liboverlay/
overlay.cpp 104 int formatType = pipeSpecs.formatClass;
113 mPipeBook[i].mFormatType == formatType) &&
129 mPipeBook[index].mFormatType = formatType;
  /development/ndk/platforms/android-21/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /development/ndk/platforms/android-24/include/SLES/
OpenSLES_Android.h 50 SLuint32 formatType;
  /frameworks/wilhelm/include/SLES/
OpenSLES_Android.h 48 SLuint32 formatType;
  /hardware/qcom/display/msm8994/liboverlay/
overlay.cpp 110 int formatType = pipeSpecs.formatClass;
119 mPipeBook[i].mFormatType == formatType) &&
135 mPipeBook[index].mFormatType = formatType;
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-23/arch-mips/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-23/arch-mips64/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r11/platforms/android-21/arch-arm/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r11/platforms/android-21/arch-arm64/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;
  /prebuilts/ndk/r11/platforms/android-21/arch-mips/usr/include/SLES/
OpenSLES_Android.h 49 SLuint32 formatType;

Completed in 2949 milliseconds

1 2 3 4 5 6 7 8 91011>>